parveshp7822672
parveshp7822672
19-03-2019
Hello Everyone,
I want to know, Can a tag be added to each URL of delivery before executing automatically?
For example business user design a email like below:
As you can see there is no tag in this URL.
When a user start this delivery, before processing of this delivery, I want to add a tag in this URL.
As shown below.
Can you please let me know, how I can do this automation?
Thanks,
Parvesh.
kunal23
MVP
kunal23
MVP
19-03-2019
Have you gone through the following documentation - https://docs.campaign.adobe.com/doc/AC/en/DLV_Tracking_messages_How_to_configure_tracked_links.html ?
wodnicki
MVP
wodnicki
MVP
19-03-2019
Hi,
Edit xtk:option 'NmsTracking_ClickFormula'.
Thanks,
-Jon
parveshp7822672
parveshp7822672
25-03-2019
Hello Kunal,
This document is regarding the tracking formaula.
I wnat to know, how to change URL in delivery.
Thanks.
Parvesh.
parveshp7822672
parveshp7822672
25-03-2019
Hello Jon,
NmsTracking_ClickFormula option is used to define the tracing URL creation formula.
But I do not want to default tracing URL. I want to change actual URL which is defined in delivery.
Thanks.
Parvesh.
wodnicki
MVP
wodnicki
MVP
25-03-2019
Try it.
SriBhargav94-go
SriBhargav94-go
25-03-2019
Hi Parvesh,
Correct me if my understanding is wrong, so you want to append this tag <%= recipient.cryptedAccountId %> just before sending delivery. It seems like a personalized field, so anyhow if you declare it once, it will get dynamic value during delivery analysis right?
Regards,
Sri Bhargav
parveshp7822672
parveshp7822672
26-03-2019
Hello Sri,
Yes, I want append it before delivery analysis.
Let me know if you have any question.
Thanks.
Parvesh.
salvdangelo
salvdangelo
26-03-2019
Hello parveshp78226723
Could you explain us why you need it before the delivery analysis?
I can only repeat what already suggested: modifiy these options at platform level or inside each delivery template you need.
Otherwise, you have simply to add the requested parameters/placeholder to the HTML source
Other solution might be a scheduled script that append to "href" properties a string, but it seems a useless waste of time to me compared to the steps above.
Regards,
Salvatore
parveshp7822672
parveshp7822672
27-03-2019
Hello Salvatore,
A script will not work. If the href tag exists in personalization block.
I do not want to change targeting URL also.
As per these conversations, I think the best solution is to add this tag in HTML source code.
Thanks.
Parvesh.