Home › Forums › Events Calendar Add-on › Tracking conversions for individual events
Posted: April 15, 2016 at 2:19 am
Andrew Mason
April 15, 2016 at 2:19 am
Hi,
If there a way in EE3 or EE4 to have unique check out pages for different events.
This would be for conversion tracking so that:
Someone registers for Event 1, triggers conversion pixel 1 Someone registers for Event 2, triggers conversion pixel 2
At the moment I have the conversion pixel on the thank you page, so this triggers when someone registers for any event.
Thanks
Andrew
Tony
Support Staff
April 15, 2016 at 3:38 am
Hi Andrew,
With EE4 there are multiple hooks you could use for this, depending on how you want to set it up.
For example on the thank you page you could load a conversion pixel from event meta so it would be unique for each event.
You could also load different pixels based on the registration/transaction status if you preferred.
An example of a hook you could use for this is:
do_action( 'AHEE__thank_you_page_overview_template__bottom', $transaction );
The support post ‘Tracking conversions for individual events’ is closed to new replies. Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Status: closed
Updated by Tony 8 years, 7 months ago ago