Google Analytics Data API custom report 0.0.3 not working like in 0.0.2

Hi @Vjard
I encounter the same problem with the custom reports.
The solution is, you need to put your custom reports in Json Format.
Here is the correct Json Format. You can try

[{“name”: “AirbyteForum”,“dimensions”: [“date”,“deviceCategory”,“firstUserSource”,“firstUserMedium”],“metrics”: [“activeUsers”,“totalUsers”,“newUsers”,“sessions”,“transactions”,“totalRevenue”,“userEngagementDuration”,“screenPageViews”]}]

1 Like