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 2 Next »

Attribute

Advantage Field

Blueshift Field

Logic/Rules

List Code

list_cde

list_code

List Status

eml_sta

email_status

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

Source Code

lst_src

source_code

Email

adr_eml

email_address (or email?)

Date Joined

dte_add

date_joined

Weekly Delivery Flag

dmo_dat

weekly_delivery_flag

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

Campaign Code

cpn_cde

campaign_code

acquisition_method

pmo_acq

acquisition_method

list_last_click

list_last_click

list_last_open

list_last_open


  • No labels