conversion_bridge_render_event
Description
The conversion_bridge_render_event filter runs right before the final code is output for handling the frontend JavaScript conversion tracking.
Usage
add_filter( 'conversion_bridge_render_event', 'my_hook_function', 10, 2 );Parameters
$code(string)
HTML/JavaScript code$event(array)
The original event data array
Still need help?
If you have not yet found your answer in the documentation articles, please contact support
Contact support