在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:keithclark/gadebugger开源软件地址:https://github.com/keithclark/gadebugger开源编程语言:JavaScript 81.8%开源软件介绍:Google Analytics Debugger ExtensionGoogle Analytics Debugger is a devtools extension for Chrome, Firefox and Opera that exposes tracking beacon data to developers so they can test their analytics implementations. The extension will capture tracking beacons from Classic/Traditional Analytics and Universal Analytics. Google Analytics Debugger will log the following interactions and data:
PrerequisitesRequirements
Setup
BuildingThe easiest way to get started is to simply run:
This will build the core, the browser extensions and start a watch task. If you want to build components or extensions individually you can use:
Installing the extension for developmentChromeFirst, make sure you've built the chrome extension. Browse to chrome://extensions, tick the 'Developer mode' option, click 'Load unpacked extension' and select the If you modify the core or chrome source code you'll need to rebuild the extension (the watch task will do this for you) and then restart devtools to see your changes. FirefoxYou can only develop and test add-ons using the Developer Editon of Firefox. Release versions of Firefox require add-ons to be digitally signed before they can be installed. First, make sure you've built the Firefox add-on. Next, launch Firefox and browse to about:debugging. Click the 'Load Temporary Add-on' button, browse to your add-on's build folder and select the If you modify the core or add-on source code you'll need to rebuild the extension (the watch task will do this for you) and click the 'Reload' button in the Add-on debugger menu to see your changes. OperaTo install the extension in Opera, follow the steps above for Chrome. Building distributable extensionsThe
NotesThe GA debugger repository contains GACore and the browser extensions. GACore is a library for inspecting Google Analytics tracking beacons and is used by all browser extensions. GACore can also stand alone if required. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论