Martech Zone Builders Articles
A collection of small web-based builders provided free to marketers to help them with their day-to-day work.
App: URL Encode and Decode
Data often travels embedded within uniform resource locators (URLs) to reach its destination. However, not all characters play well within URLs’ strict rules. URL encoding is a translator that ensures smooth communication between web browsers and servers. I built a little application to help you URL encode or decode your data. Source Data Result Data URL Encode URL Decode Copy…
App: Google Analytics Campaign UTM Querystring Builder
Utilize this tool to build your Google Analytics Campaign URL. The form validates your URL, includes logic on whether it already has a querystring within it, and adds all of the appropriate UTM variables: utm_id, utm_campaign, utm_source, utm_medium, and optional utm_term and utm_content. What Are The Campaign (UTM) Variables Passed To Google Analytics? UTM variables are parameters you can add…