Skip to content

Commit e4fc644

Browse files
Update to clarify options
1 parent 39439cd commit e4fc644

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,10 @@ Ensure that at least one mapping has been configured and enabled in the destinat
6464

6565
### Page Views
6666

67-
The 'Page Views' advanced setting prevent page_views included in the gtag.js snippet from being sent, not the Segment snippet. If you are seeing duplicate page_views in your GA4 dashboard, you need to enable this setting. If you enable this setting it is expected that page_views will still be sent from the Segment snippet. In order to prevent these page views, you will need to edit or disable the preset 'Set Configuration Fields' mapping.
67+
The 'Page Views' advanced setting prevents the `page_view` included in the gtag.js snippet from being sent, not Segment's `analytics.page()` event available in the Analytics.js snippet by default. If you keep this setting enabled, it is expected that once the page loads, two `page_view` events will still be sent to the GA4 SDK, one from the Segment snippet and one from gtag.js snippet. If you are seeing duplicate `page_view` events in your GA4 dashboard, you need to:
68+
69+
1. Disable the 'Page Views' advanced setting (set to False) so only Segment's `analytics.page()` is sent to the GA4 SDK.
70+
71+
Or
72+
73+
2. Edit or disable the preset 'Set Configuration Fields' mapping so only the `page_view` included in the gtag.js snippet is sent to GA4 SDK.

0 commit comments

Comments
 (0)