Campaigns Tags

The campaigns_tags table contains data about which field responses (tags) are active in which campaigns.

This table can be used to determine which field responses are active in which campaigns, as well as metadata about the relationship such as when it was created.

Columns

Column Name Description Type Nullable
id The numerical identifier of the object. INT8 No
tag_id The numerical identifier of the field response that is active in the campaign. Relates to the id column in the tags table. INT8 No
created_at The UTC timestamp when this object was created. TIMESTAMP No
updated_at The UTC timestamp when this object was updated. TIMESTAMP No
campaign_id The numerical identifier of the campaign the field response is in. Relates to the id column in the campaigns table. INT8 Yes