TrackingSettings
Returns all Urchin Tracking Module (UTM) and tracking settings configured in the account for campaign attribution and analytics.
Select
The add-in uses the Klaviyo API to process WHERE clause conditions with the following columns and operators. Remaining filters are evaluated client-side within the add-in.
- Id supports the operator: =
For example, the following query is processed server-side:
SELECT * FROM TrackingSettings
WHERE Id = 'trackingsetting-id-1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the tracking setting, typically matching the Klaviyo account Id. | |
| AutoAddParameters | Bool | Indicates whether UTM tracking parameters are automatically appended to links in campaigns and flows. | |
| UtmSourceFlowType | String | Specifies the source flow type used for generating the UTM source parameter in tracked links. | |
| UtmSourceFlowValue | String | Specifies the source flow value used for generating the UTM source parameter in tracked links. | |
| UtmSourceCampaignType | String | Specifies the campaign type used for generating the UTM source parameter in tracked links. | |
| UtmSourceCampaignValue | String | Specifies the campaign value used for generating the UTM source parameter in tracked links. | |
| UtmMediumFlowType | String | Specifies the flow type used for generating the UTM medium parameter in tracked links. | |
| UtmMediumFlowValue | String | Specifies the flow value used for generating the UTM medium parameter in tracked links. | |
| UtmMediumCampaignType | String | Specifies the campaign type used for generating the UTM medium parameter in tracked links. | |
| UtmMediumCampaignValue | String | Specifies the campaign value used for generating the UTM medium parameter in tracked links. | |
| UtmIdFlowType | String | Specifies the flow type used for generating the UTM Id parameter in tracked links. | |
| UtmIdFlowValue | String | Specifies the flow value used for generating the UTM Id parameter in tracked links. | |
| UtmIdCampaignType | String | Specifies the campaign type used for generating the UTM Id parameter in tracked links. | |
| UtmIdCampaignValue | String | Specifies the campaign value used for generating the UTM Id parameter in tracked links. | |
| UtmTermFlowType | String | Specifies the flow type used for generating the UTM term parameter in tracked links. | |
| UtmTermFlowValue | String | Specifies the flow value used for generating the UTM term parameter in tracked links. | |
| UtmTermCampaignType | String | Specifies the campaign type used for generating the UTM term parameter in tracked links. | |
| UtmTermCampaignValue | String | Specifies the campaign value used for generating the UTM term parameter in tracked links. | |
| UtmCampaignFlowType | String | Specifies the flow type used for generating the UTM campaign parameter in tracked links. | |
| UtmCampaignFlowValue | String | Specifies the flow value used for generating the UTM campaign parameter in tracked links. | |
| UtmCampaignCampaignType | String | Specifies the campaign type used for generating the UTM campaign parameter in tracked links. | |
| UtmCampaignCampaignValue | String | Specifies the campaign value used for generating the UTM campaign parameter in tracked links. |