Hi Everyone,
I have followed @Dan_Kavanagh instructions on how to set up event tracking via my landing pages, but I cannot get the events to actually fire. I am looking for some type of universal code I can incorporate through script manager in order to avoid having to update 70+ landing pages. (I cannot get the event to fire on an individual page or using the script manager). The screenshots from this thread are difficult to read which is why I am having trouble getting the event to fire on an individual page.
If anyone has had success setting up Event tracking through Bing, I appreciate any type of assistance. My Bing UET code is verified, and the event tracking is also verified, but not showing any conversions (No recent conversions being tracked). Although I can see that 61 conversions came in via my landing pages last week (Verified through Unbounce not Bing).
Here is the universal tracking code I tried unsuccessfully (Thanks @Lawrence_Howlett!) :
script
lp.jQuery(document).ready(function() {
console.log( “convesion tracked!” );
window.uetq = window.uetq || ];
window.uetq.push({ ‘ec’:‘Contact’, ‘ea’:‘Form’, ‘el’:‘Income Protection’, ‘ev’:‘1’ });
});
/script
(Took out <> around Script in order to view in this thread)
I have no idea what type of code I should have on individual pages to do it the long way.
Thanks ahead of time for all of the great responses and support.
Cheers!
Will