Excel Add-In for Klaviyo

Build 25.0.9434

CampaignTags

Returns all tags linked to a specific campaign, enabling categorization and management of campaigns by tag.

Select

The add-in 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 add-in.

  • CampaignId supports the following operator: =
For example, the following query is processed server-side:
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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434