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!

How to track dynamic URL's present in Email Delivery of Campaign?

Avatar

Level 7

Hello Folks,

We have some dynamic URL's that are present in Email Content. They are not getting tracked initially, later with the inputs from some of our forums members , i changed the URL to make it tracked.

Initial URL configured was <a href="<%= targetData.myUrl %>h8h8h7h6-3jhk-23rt-987d-2jk4l5m678bv">. Here entire Protocol and Domain Name are personalized and coming from the transition data.

I followed 2 approaches:

1. Changed the URL as <a href="https://<%= targetData.myUrl %>h8h8h7h6-3jhk-23rt-987d-2jk4l5m678bv"> kept protocol outside and able to track now. (This is not recommended approach)

2. Use of <%@ instructions <a href="<%@ include view='myUrl' %>h8h8h7h6-3jhk-23rt-987d-2jk4l5m678bv" _label="My URL">Click here</a> where i created a personalized block and configured the scriptlet there. It is getting tracked and working fine.

But in the above 2 approaches, URL's are getting tracked with Scriptlet. I want exact URL value that is present inside the Scripltet. My final output should be: https://www.xyz.com/text&id=h8h8h7h6-3jhk-23rt-987d-2jk4l5m678bv but not <%= targetData.myUrl %>h8h8h7h6-3jhk-23rt-987d-2jk4l5m678bv

Could some please help me on this requirement, as usual quick help is appreciated


Regards,

Sri Bhargav

6 Replies

Avatar

Community Advisor

Hi,

This can't be done normally since personalization happens after tracking URL parsing.

It can be done with some bad gymnastics, by storing myUrl to broadLog and having a workflow alter trackingUrl etc after the fact.

Thanks,

-Jon

Avatar

Community Advisor

you can also use ACC CMS (content management module) to accomplish this.



David Kangni

Avatar

Community Advisor

Jon,

In the CMS you can implement javascript template and compute the urls in the content management workflow activity. It's work a bit as the html rendering in the interaction module.

1749997_pastedImage_0.png

Thanks

David



David Kangni

Avatar

Level 7

Thanks for all your responses,

I haven't used CMS Module ever. But we can try the way what Jon mentioned.

Regards,

Sri Bhargav

Avatar

Level 1

Hi (@DavidKangni) David, 

 

Would you be willing to go into a little more detail about this process and it's involvement of CMS?

 

 

Thank you, 

 

Terran