{"id":8309059,"date":"2025-07-24T15:23:03","date_gmt":"2025-07-24T12:23:03","guid":{"rendered":"https:\/\/elementor.com\/?p=8309059"},"modified":"2025-08-04T14:23:11","modified_gmt":"2025-08-04T14:23:11","slug":"utm-builder-tool","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/utm-builder-tool\/","title":{"rendered":"UTM Builder: Campaign URL Builder"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8309762\" class=\"elementor elementor-8309762\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-537025e7 e-flex e-con-boxed e-con e-parent\" data-id=\"537025e7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3068055 elementor-widget elementor-widget-html\" data-id=\"3068055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n        \/* --- User-Provided CSS --- *\/\r\n        .html-viewer-app {\r\n            width: 100%;\r\n            max-width: 1280px;\r\n            margin: 0 auto;\r\n            padding: 60px 0 0;\r\n            background: transparent;\r\n            overflow: visible;\r\n            position: relative;\r\n            font-family: sans-serif;\r\n        }\r\n\r\n        .copy-btn-container {\r\n            position: absolute;\r\n            top: 0px;\r\n            right: 0;\r\n            z-index: 100;\r\n        }\r\n\r\n        .copy-btn {\r\n            background-color: rgb(255, 255, 255);\r\n            color: black;\r\n            border: 1px solid #ddd;\r\n            padding: 8px 16px;\r\n            border-radius: 4px;\r\n            cursor: pointer;\r\n            font-size: 14px;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 8px;\r\n            transition: background-color 0.2s;\r\n            box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .format-btn {\r\n            background-color: #000;\r\n            color: white;\r\n            border: none;\r\n            padding: 12px 20px;\r\n            cursor: pointer;\r\n            font-size: 1.125rem;\r\n            font-weight: 500;\r\n            transition: all 0.2s;\r\n            pointer-events: all;\r\n            min-width: 11rem;\r\n            text-align: center;\r\n            border-radius: 4px;\r\n        }\r\n\r\n        .format-btn:is(:hover, :focus, :focus-visible, :active){\r\n            background-color: #545454;\r\n        }\r\n\r\n        .reset-btn {\r\n            background: none;\r\n            border: none;\r\n            color: black;\r\n            text-decoration: underline;\r\n            font-size: 1rem;\r\n            cursor: pointer;\r\n            padding: 0;\r\n            margin-top: 12px;\r\n            transition: color 0.2s;\r\n        }\r\n\r\n        .reset-btn:is(:hover, :focus, :focus-visible, :active) {\r\n            background: none;\r\n            color: #545454;\r\n            text-decoration: underline;\r\n        }\r\n\r\n        .copy-btn:is(:hover, :focus, :focus-visible) {\r\n            background-color: #f6f6f6 !important;\r\n            color: black;\r\n        }\r\n\r\n        .main-content {\r\n            display: flex;\r\n            gap: 2vw;\r\n            position: relative;\r\n            align-items: flex-start;\r\n            justify-content: center;\r\n            flex-wrap: nowrap;\r\n            flex-direction: row;\r\n        }\r\n\r\n        .input-section, .output-section {\r\n            flex: 1;\r\n            min-width: 0;\r\n            max-width: 600px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            background: white;\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            border: 1.5px solid #EBEBEB;\r\n        }\r\n\r\n        .section-header {\r\n            background-color: #05047E;\r\n            color: white;\r\n            padding: 12px 20px;\r\n            font-family: 'DM Sans', sans-serif;\r\n            font-weight: 400;\r\n            font-size: 1.125rem;\r\n        }\r\n\r\n        \/* --- Custom Styles for UTM Builder --- *\/\r\n        .form-container {\r\n            padding: 20px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 15px;\r\n        }\r\n\r\n        .form-group {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 5px;\r\n        }\r\n\r\n        .form-group label {\r\n            font-weight: 500;\r\n            font-size: 14px;\r\n            color: #333;\r\n        }\r\n\r\n        .form-group input {\r\n            width: 100%;\r\n            padding: 10px;\r\n            border: 1px solid #ccc;\r\n            border-radius: 4px;\r\n            font-size: 14px;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .form-group input:focus {\r\n            outline: none;\r\n            border-color: #05047E;\r\n            box-shadow: 0 0 5px rgba(5, 4, 126, 0.2);\r\n        }\r\n\r\n        .output-container {\r\n            flex: 1;\r\n            position: relative;\r\n            background-color: #ffffff;\r\n            overflow: auto;\r\n        }\r\n        \r\n        .output-code {\r\n            width: 100%;\r\n            height: 100%;\r\n            min-height: 200px;\r\n            border: none;\r\n            outline: none;\r\n            padding: 15px;\r\n            font-family: 'Courier New', monospace;\r\n            font-size: 14px;\r\n            line-height: 1.5;\r\n            background-color: #f9f9f9;\r\n            resize: none;\r\n            color: #333;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .button-container {\r\n            padding: 20px;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 10px;\r\n            align-items: center;\r\n        }\r\n\r\n        .success-message {\r\n            position: fixed;\r\n            top: 20px;\r\n            right: 20px;\r\n            background-color: #28a745;\r\n            color: white;\r\n            padding: 12px 20px;\r\n            border-radius: 4px;\r\n            font-size: 14px;\r\n            opacity: 0;\r\n            transform: translateX(100%);\r\n            transition: all 0.3s ease;\r\n            z-index: 1000;\r\n        }\r\n\r\n        .success-message.show {\r\n            opacity: 1;\r\n            transform: translateX(0);\r\n        }\r\n\r\n        @media (max-width: 1024px) {\r\n            .main-content {\r\n                flex-direction: column;\r\n                gap: 25px;\r\n                height: auto;\r\n                align-items: center;\r\n            }\r\n\r\n            .input-section, .output-section {\r\n                width: 100%;\r\n                max-width: 700px;\r\n            }\r\n             .copy-btn-container {\r\n                position: relative;\r\n                margin: 0 auto;\r\n                text-align: center;\r\n            }\r\n        }\r\n    <\/style>\r\n    \r\n    <div class=\"html-viewer-app\">\r\n        <div class=\"main-content\">\r\n            <!-- Input Section for UTM Parameters -->\r\n            <div class=\"input-section\">\r\n                <div class=\"section-header\">UTM Parameters<\/div>\r\n                <div class=\"form-container\">\r\n                    <div class=\"form-group\">\r\n                        <label for=\"baseUrl\">Website URL *<\/label>\r\n                        <input type=\"url\" id=\"baseUrl\" placeholder=\"https:\/\/www.example.com\" required>\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"utmSource\">Campaign Source (utm_source) *<\/label>\r\n                        <input type=\"text\" id=\"utmSource\" placeholder=\"e.g., google, newsletter\" required>\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"utmMedium\">Campaign Medium (utm_medium) *<\/label>\r\n                        <input type=\"text\" id=\"utmMedium\" placeholder=\"e.g., cpc, email\" required>\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"utmCampaign\">Campaign Name (utm_campaign) *<\/label>\r\n                        <input type=\"text\" id=\"utmCampaign\" placeholder=\"e.g., summer_sale\" required>\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"utmTerm\">Campaign Term (utm_term)<\/label>\r\n                        <input type=\"text\" id=\"utmTerm\" placeholder=\"e.g., running+shoes (for paid keywords)\">\r\n                    <\/div>\r\n                    <div class=\"form-group\">\r\n                        <label for=\"utmContent\">Campaign Content (utm_content)<\/label>\r\n                        <input type=\"text\" id=\"utmContent\" placeholder=\"e.g., logo_link, text_link (A\/B testing)\">\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Output Section for Generated URL -->\r\n            <div class=\"output-section\">\r\n                <div class=\"section-header\">Generated UTM Link<\/div>\r\n                <div class=\"output-container\">\r\n                    <textarea class=\"output-code\" id=\"outputUrl\" readonly placeholder=\"Your generated URL will appear here...\"><\/textarea>\r\n                    <div class=\"copy-btn-container\">\r\n                        <button class=\"copy-btn\" id=\"copyBtn\">\r\n                            <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n                                <rect x=\"9\" y=\"9\" width=\"13\" height=\"13\" rx=\"2\" ry=\"2\"><\/rect>\r\n                                <path d=\"M5 15H4a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1\"><\/path>\r\n                            <\/svg>\r\n                            Copy URL\r\n                        <\/button>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"button-container\">\r\n             <button class=\"format-btn\" id=\"generateBtn\">Generate URL<\/button>\r\n             <button class=\"format-btn reset-btn\" id=\"resetBtn\">Reset Fields<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"success-message\" id=\"successMessage\">\r\n        URL copied to clipboard!\r\n    <\/div>\r\n\r\n    <script>\r\n        class UTMBuilder {\r\n            constructor() {\r\n                \/\/ Input fields\r\n                this.baseUrl = document.getElementById('baseUrl');\r\n                this.utmSource = document.getElementById('utmSource');\r\n                this.utmMedium = document.getElementById('utmMedium');\r\n                this.utmCampaign = document.getElementById('utmCampaign');\r\n                this.utmTerm = document.getElementById('utmTerm');\r\n                this.utmContent = document.getElementById('utmContent');\r\n                \r\n                \/\/ Output field\r\n                this.outputUrl = document.getElementById('outputUrl');\r\n                \r\n                \/\/ Buttons\r\n                this.generateBtn = document.getElementById('generateBtn');\r\n                this.copyBtn = document.getElementById('copyBtn');\r\n                this.resetBtn = document.getElementById('resetBtn');\r\n\r\n                \/\/ Success message\r\n                this.successMessage = document.getElementById('successMessage');\r\n\r\n                \/\/ A list of all input fields for easy iteration\r\n                this.allInputs = [this.baseUrl, this.utmSource, this.utmMedium, this.utmCampaign, this.utmTerm, this.utmContent];\r\n\r\n                this.init();\r\n            }\r\n\r\n            \/\/ Initialize event listeners\r\n            init() {\r\n                this.generateBtn.addEventListener('click', () => this.generateUrl());\r\n                this.copyBtn.addEventListener('click', () => this.copyToClipboard());\r\n                this.resetBtn.addEventListener('click', () => this.resetFields());\r\n\r\n                \/\/ Optional: Generate URL automatically on input change\r\n                this.allInputs.forEach(input => {\r\n                    input.addEventListener('input', () => this.generateUrl());\r\n                });\r\n            }\r\n\r\n            \/\/ Reset all input and output fields\r\n            resetFields() {\r\n                this.allInputs.forEach(input => input.value = '');\r\n                this.outputUrl.value = '';\r\n            }\r\n\r\n            \/\/ Generate the UTM URL\r\n            generateUrl() {\r\n                const base = this.baseUrl.value.trim();\r\n                if (!base) {\r\n                    this.outputUrl.value = '';\r\n                    return;\r\n                }\r\n\r\n                try {\r\n                    \/\/ Use the URL API for robust URL handling\r\n                    const url = new URL(base);\r\n\r\n                    \/\/ Define the parameters to process\r\n                    const params = {\r\n                        'utm_source': this.utmSource.value.trim(),\r\n                        'utm_medium': this.utmMedium.value.trim(),\r\n                        'utm_campaign': this.utmCampaign.value.trim(),\r\n                        'utm_term': this.utmTerm.value.trim(),\r\n                        'utm_content': this.utmContent.value.trim()\r\n                    };\r\n                    \r\n                    \/\/ Append parameters to the URL if they have a value\r\n                    for (const key in params) {\r\n                        if (params[key]) {\r\n                            url.searchParams.set(key, params[key]);\r\n                        } else {\r\n                            \/\/ Remove empty params if they exist from previous generation\r\n                            url.searchParams.delete(key);\r\n                        }\r\n                    }\r\n\r\n                    \/\/ Display the generated URL\r\n                    this.outputUrl.value = url.toString();\r\n\r\n                } catch (error) {\r\n                    \/\/ Handle invalid URL input gracefully\r\n                    if (error instanceof TypeError) {\r\n                        this.outputUrl.value = 'Error: Please enter a valid Website URL (e.g., https:\/\/example.com)';\r\n                    } else {\r\n                        this.outputUrl.value = 'An unexpected error occurred.';\r\n                        console.error('Error generating URL:', error);\r\n                    }\r\n                }\r\n            }\r\n\r\n            \/\/ Copy the generated URL to the clipboard\r\n            async copyToClipboard() {\r\n                const textToCopy = this.outputUrl.value;\r\n                if (!textToCopy.trim() || textToCopy.startsWith('Error:')) {\r\n                    return; \/\/ Do not copy if there's no URL or an error message\r\n                }\r\n\r\n                try {\r\n                    \/\/ Modern async clipboard API\r\n                    await navigator.clipboard.writeText(textToCopy);\r\n                    this.showSuccessMessage();\r\n                } catch (err) {\r\n                    console.warn('Async clipboard write failed, falling back to execCommand.');\r\n                    \/\/ Fallback for older browsers or insecure contexts\r\n                    const tempTextarea = document.createElement('textarea');\r\n                    tempTextarea.value = textToCopy;\r\n                    tempTextarea.style.position = 'absolute';\r\n                    tempTextarea.style.left = '-9999px';\r\n                    document.body.appendChild(tempTextarea);\r\n                    tempTextarea.select();\r\n                    try {\r\n                        document.execCommand('copy');\r\n                        this.showSuccessMessage();\r\n                    } catch (execErr) {\r\n                        console.error('Fallback copy command failed:', execErr);\r\n                        alert('Failed to copy URL.'); \/\/ Use alert as a last resort\r\n                    }\r\n                    document.body.removeChild(tempTextarea);\r\n                }\r\n            }\r\n\r\n            \/\/ Show the \"Copied!\" success message\r\n            showSuccessMessage() {\r\n                this.successMessage.classList.add('show');\r\n                setTimeout(() => {\r\n                    this.successMessage.classList.remove('show');\r\n                }, 3000);\r\n            }\r\n        }\r\n\r\n        \/\/ Instantiate the class once the DOM is fully loaded\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            new UTMBuilder();\r\n        });\r\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8309059","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>UTM Builder: Campaign URL Builder<\/title>\n<meta name=\"description\" content=\"free UTM builder tool to generate Google Analytics campaign URLs in seconds. Track your marketing efforts accurately with our UTM generator\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/utm-builder-tool\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"UTM Builder: Campaign URL Builder\" \/>\n<meta property=\"og:description\" content=\"free UTM builder tool to generate Google Analytics campaign URLs in seconds. Track your marketing efforts accurately with our UTM generator\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/utm-builder-tool\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-24T12:23:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-04T14:23:11+00:00\" \/>\n<meta name=\"author\" content=\"Asaf Rotstain\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asaf Rotstain\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/utm-builder-tool\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/utm-builder-tool\/\"},\"author\":{\"name\":\"Asaf Rotstain\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7\"},\"headline\":\"UTM Builder: Campaign URL Builder\",\"datePublished\":\"2025-07-24T12:23:03+00:00\",\"dateModified\":\"2025-08-04T14:23:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/utm-builder-tool\/\"},\"wordCount\":7,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/utm-builder-tool\/\",\"url\":\"https:\/\/elementor.com\/tools\/utm-builder-tool\/\",\"name\":\"UTM Builder: Campaign URL Builder\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-07-24T12:23:03+00:00\",\"dateModified\":\"2025-08-04T14:23:11+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7\"},\"description\":\"free UTM builder tool to generate Google Analytics campaign URLs in seconds. Track your marketing efforts accurately with our UTM generator\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/utm-builder-tool\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/utm-builder-tool\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/utm-builder-tool\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"UTM Builder: Campaign URL Builder\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7\",\"name\":\"Asaf Rotstain\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g\",\"caption\":\"Asaf Rotstain\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/asafr-211bae\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"UTM Builder: Campaign URL Builder","description":"free UTM builder tool to generate Google Analytics campaign URLs in seconds. Track your marketing efforts accurately with our UTM generator","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/utm-builder-tool\/","og_locale":"en_US","og_type":"article","og_title":"UTM Builder: Campaign URL Builder","og_description":"free UTM builder tool to generate Google Analytics campaign URLs in seconds. Track your marketing efforts accurately with our UTM generator","og_url":"https:\/\/elementor.com\/tools\/utm-builder-tool\/","og_site_name":"Tools","article_published_time":"2025-07-24T12:23:03+00:00","article_modified_time":"2025-08-04T14:23:11+00:00","author":"Asaf Rotstain","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Asaf Rotstain","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/utm-builder-tool\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/utm-builder-tool\/"},"author":{"name":"Asaf Rotstain","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7"},"headline":"UTM Builder: Campaign URL Builder","datePublished":"2025-07-24T12:23:03+00:00","dateModified":"2025-08-04T14:23:11+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/utm-builder-tool\/"},"wordCount":7,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/utm-builder-tool\/","url":"https:\/\/elementor.com\/tools\/utm-builder-tool\/","name":"UTM Builder: Campaign URL Builder","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-07-24T12:23:03+00:00","dateModified":"2025-08-04T14:23:11+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7"},"description":"free UTM builder tool to generate Google Analytics campaign URLs in seconds. Track your marketing efforts accurately with our UTM generator","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/utm-builder-tool\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/utm-builder-tool\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/utm-builder-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"UTM Builder: Campaign URL Builder"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/3adf9f4dd31a1103c8d131d0fa733ee7","name":"Asaf Rotstain","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b100acf76c133e3557847510ec2e00c3dd2957cdea2fac992f98838660513c6b?s=96&d=mm&r=g","caption":"Asaf Rotstain"},"url":"https:\/\/elementor.com\/tools\/author\/asafr-211bae\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309059","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8309059"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309059\/revisions"}],"predecessor-version":[{"id":8309815,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8309059\/revisions\/8309815"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8309059"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8309059"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8309059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}