Created
April 5, 2020 08:57
-
-
Save naveenvm93/98b69198990b3edf06dec67d3c4ea7a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%%[ | |
set @Country_ISO = AttributeValue("Country_ISO") | |
set @Subject = Lookup("Test Dynamic Email Translation","Subject","Country_ISO",@Country_ISO) | |
set @preheader = Lookup("Test Dynamic Email Translation","Preheader","Country_ISO",@Country_ISO) | |
set @Header_Image = Lookup("Test Dynamic Email Translation","Header Image","Country_ISO",@Country_ISO) | |
set @Header_Text = Lookup("Test Dynamic Email Translation","Header Text","Country_ISO",@Country_ISO) | |
set @CTA_Text = Lookup("Test Dynamic Email Translation","CTA Text","Country_ISO",@Country_ISO) | |
set @CTA_Link = Lookup("Test Dynamic Email Translation","CTA Link","Country_ISO",@Country_ISO) | |
]%% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment