Autotagging Google URL Builder

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

O que é Autotagging Google URL Builder?

Autotagging Google URL Builder é uma extensão do Chrome desenvolvida por https://chrome.whysr.com, e sua principal característica é "Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Autotagging Google URL Builder

Baixe arquivos de extensão Autotagging Google URL Builder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Autotagging Google URL Builder Autotagging Google URL Builder
ID koaldbonfcigkbdcbpmeepkddbiamhle
URL Oficial https://chromewebstore.google.com/detail/autotagging-google-url-bu/koaldbonfcigkbdcbpmeepkddbiamhle
Descrição Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.
Tamanho do Arquivo 332 KB
Contagem de Instalações 179
Versão Atual 2.6.1
Última Atualização 2016-03-13
Data de Publicação 2016-03-12
Classificação 4.50/5 Total de 12 Avaliações
Desenvolvedor https://chrome.whysr.com
Tipo de Pagamento free
Site da Extensão http://why.sr/rgIwOJ
URL da Página de Ajuda http://why.sr/EKI1jD
Idiomas Suportados 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\/*"
    ]
}