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

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
해결됨

AJO Tracking Link - Under the hood

Avatar

Level 1

Hi,

 

I have a fair understanding of how the tracking links work in AJO. Just trying to find adobe document that explains how it works under the hood? Especially, where does AJO keep the original URL? is it in the tracking URL? If yes then is it encoded/encrypted. This is the level of detail I am looking for.

 

thanks.

adeel

주제

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @AdeelKh1 

 

For interpreting URLs, Journey Optimizer complies with the URI syntax (RFC 3986 standard), which disables some special international characters in URLs. When trying to send the proof or email, if you are returned an error involving a URL added to your content, you can URL encode the string as a workaround.

 

The entire URL with tracking parameters are encrypted and follow this pattern

https://[domain]/ee/v1/click?
params=
&pid=
&tuid=
&configId=

Thanks,

David



David Kangni

원본 게시물의 솔루션 보기

7 답변 개

Avatar

Level 5

Hello,

 

The AJO will rewrite the original URL appending tracking parameters. The entire URL with tracking parameters are encoded but not encrypted.

 

Thanks

AJO Dev

Avatar

정확한 답변 작성자:
Community Advisor

Hi @AdeelKh1 

 

For interpreting URLs, Journey Optimizer complies with the URI syntax (RFC 3986 standard), which disables some special international characters in URLs. When trying to send the proof or email, if you are returned an error involving a URL added to your content, you can URL encode the string as a workaround.

 

The entire URL with tracking parameters are encrypted and follow this pattern

https://[domain]/ee/v1/click?
params=
&pid=
&tuid=
&configId=

Thanks,

David



David Kangni

Avatar

Level 1

thanks @DavidKangni is there any Adobe Documentation I can refer to that talks about this in detail? What type of encryption etc?

 

thanks.

Adeel 

Avatar

Community Advisor

@AdeelKh1 Please check the details by me on this thread below.

 

https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/how-quickly-event-react...

 

Let me know if you need more help.

 

~cheers,

NN.

Avatar

Level 1

@nnakirikanti the post you referred is quite different from the information I am trying to gather. But thanks for your help

Avatar

Community Advisor

@AdeelKh1 Encoded url is not persisted anywhere, at runtime it is computed, resolution is also done click time or open and ingest the raw data into message feedback and click stream datasets

 

~cheers,

 

NN

Avatar

Administrator

Hi @AdeelKh1,

Were you able to resolve this query with the help of the provided solutions, or do you still need further assistance? Please let us know. If any of the answers were helpful in moving you closer to a resolution, even partially, we encourage you to mark the one that helped the most as the 'Correct Reply.'
Thank you!



Sukrity Wadhwa