Hello all,
Due to privacy concerns of users, it is more and more required to capture individual consent of opens & clicks tracking and dis-allow tracking in emails basedd on that consent. Currently, Adobe Campaign supports tracking/no-tracking on a delivery level.
Is there a way to achieve this on a recipient level instead?
Thank you for your kind assistance or any clues.
Solved! Go to Solution.
You can go through below thread which is for same issue . For now it seems there is no way to disable tracking at individual recipient level and it is at delivery level only.
There is already an open enhancement request (NEO-31083) for this functionality to be available in future releases.
You can go through below thread which is for same issue . For now it seems there is no way to disable tracking at individual recipient level and it is at delivery level only.
There is already an open enhancement request (NEO-31083) for this functionality to be available in future releases.
Thank you for your response and sharing the enhancement request reference.
Views
Replies
Total Likes
Here is the best pratice (if ER would be taken into account, it would change completely all the tracking reporting system at delivery level) to handle this without having to duplicate delivery templates:
1- in the targetting workflow, use a split activity in order to separate tracked visitors from untracked visitor
2- duplicate the delivery activity (with the reference on the tracked delivery template) and link it to the "untracked" workflow branch
3- in the script of the delivery activity, use this code: delivery.tracking.enabled=false
This way, yes you have to duplicate some activities in your workflow but you'll use the same template: the code in the script activity will force AC to generate a delivery without tracking
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies