- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Solved! Go to Solution.
10-18-2013 01:34 PM
10-18-2013 01:55 PM
10-18-2013 02:27 PM - last edited on 08-06-2016 04:49 PM by kathleen_jo
Ah okay, you'll probably have to change this a bit. This is how I would do it based on the u.addEvent() method in this post: https://community.tealiumiq.com/t5/Tags/Adobe-Analytics-SiteCatalyst-Tag/ta-p/664
1. Removing that mapping that fires event18 when prop2='ART'
2. Create a JavaScript code extension and scope it to the SiteCatalyst tag
3. In the code itself you'd write something like: if (a=='view' && prop2=='ART') { u.addEvent(["event18"]); }
Not sure if prop2 is the actual name of your datasource you're checking for art. The 'a' variable is where we store whether you're doing a utag.view() or utag.link(). So this way, you are checking if it's a 'view' and if prop2 is 'ART'. When you're doing utag.link(), a=='link' so it won't fire event18.
If this doesn't resolve your issue you will probably want to reach out to your account manager for more specific help.
Copyright All Rights Reserved © 2008-2023