Skip to content

Commit

Permalink
Mention incompatibility with GA4
Browse files Browse the repository at this point in the history
Fixes google#69
  • Loading branch information
cramforce committed Mar 14, 2021
1 parent b2d4119 commit eb1f9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ npm run build
- Supports sending [Core Web Vitals](https://web.dev/vitals/) metrics to Google Analytics as [events](https://github.com/GoogleChrome/web-vitals#send-the-results-to-google-analytics).
- Support for noscript hit requests.
- Avoids blocking onload on analytics requests.
- To turn this on, specify `googleAnalyticsId` in `metadata.json`.
- To turn this on, specify `googleAnalyticsId` in `metadata.json`. (Note, that this is not compatible with the not-yet-commonly used version 4 of Google Analytics.)

### DX features

Expand Down
2 changes: 1 addition & 1 deletion _data/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"domain": "update-me.com",
"description": "Description of the website. Update me.",
"genre": "Insert a schema.org genre",
"googleAnalyticsId": "GA ID. Update me",
"googleAnalyticsId": "GA ID. Update me. Note, that this is not compatible with the not-yet-commonly used version 4 of Google Analytics",
"sendWebVitals": false,
"feed": {
"subtitle": "Subtitle. Update me.",
Expand Down

0 comments on commit eb1f9c1

Please sign in to comment.