How to add Tracking Parameters to Links in Email Delivery | Community
Skip to main content
Level 6
March 26, 2019
Solved

How to add Tracking Parameters to Links in Email Delivery

  • March 26, 2019
  • 3 replies
  • 4153 views

Hello Folks,

We have an Email Delivery Template, where content is coming from AEM. I want to append a tracking parameter at the end of URL. However since content is dynamic and gets synced from AEM during delivery analysis / run-time, is there any way to add this parameter dynamically from campaign without any change from AEM?

Assume this is how final URL looks like, https://www.google.com/service/documentRedirect?id=abc47897-54834e7nfkd&utm_medium=cn

where the,

first part (green colored) is coming from Campaign data schema with use of scriptlet <%= targetData.url %>

second part (red colored) is populated from AEM Component dynamically (during run-time sync of content)

third part (blue colored) i need to append at the end.

PS: Once we sync an AEM template in Campaign Delivery, we cannot edit the HTML source. I understood that this can be done by adding a placeholder in AEM HTML page itself, but trying if it is possible from campaign.

Let me know pointers / inputs on this. Quick help is appreciated

Regards,

Sri Bhargav

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Append it as part of the first part, ?utm_medium=cn&id=

Thanks,

-Jon

3 replies

Level 6
March 30, 2019

Folks, could some one please respond on this query?

Regards,

Sri Bhargav

chan2111
Level 4
January 21, 2020
Can you try creating a content block for this?
Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
April 1, 2019

Hi,

Append it as part of the first part, ?utm_medium=cn&id=

Thanks,

-Jon

Level 6
April 4, 2019

Thanks Wodnicki, Will try that way!