- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
06-26-2015 08:30 AM
06-26-2015 10:04 AM - last edited on 10-07-2015 02:41 PM by akshata_yerdoor
Hi Antoine
Just set all new values for variables required with the utag.view call. Reset any variables not required. e.g. every step should fire, using a function, something like:
utag.view({ "variable1" : "value", "variable2" : "value", "variable3" : "value", "variable4" : "value", });
If you want to just call one tag only then:
utag.view({ "variable1" : "value", "variable2" : "value", "variable3" : "value", "variable4" : "value", }, null, []);
If you want to fire only tag id 20, replace with tag id, 20. If you want to track using link tracking then use utag.link instead of utag.view.
Cheers Sam
07-02-2015 09:59 AM - last edited on 04-14-2016 10:11 AM by kathleen_jo
Hey Antoine, Samrat has provided some great details. We also have an article that covers using utag.view and utag.link, here: utag.link() and utag.view() Take a look at that, and let us know if you still have questions. Thanks, Seth
07-09-2015 06:26 AM
04-14-2016 07:26 AM
04-14-2016 10:13 AM
Whoops! Thank you for bringing this to our attention @mitchellt. It should be fixed now! Sorry about that.
Copyright All Rights Reserved © 2008-2023