Hi guys, For the last few days I have been trying to figure out how to set-up Tealium so that a custom Bing tracking code is fired when a user clicks on any one of two buttons on the page. Here is what the tracking code looks like: <script> window.uetq = window.uetq || []; window.uetq.push ({ 'ec':'3rdparty_mobile', 'ea':'application_submit', 'el':'apply_now_click', 'ev':1 }); </script> I don't know if there is an easier way to do this but here is what I have done so far (which is not working): 1. I created a custom container in Tealium. 2. In load rules, I set the tag to fire when EventLabel contains either one or the other button. Here is what it looks like: The "JA apply jump footer" event is set-up to work in the following way (the other one is almost the same): 3. I followed this guide (https://community.tealiumiq.com/t5/Tealium-iQ/Tealium-Custom-Container/m-p/1182/highlight/true#M3746) to add the JavaScript tracking code to the Tag template. Here is where/how I inserted it into the code: However, while following the guide above, I skipped steps 4-6. Since the tag never changes I don't need to dynamically pass any values to it. As far as I can tell, I shouldn't need to add any data mappins for this to work, however please correct me if I am wrong. At the moment, I did not set-up any data mappings at all. Could this be the issue? Do I need to set-up any data mappings? I am very new to Tealium so I assume I have missed some important step or I am doing something wrong. I'd be very grateful for any help. Thanks a lot in advance.
... View more