Skip to main content

How to pass/append UTMs to the iframe?

To append UTMs to your links, simply add utm-src class to the links,iframe, and scriptsscript will append all the UTM parameters to your link.iframe URL.

For example:

<h2>iframe</h2>
<p><iframe class="utm-src" src="https://www.domain.com/?utm_source=googleiframe"></iframe></p>