Skip to content

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

  1. $code (string)
    HTML/JavaScript code
  2. $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