Adding additional conversion actions
-
Hi, we’re using your plugin to track Woo sales and it’s working perfectly, so first up a big thank you! Very easy to install and use.
This is not a support request, hopefully not too much off topic.
We now want to track additional events such as “leads” (contact form submission). Am I correct that your plugin only handles checkout? If yes, am I also correct that the GA tag is injected on all pages by your plugin, so all I need to do is to add an additional event snippet to the page I want to track?
For reference, with snippet I mean this type of code:
<!-- Event snippet for Lead conversion page --> <script> gtag('event', 'conversion', { 'send_to': 'AW-0000/0-xxx-x', 'value': 1.0, 'currency': 'GBP' }); </script>
And I could achieve this through the code you’ve listed in the documentation here https://docs.woopt.com/wgact/?utm_source=woocommerce-plugin&utm_medium=documentation-link&utm_campaign=woopt-pixel-manager-docs&utm_content=gtag-js#/developers ?
Many thanks, Edith
- The topic ‘Adding additional conversion actions’ is closed to new replies.