Hi Community!
I am working on an unsubscribe web application for unsubscribing from communication. It has three end states:
1. Successful unsubscription
2. You cancelled the process because you changed your mind
3. An error page
I am wondering whether it is possible to use tracking tags on web applications to track conversions for multiple paths?
I have not figured out how to accomplish this, and the documentation on the topic is pretty sparse on this concrete issue.
An additional question is: I only have the option to choose goal "conversion" for the static tracking tag I am inserting on the different sites. Any idea how I can expand this / change this?
I hope someone has inputs to this issue
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @SorenDP,
For the second point, you can expand the options by adding more entries into the enumeration with internal name "trackerGoal" under Administration > Platform > Enumerations.
For the first point, you can add tags on the pages in the three different paths, and then implement a logic, maybe in a workflow, to check which route was taken by a recipient when they clicked on the unsubscription link from an email. This can be checked by the existence of a series of web tracking tags for a particular recipient in order.
Let me know if that helped.
Thanks,
Ishan
Hi @SorenDP,
For the second point, you can expand the options by adding more entries into the enumeration with internal name "trackerGoal" under Administration > Platform > Enumerations.
For the first point, you can add tags on the pages in the three different paths, and then implement a logic, maybe in a workflow, to check which route was taken by a recipient when they clicked on the unsubscription link from an email. This can be checked by the existence of a series of web tracking tags for a particular recipient in order.
Let me know if that helped.
Thanks,
Ishan
Hi @isahore. Thanks so much!
For point 2 - Got it, works like a charm, thanks!
In terms of point 1, then it seems that we are maybe missing some setup of our ACC instance, since it does not seem that the web tracking from tracking tags on web applications are being written to any schema or table in ACC. Do you by any chance know which schema the data are supposed to be put into, and what setup I need to configure for it to happen?
THANKS!
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi! I did solve it with the information provided, so all good!! Sorry
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies