Homepage
Get key metrics
Fetches aggregated key metrics for the authenticated user based on the provided location filters.
post/home/key-metrics
Request body
Example request
{
"filterCategory": "business"
}Response
Key metrics retrieved successfully
Example response
{
"metrics": [
{
"metricType": "GOOGLE_SEARCHES",
"timePeriod": "LAST_30_DAYS",
"value": 1250,
"previousValue": 1100,
"deltaPercentage": 13.6,
"startDate": "2025-01-01",
"endDate": "2025-01-31",
"deepLink": "/analytics/google-searches",
"currencyCode": "EUR"
}
]
}