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
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
@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?
조회 수
답글
좋아요 수
Yes, Even after replacing the variables with event/ contextual attributes. That did not work.
조회 수
답글
좋아요 수
@TheFinder try to use event data of profile attributes section to fill dynamic part, do not use contextual attributes.
조회 수
답글
좋아요 수
@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?)
조회 수
답글
좋아요 수
Hey michael,
yes, we have different clients who have custom urls we need to embed in our mails.
조회 수
답글
좋아요 수