@uniformdev/context-gtag 16.1.1-alpha.139 → 16.1.1-alpha.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -67,8 +67,9 @@ or you can include Gtag via GTM - https://support.google.com/tagmanager/answer/6
67
67
 
68
68
  ## Google Analytics 4
69
69
 
70
- This package uses `event_category` and `event_label` properties from GA UA
70
+ This package uses `event_category`, `event_label` properties from GA UA
71
71
 
72
- which are not supported by GA4 by default, so you will have to create these
72
+ which are not supported by GA4 by default. Also Uniform is using property `is_control_group`.
73
73
 
74
- as Custom Dimensions yourself. https://support.google.com/analytics/answer/10075209?hl=en#new-custom-dimension
74
+ You will have to create these as Custom Dimensions yourself.
75
+ See https://support.google.com/analytics/answer/10075209?hl=en#new-custom-dimension for more info
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-gtag",
3
- "version": "16.1.1-alpha.139+190bc76f4",
3
+ "version": "16.1.1-alpha.145+312640ad1",
4
4
  "description": "Uniform Context Google global site tag analytics package",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "@types/gtag.js": "0.0.10"
29
29
  },
30
30
  "dependencies": {
31
- "@uniformdev/context": "^16.1.1-alpha.139+190bc76f4"
31
+ "@uniformdev/context": "^16.1.1-alpha.145+312640ad1"
32
32
  },
33
33
  "files": [
34
34
  "/dist"
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "190bc76f4f0d6e3c1a61fbbd8e9abe8a0571f85a"
39
+ "gitHead": "312640ad103ea811c5e15d37f595cb485e6f07dd"
40
40
  }