You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-google-analytics-4-web/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,9 @@ Google may take [24-48 hours](https://support.google.com/analytics/answer/933379
75
75
### Data is not sent to Google
76
76
77
77
In order for data to be sent downstream to Google Analytics, check your mappings to ensure that:
78
-
1. The **setConfigurationFields** mapping is enabled in your mappings
79
-
2. You've added at least one other event mapping for an event you want to send to Google Analytics.
78
+
1. The **setConfigurationFields** mapping is enabled in your mappings.
79
+
2. You've added at least one other event mapping for an event you want to send to Google Analytics.
80
+
3. Your event mapping doesn't use the condition 'Event Type is Page'. The GA config command uses a Page event when your page loads, so Page calls can't be used for triggering additional events in GA4. Segment recommends using a [Track call](/docs/connections/spec/track/) for any additional events you'd like to appear in GA4 so your events can go through after the initial 'config' loads.
80
81
81
82
The **setConfigurationFields** mapping is required in order for data to be sent downstream. If no other mappings are enabled, the destination does not send events.
0 commit comments