@uniformdev/context-gtag 16.1.1-alpha.139 → 16.1.1-alpha.238
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.
- package/README.md +4 -3
- 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
|
|
70
|
+
This package uses `event_category`, `event_label` properties from GA UA
|
|
71
71
|
|
|
72
|
-
which are not supported by GA4 by default
|
|
72
|
+
which are not supported by GA4 by default. Also Uniform is using property `is_control_group`.
|
|
73
73
|
|
|
74
|
-
as Custom Dimensions yourself.
|
|
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.
|
|
3
|
+
"version": "16.1.1-alpha.238+173830b3e",
|
|
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.
|
|
31
|
+
"@uniformdev/context": "^16.1.1-alpha.238+173830b3e"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"/dist"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "173830b3ebfe02dfe01d82d28eb97f517f4e58aa"
|
|
40
40
|
}
|