Skip to main content
Retrieves Google Analytics 4 data with customizable metrics, dimensions, filters, date ranges, sorting options, and built-in accounts/properties selector. You can query muliple accounts at the same time. This is the only operation you will need to fetch any GA4 data.

Inputs

DateRange

FilterItem

OrderItem

ReportOptions

SelectableOption

CompareOptions

Output

Type: List[Dict] Returns list of rows. Each row is a dict with keys matching selected metrics/dimensions. If ‘pretty_column_names’ is enabled, keys are formatted (e.g., ‘Sessions’ instead of ‘sessions’). Fields: dynamic (depend on the inputs) Example: