# adapt-googleanalytics **Repository Path**: mirrors_google/adapt-googleanalytics ## Basic Information - **Project Name**: adapt-googleanalytics - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # adapt-googleanalytics This is not an official Google product. This is a simple Adapt extension that implements Google Analytics upon post render of pageView, which is triggered when a page's view has rendered. Be sure to include the Analytics library and Autotrack in core > js > scriptLoader.js. Example: scripLoader.js: function setupRequireJS() { requirejs.config({ map: { ... }, paths: { ... analytics: 'https://www.google-analytics.com/analytics', autotrack: 'libraries/autotrack' } Use Autotrack semantics in component-level .hbs files for tracking events such as mouseover and clicks. Example: `
` Video tracking is already available through the MediaElement library. Add "universalgoogleanalytics" to "features" for a given media component. Example: "features": [ ... "universalgoogleanalytics" ]