Triggered - Engaged Customers

Targeting History under real time campaigns

Views are out-of-the-box data queries on top of the base structure of the data, providing easy access to common use cases required datasets and additional data useful to exploit the data lakes product fully.

Using views, Data Share evolve while providing you with data contracts that will be kept and enable stable integrations with your internal platforms.

Overview

This view provides a snapshot of targeting history by triggered campaigns for Customers. Use this data to query monitor and analyses what triggered campaigns your customers are being targeted by and identify most engaging campaigns and templates.

This view provides a parallel view to Targeted and Excluded Customers, represents triggered campaigns executed alongside scheduled campaigns.

Read more about terminology in Data Share Glossary

📣

Latest version available: [VW_ENGAGED_CUSTOMERS_V1_3]

V1.3

-- FOR V1.3
SELECT *
FROM [SHARED_DB].[BI].[VW_ENGAGED_CUSTOMERS_V1_3]

🔑 Primary Key

  • Primary Key: IDTEMPLATE_NAME

Table Description

Column NameDescriptionData TypeFormat
IDUnique identifier for engagement recordNUMBER (38,0)
CUSTOMER_IDUnique identifier for the customerNUMBER (38,0)
CLIENT_CUSTOMER_IDUnique identifier of customer as provided by the clientTEXT (510)
ENGAGED_DATETimestamp of campaign triggeringTIMESTAMP_NTZYYYY-MM-DD
ACTION_SERIALID of a campaign occurrence on a specific day (Optimove internal)NUMBER (38,0)
CAMPAIGN_ACTION_IDID of the action within a campaign or 1 for control groupNUMBER (38,0)
CAMPAIGN_ACTION_NAMEName of the campaign action or DN for control groupTEXT (16777216)
CAMPAIGN_DETAIL_IDUnique identifier for the campaign detailNUMBER (38,0)
IS_VISITORFlag indicating if the customer is a visitorNUMBER (38,0)
OPTIMOVE_IDUnique identifier assigned by OptimoveNUMBER (38,0)
TEMPLATE_IDIdentifier for the engagement templateNUMBER (38,0)
TEMPLATE_NAMEName of the template associated with this sub-actionTEXT (16777216)

-- FOR V1.1
SELECT *
FROM [SHARED_DB].[BI].[ENGAGED_CUSTOMERSS]