@graphcommerce/docs 9.1.0-canary.50 → 9.1.0-canary.52
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/CHANGELOG.md +4 -0
- package/framework/google-gtm.md +11 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/google-gtm.md
CHANGED
|
@@ -42,17 +42,23 @@ Manager (GTM)** to your GraphCommerce webshop.
|
|
|
42
42
|
}
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
3. **GTM Setup:** Ensure you have set up your GTM account and container
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
45
|
+
3. **GTM Setup:** Ensure you have set up your GTM account and container:
|
|
46
|
+
|
|
47
|
+

|
|
48
|
+

|
|
49
|
+

|
|
50
|
+

|
|
51
|
+

|
|
50
52
|
|
|
51
53
|
## Google Analytics
|
|
52
54
|
|
|
53
55
|
The `@graphcommerce/googleanalytics` package makes it easy to add Google
|
|
54
56
|
Analytics GA4 to your GraphCommerce webshop.
|
|
55
57
|
|
|
58
|
+
❗️ You probably want to use GTM instead of Google Analytics directly through the
|
|
59
|
+
datalayer. You should probably never use Google Analytics AND GTM at the same
|
|
60
|
+
time.
|
|
61
|
+
|
|
56
62
|
### Installation
|
|
57
63
|
|
|
58
64
|
To use this package, follow these steps:
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "9.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.52",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.52"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|