UTM Parameters

Globally configure utm_* (and other) query string parameters to be added to your push notifications and in-app message target URLs.

Access this page on your dashboard

If a parameter is already present in a target URL, the value will be kept untouched.

The parameter value accepts liquid templates, which lets you add the push or in-app campaign's name or identifier to the parameter value. Available liquid variables are: {{ campaign.id }} and {{ campaign.name }}.

You can probably get started with the following settings:

  • utm_source: WonderPush
  • utm_campaign: {{ campaign.id }}
2426