Google Analytics Debugger
A browser extension for debugging Google Analytics tracking code
Что такое Google Analytics Debugger?
Google Analytics Debugger - это расширение Chrome, разработанное https://www.keithclark.co.uk, и его основная функция - "A browser extension for debugging Google Analytics tracking code".
Снимки экрана расширения
Скачать файл CRX расширения Google Analytics Debugger
Скачайте файлы расширений Google Analytics Debugger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Google Analytics Debugger is a devtools extension for exposing tracking beacon data to developers. Live data capture Capture tracking beacons for Traditional and Universal Analytics properties while you browse. Beacons are automatically grouped by page context, making it easy to identify how tracked events relate to each other. Beacon inspector Review meta data for every tracking beacon sent to the Google Analytics servers with the context sensitive inspector. Tracker properties Client information Document properties Page views Events E-commerce transactions User timings Social interactions Custom variables Custom dimensions Custom metrics Content groups Campaign tracking Multiple tracker Support Google Analytics supports multiple trackers on a single website, allowing specific metrics to be captured into different accounts. GA Debugger will capture beacons sent from every tracker on a page, grouping them together for easy navigation and interrogation.
Основная информация о расширении
Название | Google Analytics Debugger |
ID | jiokjpcfnipnicblkgdklknjjeohnfln |
Официальный URL | https://chromewebstore.google.com/detail/google-analytics-debugger/jiokjpcfnipnicblkgdklknjjeohnfln |
Описание | A browser extension for debugging Google Analytics tracking code |
Размер файла | 27.1 KB |
Количество установок | 43,719 |
Текущая Версия | 2.1.6 |
Последнее Обновление | 2017-04-11 |
Дата публикации | 2017-04-11 |
Рейтинг | 4.53/5 Всего 34 оценок |
Разработчик | https://www.keithclark.co.uk |
Тип оплаты | free |
Официальный сайт расширения | https://keithclark.github.io/gadebugger/ |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics Debugger", "description": "A browser extension for debugging Google Analytics tracking code", "version": "2.1.6", "author": "Keith Clark", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "homepage_url": "http:\/\/github.com\/keithclark\/gadebugger", "manifest_version": 2, "devtools_page": "devtools.html" } |