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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,4 +84,13 @@ Google may take [24-48 hours](https://support.google.com/analytics/answer/933379
84
84
85
85
Ensure that at least one mapping has been configured and enabled in the destination mappings for an event you want to send to Google Analytics. If no mappings are enabled, the destination does not send events.
86
86
87
+
1. Disable the**Page Views** advanced setting (set it to*False*) so only Segment's`analytics.page()` sends to the GA4 SDK. Or,
88
+
2. Edit or disable the preset**Set Configuration Fields** mapping so only the`page_view` included in the gtag.js snippet sends to the GA4 SDK.
89
+
90
+
###Tracking UTM Parameters
91
+
92
+
UTM Parameters are automatically tracked and sent to Google when they are present in the URL. For example, with the following URL:
Without any further configuration, traffic-source data for`campaign`,`campaign_id`,`content`,`medium`, and`source` will populate in GA4. This can be observed on Google's side by triggering a`Page` call with UTM parameters present in the URL and navigating to the**Realtime overview** report in GA4 to see the resulting`page_view` event under the_Event count by Event name_ card.