List of questions
Related questions
Question 67 - Certified Marketing Cloud Developer discussion
A developer wants to personalize a welcome email with the recipient's first name from the Customers data extension, which is different from the targeted sending data extension named NewSubscribers. Both data extensions contain the unique identifier in a field named CustomerKey.
Which AMPscript Syntax would populate the first name personalization as requested?
A.
%%=Lookup('Customers', 'FirstName', 'ContactID', CustomerKey)=%%
B.
%%=Lookup('Customers', 'FirstName', 'CustomerKey', CustomerKey)=%%
C.
%%=Lookup('Customers','FirstName','CustomerKey', 'CustomerKey')=%%
D.
%%=Lookup('NewSubscribers','FirstName','ContactID',CustomerKey)=%%
Your answer:
0 comments
Sorted by
Leave a comment first