Hi all, there is a requirement to use tracking in ACC. In ACC, when any URL is used, the url in 'href' will be modified with some additional parameters which are used for tracking. Reference: Get started with personalized links tracking | Adobe Campaign
Now, I want to use the given URL in html as it is(the tracking should be present to track only Opens). Click tracking is not required.
Example:
If tracking is enabled and a link is added as: http://myurl.com/a.php
This is replaced for one particular recipient with: http://emailing.customer.com/r/?id=h617791,71ffa3,71ffa8
Expected output: http://myurl.com/a.php
Any thoughts will be great help and much appreciated.
Update:
Expected output: Only Opens should be tracked. Clicks not to be tracked(to avoid the url modification).
Views
Replies
Total Likes
Hello @somasundaramh,
If you are trying to do so for a specific delivery, you can deactivate tracking for that delivery's urls from this menu :
Br,
Amine
Views
Replies
Total Likes
Hi @Amine_Abedour thanks for your reply. We are doing implementation. And Business will take care of each delivery configuration.
Our requirement is to have the Tracking enabled(so that the opens can be tracked), but we do not want Click tracking(source url is modified with new parameters).
I tried overwriting option variable 'NmsTracking_ClickFormula'. Tried to have only $(url) instead of the whole formula. However, the href is calculated only when there is a '/r/?id=' characters as per the formula. Hope this clarifies our requirement and challenges.
Views
Replies
Total Likes
Update: I tried extending the nms:delivery schema using the following xml:
This works for the first time send. However, for the second time, the tracking is enabled if the same delivery is sent again.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies