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.
表示
返信
いいね!の合計