universal-analytics
Advanced tools
Comparing version 0.4.9 to 0.4.10
@@ -81,3 +81,3 @@ #Acceptable parameters | ||
Pass as: `geoid` | ||
Pass as: `geoid` | ||
@@ -517,2 +517,9 @@ Optional. The geographical location of the user. The geographical ID should be a two letter country code or a criteria ID representing a city or region (see http://developers.google.com/analytics/devguides/collection/protocol/v1/geoid). This parameter takes precedent over any location derived from IP address, including the IP Override parameter. An invalid code will result in geographical dimensions to be set to '(not set)'. | ||
##Content Group | ||
Pass as: `cg(10|[0-9])` | ||
Optional. Up to 10 content groups are possible. | ||
##Experiment ID | ||
@@ -533,3 +540,3 @@ | ||
To use enhanced e-commerce you must explicitly enable it in Google Analytics admin. Some parameters overlap with regular e-commerce tracking (`ti`, `ta`, `tr`, `tt`, `ts`), | ||
To use enhanced e-commerce you must explicitly enable it in Google Analytics admin. Some parameters overlap with regular e-commerce tracking (`ti`, `ta`, `tr`, `tt`, `ts`), | ||
however item tracking is different. | ||
@@ -536,0 +543,0 @@ |
# History | ||
## 0.4.10 / 2017-03-06 | ||
- Added content groups as acceptable params | ||
## 0.4.9 / 2017-02-17 | ||
@@ -4,0 +8,0 @@ |
@@ -64,2 +64,3 @@ module.exports = { | ||
/^cd[0-9]+$/, | ||
/^cg(10|[0-9])$/, | ||
@@ -66,0 +67,0 @@ /pr[0-9]{1,3}id/, |
{ | ||
"name": "universal-analytics", | ||
"version": "0.4.9", | ||
"version": "0.4.10", | ||
"description": "A node module for Google's Universal Analytics tracking", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159234
2615