Howdy all!
I’ve been attempting to figure out how to get my Bing ads account to track conversions on an LP and have been unsuccessful. Wondering if anyone out there has some insights that can help solve the issue.
The main issue I run into is the LP I am using is not using a form confirmation dialogue box when the form is submitted. So I need to figure out how to track form submissions as conversions in my Bing ads account.
Here’s what I’ve already completed:
Created and installed UET tag into Head (Javascripts) of LP
Created a conversion goal in Bing Ads
Added custom event script to the Before Body End Tag of LP
window.uetq = window.uetq || t];
window.uetq.push
({ ‘ec’:‘Contact’, ‘ea’:‘Form’, ‘el’:‘Analysis’, ‘ev’:‘Event value’ });
However, I am not certain where the Button ID should go in the custom event script?
Any help would be greatly appreciated!