Skip to main content

Appending UTMs using Shortcode

If none of the other propsed solutions here How to Append UTM? worked, you can always pull the UTM parameters using the shortcode.

For example

<div class="some-cool-div" data-url="https://www.domain.com?utm_campaign=[utm_campaign]"></div>