Tools
google_analytics_report
Run the google_analytics_report tool. Returns a clean, normalized JSON shape. Beta — requires beta access. Bring your own key — connect google_analytics first via POST /v1/connections.
POST
google_analytics_report
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the google_analytics_report tool. Returns a clean, normalized JSON shape. Beta — requires beta access. Bring your own key — connect google_analytics first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/google_analytics_report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"property_id": "<string>",
"dimensions": [
"<string>"
],
"metrics": [
"<string>"
],
"date_ranges": [
{}
],
"start_date": "<string>",
"end_date": "<string>"
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/google_analytics_report \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"property_id": "<string>",
"dimensions": [
"<string>"
],
"metrics": [
"<string>"
],
"date_ranges": [
{}
],
"start_date": "<string>",
"end_date": "<string>"
}
'{}