curl --request GET \
--url http://localhost:8000/api/v1/analysis/recommendations/stats/analyses-stats \
--header 'Authorization: Bearer <token>'{
"analysis_type": "keyword_pause",
"successful_count": 123
}Get successful analysis statistics for a specific analysis type.
curl --request GET \
--url http://localhost:8000/api/v1/analysis/recommendations/stats/analyses-stats \
--header 'Authorization: Bearer <token>'{
"analysis_type": "keyword_pause",
"successful_count": 123
}The access token received from the authorization server in the OAuth 2.0 flow.
The analysis type
keyword_pause, negative_keyword, double_check_keywords_to_pause, headline, description, budget_migration, pause_hours, pause_locations, search_terms Successful Response