Support

Home Forums Event Espresso Premium Sending Server Side Meta Conversion API Events from EE4 to Facebook

Sending Server Side Meta Conversion API Events from EE4 to Facebook

Posted: April 25, 2024 at 1:07 pm


twcassidy14

April 25, 2024 at 1:07 pm

Hi there!

We are attempting to capture conversion API events from the server when there is a registration in EE, and send that information to FB for ad optimization. We are using the WPCode plugin and their developers said they are happy to integrate a solution for us. Can you help provide the following?

Point us to what EE4 hooks are available to track events using a pixel integration? If you also have some code examples that would be very helpful.

The hooks we need are:

An action that runs when an order is placed or confirmed as paid.
An action when an event page is loaded
An action when the checkout page is loaded (if applicable)

Thank so much!

Tim


Rio

  • Support Staff

April 26, 2024 at 7:03 pm

Hello,

You can install this two plugin to check all the list of actions and filters. Please activate the debug bar first, before activating the actions and filter add-on, as you will have error if you do the other way around.

https://wordpress.org/plugins/debug-bar/
https://wordpress.org/plugins/debug-bar-actions-and-filters-addon/

Then you’ll be able to view all Event Espresso hooks and filters available for the current request via the debug bar. If you have copy of the plugin, you can also check it through IDE, such as VS studio, phpstorm etc, then search do_action(‘AHEE_ which will list all of the action hooks. If you search for apply_filters(‘FHEE_ will list all of the filter hooks.

Thanks

You must be logged in to reply to this support post. Sign In or Register for an Account

Event Espresso