Hi,
you could try to add a new custom event in “Conversions/Events” tab of Pixel Caffeine admin.
Here, you can add an event by CSS selector trigger and set #gform_submit_button_515 as css selector element (that is the css ID of the submit button I see).
In this way, you should trigger the event you created only when the user clicks into the submit button.
Check it with Pixel Helper Chrome Extension and let me know 🙂
Hello,
Thank you for your help. However, the challenge is still open. Kindly consider the following:
1. The button “gform_submit_button_690” changes with every program we have.
2. We have a thank you page associated with every program page.
3. Is it possible for the pixel to trigger just on the thank you page?
4. Can we still track page clicks (if tracking 3. conversions is possible)?
I look forward to your kind comments on this situation.
Best,
Sumit Malhotra
Hi,
so, the only way is add a custom javascript code where trigger fbq( 'event', {}) for specific cases.
Something like (just an example, you need to adapt for your need):
jQuery('. gform_button').on('click', function(){ fbq( 'EventSubmit' ) })
Finally, to add the code in the footer, you can use this plugin: https://ww.wp.xz.cn/plugins/header-and-footer-scripts/#description
I hope it helps!
I am unable to get pixel caffeine to work till now. For some reason the pixel is not firing only. How can I share screenshots of my installation with you.