Expand my Community achievements bar.

Your voice matters! Help shape the future of Adobe Journey Optimizer by sharing your feedback.
SOLVED

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

7 Replies

Avatar

Level 2

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

Correct answer by
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