Next thing detected: User Tracking dashboard shows nothing after a couple of days.
WP 6.1.1
WC 7.2.2
PHP 7.4
Booster Plus 6.0.1
I have a Woocommerce that is also a blog too …
And a reader often becomes a customer.
Is it possible for me to know which posts or pages visited took you to become a Customer?
And is that on the user’s timeline? Activities even before logging in.
]]>Best regards, Yavor
]]>I would like to redirect anyone who submits our form to a URL with a tracking code generated by the form submitted.
We would like to redirect to a thank you page after someone submits one of our forms, and are doing this by adding to the relevant pages:
` <script>
document.addEventListener( ‘wpcf7mailsent’, function( event ) {
location = ‘www.ourwebsite.com/thankyou’;
}, false );
</script>`
BUT I want it to also automatically add a tracking code so we can match each form submission to individual user journeys (and exclude from our reports any forms filled out which are not relevant).
Is there a tag or ID that contact form 7 generates which I can make the DOM event add to the end of our URL? I have tried ‘?=_serial_number’, but didn’t have any luck.
Many thanks,
Alice
]]>