conversion_bridge_platform_render_event_code
Description
The conversion_bridge_platform_render_event_code filter allows you to customize (or unset) the conversion tracking HTML/JavaScript code for an event for a specific platform.
Usage
add_filter( 'conversion_bridge_platform_render_event_code', 'my_hook_function', 10, 3 );
Parameters
$code
(string)
HTML/JavaScript code used for tracking the conversion event$platform
(class)
Platform class$event
(array)
The original event data
Still need help?
If you have not yet found your answer in the documentation articles, please contact support
Contact support