- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
08-24-2017 11:57 AM
I have a few actions on my site that i want to track in Audience Stream but not in Adobe Analytics.
Is there a way to call utag.link with out it fireing off a s.tl call?
Solved! Go to Solution.
08-24-2017 05:05 PM
@JerTippets You can ignore tracking calls by calling return false;
in a JavaScript Code extension scoped to the tag. Here is a previous solution to your question:
How to suppress a utag.link currently developed on page code
08-25-2017 08:22 AM
Hey @JerTippets, I'd also like to suggest triggering the Collect Tag directly using:
utag.link({key:value},null,[Collect Tag ID])
For example, my Collect Tag ID is "3" so I can use:
utag.link({event_name:"button_click"},null,[3])
Or if you already have an object of data you can use:
utag.link(object,null,[3])
You can read more about this advanced utag.link call here.
Cheers,
-Dan
08-28-2017 03:52 PM
08-28-2017 03:53 PM
Copyright All Rights Reserved © 2008-2023