Skip to content

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

  1. $code (string)
    HTML/JavaScript code used for tracking the conversion event
  2. $platform (class)
    Platform class
  3. $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