@graphcommerce/docs 9.1.0-canary.50 → 9.1.0-canary.51

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.51
4
+
3
5
  ## 9.1.0-canary.50
4
6
 
5
7
  ## 9.1.0-canary.49
@@ -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. Refer
46
- to the
47
- [official GTM documentation](https://developers.google.com/tag-manager/quickstart)
48
- for initial setup steps.
49
- 4. [Configure Google analytics](#configure-google-analytics)
45
+ 3. **GTM Setup:** Ensure you have set up your GTM account and container:
46
+
47
+ ![gtm-1](https://github.com/user-attachments/assets/84242ef2-f4e6-4d86-a396-8f48a075f0f9)
48
+ ![gtm-2](https://github.com/user-attachments/assets/9615db7c-b3db-428a-ada6-42ae4d7196f2)
49
+ ![gtm-3](https://github.com/user-attachments/assets/a23b1d13-90a4-4bb2-8c16-1f42e887babc)
50
+ ![gtm-4](https://github.com/user-attachments/assets/a56d9893-839c-45a2-8121-a61759fa7baf)
51
+ ![gtm-5](https://github.com/user-attachments/assets/d4c2c003-8868-470e-9223-ce960ca22510)
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.50",
5
+ "version": "9.1.0-canary.51",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.50"
8
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.51"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }