Enjoy improved webhooks support for UTM parameters
We now support additional flexibility in UTM data for webhooks, mainly additional standard and dynamic UTM parameters. This will allow you to gain deeper insights into your marketing campaigns by capturing more detailed and flexible UTM data. This will also simplify tracking for diverse ad platforms, and can automate data collection for custom UTM parameters without requiring additional configuration.
So, what did we do?
The webhook will now recognize and process the following standard UTM parameters:
-
utm_source
: Identifies the traffic source (e.g., Google, Facebook, Apple Search). -
utm_medium
: Specifies the marketing channel (e.g., PPC, social, email). -
utm_campaign
: Tracks specific campaign names or IDs. -
utm_term
: Captures search keywords (used for paid search). -
utm_content
: Differentiates similar content within a campaign (e.g., for A/B testing). -
utm_id
: Identifies the ad campaign reference.
For dynamic custom UTM parameters, here’s what we did:
Any parameter prefixed with utm_
(e.g., utm_custom
) will be captured dynamically, offering flexibility for custom tracking needs.
What about broad ad platform compatibility?
The solution is designed to work seamlessly with UTM parameters from various ad platforms, including Google Ads, Facebook Ads, Apple Search Ads, and more.
Please keep in mind that this update is focused on UTM parameters and doesn’t yet necessarily support capturing all arbitrary URL parameters.