


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.
Solved! Go to Solution.
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
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