Skip to content

conversion_bridge_event_[event_type]_label

Description

The conversion_bridge_event_[event_type]_label filter allows you to customize how the label for the event is shown in Conversion Journeys.

Replace the [event_type] with the key for the event type you want to customize.

Usage

add_filter( 'conversion_bridge_event_[event_type]_label', 'my_hook_function', 10, 3 );

Parameters

  1. $label (string)
    The label you want to display
  2. $event (array)
    The original event data
  3. $params (array)
    Additional params attached to the event

Still need help?

If you have not yet found your answer in the documentation articles, please contact support

Contact support