Disabled send_page_view to get rid of events duplication in ga4 plugin
Signed-off-by: elena.krasnopolskaia <elena.krasnopolskaia@semrush.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-analytics-module-ga4': patch
|
||||
---
|
||||
|
||||
Disabled `send_page_view` to get rid of events duplication
|
||||
@@ -70,6 +70,7 @@ export class GoogleAnalytics4 implements AnalyticsApi {
|
||||
},
|
||||
gtagOptions: {
|
||||
debug_mode: debug,
|
||||
send_page_view: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user