HI all,
I recently came across a issue in AJO mail where if I use contextual or personalization attributes in the url link. I was unable to track the click events in cja?.
In some way, the ajo is not recognizing that as a link.
Is there a way to force say the link to be tracked? or any alternative?
Link to track - https://{{variable1}}/ test/{{variable2}}
I found this document - https://experienceleague.adobe.com/en/docs/experience-cloud-kcs/kbarticles/ka-23027
Let me know of any leads.
I doubt If I use this way https://Test/{{variable1}}/ test/{{variable2}} this will work. But need to try
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@TheFinder Tracking only works if you hardcode https://yourdomain.com and personalize the path/params. Example:
<a href="https://yourdomain.com/{%= dynamicPath %}">Click here</a>
AJO will only enable automatic link tracking if the link’s protocol (https:// or http://) and domain (FQDN) are hardcoded in the template.
@TheFinder have you tried replacing the dynamic/variable part of url via the event attribute?
Views
Replies
Total Likes
Yes, Even after replacing the variables with event/ contextual attributes. That did not work.
Views
Replies
Total Likes
@TheFinder try to use event data of profile attributes section to fill dynamic part, do not use contextual attributes.
Views
Replies
Total Likes
@TheFinder Tracking only works if you hardcode https://yourdomain.com and personalize the path/params. Example:
<a href="https://yourdomain.com/{%= dynamicPath %}">Click here</a>
AJO will only enable automatic link tracking if the link’s protocol (https:// or http://) and domain (FQDN) are hardcoded in the template.
I think you were right @Mayank_Gandhi.
But what might be the best workaround if we are getting the domain names dynamically too to track click events in CJA?.
1. One way is to track in Adobe Analytics and send data to AEP/CJA.
From AJO if the domain is dynamic i dont think it will show in cja
Out of curiosity what is your business use-case?
You drive traffic to different business lines?? (thats why different domains?)
Views
Replies
Total Likes
Hey michael,
yes, we have different clients who have custom urls we need to embed in our mails.
Views
Replies
Total Likes
Views
Likes
Replies