How can we track Contact Form 7 forms?
-
Hi there,
Great plugin. We are trying to track the Contact Form 7 forms that are correctly sent.
With the original Pixel Code we track it like this:
<script type="text/javascript"> document.addEventListener( 'wpcf7mailsent', function( event ) { fbq('track', 'Lead'); }, false ); </script>
We have noticed that you don’t use the function
fbq
so that this code is not working with your plugin.Which would be the equivalent to
fbq('track', 'Lead');
with your plugin?Thanks for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can we track Contact Form 7 forms?’ is closed to new replies.