CustomLinkInteractionInput is an input datatype for creating or updating a custom link interaction.

This datatype is used by five other input datatypes: CreateCustomLinkInteractionInput, which is used by the createCustomLinkInteraction() mutation field; CreateSavedQueryInput, which is used by createSavedQuery(); UpdateCustomLinkInteractionInput, which is used by updateCustomLinkInteraction(); UpdateSavedQueryInput, which is used by updateSavedQuery(); and WidgetQueryPropertiesInput, which in turn is used by the datatype, WidgetInput.

This last datatype is used by two other input datatypes: CreateDashboardInput, which is used by the createDashboard() mutation; UpdateDashboardInput, which is used by the updateDashboard() mutation.

Table: CustomLinkInteractionInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 17, 2024
fieldInteractionConditions[FieldInteractionConditionInput]yes Long-TermThe field interaction conditions. See FieldInteractionConditionInput.
namestringyes Long-TermThe name of the field.
openInNewTabbooleanyes Long-TermWhether to open in a new tab.
titleTemplatestring  Long-TermThe title template.
urlEncodeArgsboolean  Long-TermThe URL encode arguments.
urlTemplatestringyes Long-TermThe URL template.