Get realtime information from Google Analytics Data API (GA4) like UsersBysource, EventCountByEventName and eventParamerts

895 Views Asked by At

I want get the events by names a filter the information like screen_view->firebase_screen_class and get Users by source, medium and camping

Event count by event names and event pUsers by source, medium and campaignarameters

1

There are 1 best solutions below

1
Ilya Kuleshov On

James,

The Data API realtime reporting functionality supports eventName dimension, as well as User scoped custom dimensions.

Reporting by source, medium and campaign is only supported by regular (non-realtime) query method.