Socket
Socket
Sign inDemoInstall

universal-analytics

Package Overview
Dependencies
49
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.9 to 0.4.10

11

AcceptableParams.md

@@ -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/,

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc