<aside> 💡 Guide
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")))