-
Incorrect URL Path for GA4 Data API 404 Error
I’m having a problem accessing GA4 data for some webpages. My sites are in Coldfusion so I don’t use a client library. According to the latest Data API
Google Analytics Data API v1 migration guide, there’s this link I can use without a client library.But when I try to POST JSON here,
https://analyticsdata.googleapis.com/v1beta/properties/XXXXXXXX:runReport
I get a 404 error. Has the link been changed?
I used the OAuth access token in the header. I’m pretty sure that if there was an issue with auth, I’d get a “not authorized” error instead. But all that’s coming up is:
“The requested URL /v1beta/properties/XXXXXXXX:runReport was not found on this server. That’s all we know.” And a 404 status code
Am I missing something super obvious here?
Log in to reply.