- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Hello, I have multiple Tealiunm Generic tags (3) established, each of which needs to fire "once" per user session based on the users location within the site.
// User lands on /my_page_01 - tag_01 is triggered // User lands on /my_page_02 - tag_02 is triggered // User lands on /my_page_03 - tag_03 is triggered
For each of these tags I have a Persist Data Value extension establablished for the purpose of setting a designated cookie value to "0". I also have a Javascript extension establish to change the value of this cookie to "1" based on each individual Pathname condition.
// User lands on /my_page_01 - tag_01 is triggered
// Set cookie to keep tags from firing more than once
u.callback = function() { // tealium helper method to update cookie value utag.loader.SC("tag_triggered_01", "1;exp-session"); }
These extensions, in conjunction with load rules that align with each of my Pathname conditions are individuallly mapped to each tag. The end goal is for the resulting configuration to allow each tag to fire "once" based on the user landing in the location of the site assigned to each specific tag.
When I only have one tag active, this set-up works just fine. However, when more than one tag is active, all of the tags conditions have to be met for each of the tags to stop firing.
What do I need to do to segrigate this behavior so that these conditions are not interdependent; and, each tag only fires once - for real.
Thanks!
Copyright All Rights Reserved © 2008-2023