conversion_bridge_event_[event_name]_desc
Description
The conversion_bridge_event_[event_name]_desc filter allows you to customize how the description for the event is shown in Conversion Journeys.
Replace the [event_name] with the key for the specific event from a specific integration.
For example, you could target names for WooCommerce purchase events (woocommerce_purchase) or WS Form Submissions (wsform_submission)
Usage
add_filter( 'conversion_bridge_event_[event_name]_label', 'my_hook_function', 10, 3 );
Parameters
$desc
(string)
The description you want to display$event
(array)
The original event data$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