Autotagging Google URL Builder

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

Co to jest Autotagging Google URL Builder?

Autotagging Google URL Builder to rozszerzenie Chrome opracowane przez https://chrome.whysr.com, a jego główną funkcją jest „Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Autotagging Google URL Builder

Pobierz pliki rozszerzeń Autotagging Google URL Builder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Autotagging Google URL Builder Autotagging Google URL Builder
ID koaldbonfcigkbdcbpmeepkddbiamhle
Oficjalny URL https://chromewebstore.google.com/detail/autotagging-google-url-bu/koaldbonfcigkbdcbpmeepkddbiamhle
Opis Autotagging helps technical and non-technical marketers reduce the amount of time spent on Campaign Tracking.
Rozmiar pliku 332 KB
Liczba instalacji 179
Aktualna Wersja 2.6.1
Ostatnia Aktualizacja 2016-03-13
Data Publikacji 2016-03-12
Ocena 4.50/5 Łącznie 12 Oceny
Deweloper https://chrome.whysr.com
Typ Płatności free
Strona Rozszerzenia http://why.sr/rgIwOJ
Adres URL Strony Pomocy http://why.sr/EKI1jD
Obsługiwane Języki 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\/*"
    ]
}