How to pass/append UTMs to the iframe?
To append UTMs to your links, simply add utm-src
class to the iframe, and UTM Simple will append all the UTM parameters to your iframe URL.
For example:
<h2>iframe</h2>
<p><iframe class="utm-src" src="https://www.domain.com/?utm_source=googleiframe"></iframe></p>