I can't seem to create a GA4 (Google Analytics) cu...
# ask-community-for-troubleshooting
d
I can't seem to create a GA4 (Google Analytics) custom report with the set of dimensions I want, even though I can create a report using the very same dimensions in the analytics.google.com Explorer. The circled dimension always causes Airbyte to throw an error, even though the dimension is an official API dimension listed here. And yet if I create a custom report with only
pagePathPlusQueryString
as a dimension that works OK! Setup: • Airbyte Cloud • Destination: Snowflake (1.0.4) • Source: GA4 (0.2.4)
Copy code
Internal message: 400 Client Error: Bad Request for url: <https://analyticsdata.googleapis.com/v1beta/properties/350528718:runReport>
Failure origin: source
Failure type: system_error
n
Hey! I met the same issue than you and I think I found a turnaround :
dimensions
medium
/
source
seem not to be working in GA4
because it seems to refer to Attribtion
I used
sessionMedium
and
sessionSource
instead and it worked correctly
d
Oh, that's good to know!