Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Passing email parameters from Adobe Campaign to AEM from an email

Avatar

Level 3

In Adobe Campaign Classic, if I send a consumer an email and then when they click on it, it passes to AEM Landing page their first name, last name, email address.  How to I get a query string (i.e. first=john&last=doe&email=youremail@email.com) to pass from an email sent from Adobe Campaign Classic to an AEM Landing page. 

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi Clarence,

You can pass the parameters in your email link as below:

href= "url/?firstName=<%= recipient.firstName %>&lastName=<%= recipient.lastName %>&email=<%= recipient.email %>"

Thanks,

Anita

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Hi Clarence,

You can pass the parameters in your email link as below:

href= "url/?firstName=<%= recipient.firstName %>&lastName=<%= recipient.lastName %>&email=<%= recipient.email %>"

Thanks,

Anita