Skip to content

Commit 1c4776c

Browse files
authored
Update section on sending data to GA4 Web
1 parent d4c4fc2 commit 1c4776c

File tree

1 file changed

+5
-1
lines changed
  • src/connections/destinations/catalog/actions-google-analytics-4-web

1 file changed

+5
-1
lines changed

src/connections/destinations/catalog/actions-google-analytics-4-web/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ Google may take [24-48 hours](https://support.google.com/analytics/answer/933379
8585

8686
### Data is not sent to Google
8787

88-
In order for data to be sent downstream to Google Analytics, check your mappings to ensure that the **Set Configuration Fields** mapping is enabled in your mappings and the **Page Views** setting is toggled on. The **Set Configuration Fields** mapping is required for data to be sent downstream because it sets configuration to Measurement ID and establishes data flow using the `config` command.
88+
In order for data to be sent downstream to Google Analytics, all of the following conditions must be met:
89+
90+
1. Check that the **Set Configuration Fields** mapping is configured and enabled in your mappings. The **Set Configuration Fields** mapping is required for data to be sent downstream because it sets configuration to Measurement ID and establishes data flow using the `config` command.
91+
2. Check that the **Page Views** setting is toggled on. When the **Page Views** setting is toggled on, a `page_view` will be sent to Google Analytics 4 Web. If you are manually sending `page_view` events instead, see below for additional settings needed in your Analytics workspace.
92+
3. Ensure that you are calling `analytics.page()` on page load. Analytics.js requires an initial Page call to send data to Google Analytics 4 Web. The Segment snippet includes this initial call by default.
8993

9094
### Duplicate `page_view` events in GA4
9195

0 commit comments

Comments
 (0)