V1.2 - Triggered Campaigns

VW_TRIGGERED_CAMPAIGNS (Updated)

FKA "RT_CAMPAIGNS"

SELECT *
  FROM [SHARED_DB].BI.VW_TRIGGERED_CAMPAIGNS_V1_2

Overview

This table holds the details of triggered campaigns. Triggered campaigns function similarly to scheduled campaigns but are executed based on specific events rather than schedules. The target groups they run on are the same as the target groups for scheduled campaigns. One key difference is that triggered campaigns are documented in the data only a day later.

Use Cases and Examples

  • Which campaigns were executed on a specific target group?
    • This use case allows users to track which triggered campaigns were executed for a given target group across different events.
  • Which campaigns were executed based on a specific event?
    • This use case is useful for understanding how specific events trigger campaigns and their outcomes.

Table Description (Updated)

Column NameDescriptionTypeFormat
CAMPAIGN_DETAIL_IDID of the triggered campaign, parallel to PLAN_DETAIL_ID in scheduled campaignsString
CAMPAIGN_ACTION_IDAction ID associated with the triggered campaign actionString
ISOLATION_VOLUMEVolume of isolation for the campaignFloat
TARGET_GROUP_IDUnique ID of the target group used in the campaignString
EVENT_IDUnique ID of the event that triggered the campaignString
START_DATEFirst day when the campaign became activeDateyyyy-mm-dd
END_DATELast day when the campaign was active; may be NULL if the campaign runs indefinitelyDateyyyy-mm-dd
IS_ACTIVEIndicates if the campaign is currently activeBoolean
PRIORITYPriority level of the target group or sub-campaignInteger
IS_CONTROL_ENABLEDIndicates if a control group is enabled for the campaignBoolean
CAMPAIGN_TYPEType of the campaign (e.g., event-triggered, transactional, etc.)String
EXCLUSION_TYPEIndicates if certain groups or segments are excluded from the campaign (target group or campaign level)String
LAST_UPDATED_TIMETimestamp of the last update to the campaign recordDateyyyy-mm-dd HH:MM:SS

Key Changes (Version Update):

  • CAMPAIGN_DETAILID is now CAMPAIGN_DETAIL_ID
  • ACTION_ID is now CAMPAIGN_ACTION_ID
  • TARGET_GROUP_SERIAL is now TARGET_GROUP_ID
  • Several column names were retained, while some formatting changes were applied to improve clarity.