Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Attribute

Blueshift Field

Advantage Field

Logic/Rules

List Code

list_code

list_cde

Email Active

email_active

eml_sta

CASE WHEN lsteml_m.eml_sta IN ('A','') THEN 'true' ELSE 'false' END AS list_status

SMS Active

sms_active

When a user opts in for marketing SMS then this field will be set to true

Source Code

source_code

lst_src

Date Joined

date_joined

dte_add

Weekly Delivery Flag

weekly_delivery_flag

dmo_dat

CASE WHEN SUBSTRING(LST.DMO_DAT,11,1) = '1' THEN 'true' ELSE 'false' END AS weekly_delivery_flag

Campaign Code

campaign_code

cpn_cde

acquisition_method

acquisition_method

pmo_acq

list_last_click

list_last_click

list_last_open

list_last_open

is_deleted

is_deleted

A snapshot of the list object is taken from Advantage data from the past hour and it differentiates against the current snapshot to produce the delta and send to Blueshift. If what’s in the current snapshot does not exist in the snapshot from an hour ago, this flag is set to true. This usually happens when records are hard deleted from Advantage.


Only lists that are active in Advantage will have data sent to Blueshift.

  • No labels