Autotagging Google URL Builder

Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.

Apa itu Autotagging Google URL Builder?

Autotagging Google URL Builder adalah ekstensi Chrome yang dikembangkan oleh https://chrome.whysr.com, dan fitur utamanya adalah "Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Autotagging Google URL Builder

Unduh file ekstensi Autotagging Google URL Builder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Reduce the amount of time you spend on UTM Campaign Tracking by using the Autotagging Google URL Builder. 
Auto-tagging uses UTM tags, that are consistent with Google UTM guidelines.

Your Privacy is Our Highest Concern; this extension is subject to both http://www.google.com/intl/en-US/privacy.html and https://www.whysr.com/privacy-policy/.

Instantly create Google Analytics UTM links without any UTM knowledge. 
Create your tracking links directly from within e.g. the Facebook Post editor and inside the Facebook Ads Manager.

Maximise your campaign alignment by personalising every link with a Custom Domains or Custom URL Alias. 

Create your tracking links for any marketing channel, website forum or marketing tool (like Mailchimp). 

Autotagging currently supports over 26 marketing channels and 30 paid channels are supported. Examples: Mailchimp - Facebook Profile, Page and Groups - Facebook Ads - Twitter Tweets and Mentions - LinkedIn Profile and Business - LinkedIn Ads - Google+ Profile and Page. General websites, forums and blogs are tagged with UTM Medium 'referral' and the active browser tab URL as UTM Source.

Contribute to the Autotagging database by sharing the specific marketing channels and tools that your business requires. 

Benefit from the UTM Content tag by using the visual 'Content Variations' editor to create several variations of one UTM tracking link.

Customise your UTM tracking URLs by using any type of custom link parameter.

Add value to Google Analytics, Kissmetrics and Mixpanel by using Autotagging Google URL Builder to create your tracking links and get virtually 100% data integrity in your omnichannel RoI reports.


Google™ Trademark

We declare no affiliation or sponsorship, with the Google™ trademark. We stand independently as the sole creators, operators, and engineers behind the Autotagging Google URL Builder.                    

Informasi Dasar Ekstensi

Nama Autotagging Google URL Builder Autotagging Google URL Builder
ID koaldbonfcigkbdcbpmeepkddbiamhle
URL Resmi https://chromewebstore.google.com/detail/autotagging-google-url-bu/koaldbonfcigkbdcbpmeepkddbiamhle
Deskripsi Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.
Ukuran File 332 KB
Jumlah Instalasi 179
Versi Saat Ini 2.6.1
Terakhir Diperbarui 2016-03-13
Tanggal Publikasi 2016-03-12
Penilaian 4.50/5 Total 12 Penilaian
Pengembang https://chrome.whysr.com
Tipe Pembayaran free
Situs Ekstensi http://why.sr/rgIwOJ
URL Halaman Bantuan http://why.sr/EKI1jD
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autotagging Google URL Builder",
    "description": "Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.",
    "short_name": "Whysr Campaign Tracking",
    "version": "2.6.1",
    "background": {
        "scripts": [
            "js\/settings.js",
            "js\/jquery-2.1.4.min.js",
            "js\/whysrApiCall.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "icons\/Active\/logo16.png",
        "48": "icons\/Active\/logo48.png",
        "128": "icons\/Active\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/jquery.caret-1.5.2.min.js",
                "js\/whysrFunctions.js",
                "js\/whysrApiCall.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icons\/Active\/logo128.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.datatables.net https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "css\/*",
        "js\/*",
        "html\/*",
        "icons\/*"
    ]
}