Hey everyone! My name is Adrian! I’m new to Rudder...
# general
f
Hey everyone! My name is Adrian! I’m new to Rudderstack and I’m trying to set up a GA4 destination in hybrid mode (gtag). From the docs it seems that the page_view events will be sent by default. I’m not sure if should I call
rudderanalytics.page()
on every page, or I will get the page info by default. Thanks!
e
If you are using Google Tag Manager (gtag) to set up a GA4 destination in hybrid mode, the page_view events will be sent automatically without needing to call
rudderanalytics.page()
on every page. This is because gtag automatically tracks page views by default.
gratitude thank you 1