Autotagging Google URL Builder

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

¿Qué es Autotagging Google URL Builder?

Autotagging Google URL Builder es una extensión de Chrome desarrollada por https://chrome.whysr.com, y su función principal es "Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Autotagging Google URL Builder

Descarga archivos de extensión Autotagging Google URL Builder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Autotagging Google URL Builder Autotagging Google URL Builder
ID koaldbonfcigkbdcbpmeepkddbiamhle
URL Oficial https://chromewebstore.google.com/detail/autotagging-google-url-bu/koaldbonfcigkbdcbpmeepkddbiamhle
Descripción Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.
Tamaño del Archivo 332 KB
Cantidad de Instalaciones 179
Versión Actual 2.6.1
Última Actualización 2016-03-13
Fecha de Publicación 2016-03-12
Calificación 4.50/5 Total de 12 Calificaciones
Desarrollador https://chrome.whysr.com
Tipo de Pago free
Sitio Web de la Extensión http://why.sr/rgIwOJ
URL de la Página de Ayuda http://why.sr/EKI1jD
Idiomas Soportados 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\/*"
    ]
}