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
Hello, I just was wondering how we can disable the defect send of page_view within the plugin, as in the Firebase SDK for native apps we are already able to do that using the gtag function (but we do not have any gtag function declared into the capacitor project):
Hello, I just was wondering how we can disable the defect send of page_view within the plugin, as in the Firebase SDK for native apps we are already able to do that using the gtag function (but we do not have any gtag function declared into the capacitor project):
gtag('set', { 'send_page_view': false })
https://firebase.google.com/docs/reference/js/analytics.gtagconfigparams?hl=es
Anyone have that done on the Ionic app with the plugin?
Thanks!
The text was updated successfully, but these errors were encountered: