Autotagging Google URL Builder

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

Cos'è Autotagging Google URL Builder?

Autotagging Google URL Builder è un'estensione di Chrome sviluppata da https://chrome.whysr.com, e la sua funzione principale è "Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Autotagging Google URL Builder

Scarica i file di estensione Autotagging Google URL Builder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Autotagging Google URL Builder Autotagging Google URL Builder
ID koaldbonfcigkbdcbpmeepkddbiamhle
URL Ufficiale https://chromewebstore.google.com/detail/autotagging-google-url-bu/koaldbonfcigkbdcbpmeepkddbiamhle
Descrizione Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.
Dimensione del File 332 KB
Conteggio Installazioni 179
Versione Corrente 2.6.1
Ultimo Aggiornamento 2016-03-13
Data di Pubblicazione 2016-03-12
Valutazione 4.50/5 Totale 12 Valutazioni
Sviluppatore https://chrome.whysr.com
Tipo di Pagamento free
Sito Web dell'Estensione http://why.sr/rgIwOJ
URL della Pagina di Aiuto http://why.sr/EKI1jD
Lingue Supportate 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\/*"
    ]
}