@cnbritain/merlin-frontend-gatracker-js
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -68,2 +68,9 @@ "use strict"; | ||
/** | ||
* See if optimizeId has been set | ||
*/ | ||
if( _config && _config.optimizeId ){ | ||
ga( this._name + ".require", _config.optimizeId ); | ||
} | ||
/** | ||
* Add this tracker to the global tracking | ||
@@ -70,0 +77,0 @@ */ |
{ | ||
"name": "@cnbritain/merlin-frontend-gatracker-js", | ||
"cnOptions": {}, | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Google analytics wrapper", | ||
@@ -6,0 +6,0 @@ "main": "js/index.js", |
23448
338