For Workers & Pages, what is the name of the domain?
viladossmurfspark.com.br
What is the issue or error you’re encountering
I’m having trouble accessing Web Analytics data via the Cloudflare API. When I try to fetch data from the Web Analytics endpoint (such as visitors by country, paths, devices, etc.), I keep running into request errors. However, when I make requests for HTTP Analytics data (using httpRequests1dGroups), everything works fine and I receive the expected data. What I really need is access to the Web Analytics data, not just the HTTP Analytics. I have already tried making requests both through the official Cloudflare GraphQL Explorer and using Insomnia, which proves that the issue is not with my application code. My API token has all the necessary permissions (Zone, Analytics, and Account Read). Is there any specific endpoint or method to access Web Analytics data (such as visitor countries, paths, devices, etc.) via the API? Or is this data only available through the Cloudflare dashboard and not exposed via API for free-tier or certain accounts?