First time using Airbyte Open Source.
I was able to get a test custom report to run successfully with the following code:
[{“name”: “ga_custom_test”, “dimensions”: ["date”], “metrics”: [“totalUsers”]}]
Now I am trying to expand to bring in additional dimensions and metrics using this code:
[{“name”: “Test-GA”, “dimensions”: [“date”, “pageTitle”, “fullPageUrl”, “country”, “region”, “city”, “deviceCategory”, “language”, “operatingSystem”, “platform”, “sessionCampaignId”, “sessionMedium”, “sessionSource”, “userAgeBracket”, “userGender”], “metrics”: [“screenPageViews”, “totalUsers”, “newUsers”, “sessions”, “conversions”]}]
I am getting an error msg “Configuration check failed
‘custom_reports is not valid JSON’”
In the logs there is an error line with an error code of 313.
What am I missing?
Thanks!
check_connection_source-failure-9c840b11-57fe-47e3-94d7-98f7c207ddd6.txt (3.8 KB)