Campaigns Tag Groups

The campaigns_tag_groups table contains data about which field sections (tag groups) are active in which campaigns.

This table can be used to determine which field sections 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_group_id The numerical identifier of the field section that is active in the campaign. Relates to the id column in the tag_groups table. INT8 No
campaign_id The numerical identifier of the campaign the field section is in. Relates to the id column in the campaigns 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