I would like to retrieve data from Google Analytics Data API. Endpoint is:
https://analyticsdata.googleapis.com/v1beta/properties/{property_id}:runReport
I would like to get report of number of events per event_name and username (from user_properties), what is the metric and dimension that I should use?
I tried initially dimension:user_id but I got 'Field user_id is not a valid dimension'.
Thank you!