Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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
Community Advisor

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
Community Advisor

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