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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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
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
Views
Replies
Total Likes
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
thanks @DavidKangni is there any Adobe Documentation I can refer to that talks about this in detail? What type of encryption etc?
thanks.
Adeel
Views
Replies
Total Likes
@AdeelKh1 Please check the details by me on this thread below.
Let me know if you need more help.
~cheers,
NN.
Views
Replies
Total Likes
@nnakirikanti the post you referred is quite different from the information I am trying to gather. But thanks for your help
Views
Replies
Total Likes
@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
Views
Replies
Total Likes
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!
Views
Replies
Total Likes
Views
Likes
Replies