내 커뮤니티 업적 표시줄을 확대합니다.

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!
해결됨

Track Personalization link from AJO In CJA

Avatar

Level 1

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

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

@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. 

원본 게시물의 솔루션 보기

8 답변 개

Avatar

Community Advisor

@TheFinder have you tried replacing the dynamic/variable part of url via the event attribute?

Avatar

Level 1

Yes, Even after replacing the variables with event/ contextual attributes.  That did not work.

Avatar

Community Advisor

@TheFinder try to use event data of profile attributes section to fill dynamic part, do not use contextual attributes.

Avatar

정확한 답변 작성자:
Employee Advisor

@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. 

Avatar

Level 1

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.

Avatar

Employee Advisor

From AJO if the domain is dynamic i dont think it will show in cja

Avatar

Level 10

Out of curiosity what is your business use-case?

You drive traffic to different business lines?? (thats why different domains?)

Avatar

Level 1

Hey michael,

 

yes, we have different clients who have custom urls we need to embed in our mails.