CampaignTags
Returns all tags linked to a specific campaign, enabling categorization and management of campaigns by tag.
Select
The connector uses the Klaviyo API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the connector.
- CampaignId supports the following operator: =
SELECT * FROM CampaignTags WHERE CampaignId = 'campaign-id-1'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier for the tag associated with a campaign. Use this value to reference or manage specific campaign tags. | |
| CampaignId [KEY] | String |
Campaigns.Id | The unique identifier of the campaign linked to this tag. Use this value to retrieve all tags assigned to a specific campaign. |
| Name | String | The display name of the tag used to categorize or organize campaigns within the account. |