UTM Link Generator

Generated URL

if(empty(prop("URL")) or empty(prop("Medium")) or empty(prop("Source")) or empty(prop("Campaign Name")), "⚠️ You must enter the Medium, Source, and Campaign Name", prop("URL") + "?utm_medium=" + prop("Medium") + "&utm_source=" + prop("Source") + "&utm_campaign=" + replaceAll(prop("Campaign Name"), " ", "%20") + if(empty(prop("Content")), "", "&utm_content=" + replaceAll(prop("Content"), " ", "%20")) + if(empty(prop("Keyword")), "", "&utm_term=" + replaceAll(prop("Keyword"), " ", "%20")))

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>