curl --request PUT \
--url http://localhost:8000/api/v1/analysis-customer-configs/me \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"is_enabled": true,
"should_run_daily": true,
"run_max_once_in_n_hours": 123,
"time_to_run__at_customer_timezone": "<string>",
"do_auto_apply_recommendations": true,
"should_send_analysis_ready_emails": true,
"constraint": 123,
"z_index": 123
}
'{
"is_enabled": true,
"should_run_daily": true,
"run_max_once_in_n_hours": 123,
"constraint": 123,
"id": 123,
"date_added": "2023-11-07T05:31:56Z",
"date_updated": "2023-11-07T05:31:56Z",
"is_active": true,
"time_to_run__at_customer_timezone": "<string>",
"do_auto_apply_recommendations": true,
"should_send_analysis_ready_emails": true,
"z_index": 123
}Edit or create analysis config for a specific customer and analysis type.
curl --request PUT \
--url http://localhost:8000/api/v1/analysis-customer-configs/me \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"is_enabled": true,
"should_run_daily": true,
"run_max_once_in_n_hours": 123,
"time_to_run__at_customer_timezone": "<string>",
"do_auto_apply_recommendations": true,
"should_send_analysis_ready_emails": true,
"constraint": 123,
"z_index": 123
}
'{
"is_enabled": true,
"should_run_daily": true,
"run_max_once_in_n_hours": 123,
"constraint": 123,
"id": 123,
"date_added": "2023-11-07T05:31:56Z",
"date_updated": "2023-11-07T05:31:56Z",
"is_active": true,
"time_to_run__at_customer_timezone": "<string>",
"do_auto_apply_recommendations": true,
"should_send_analysis_ready_emails": true,
"z_index": 123
}The access token received from the authorization server in the OAuth 2.0 flow.
The Google Ads customer ID
The analysis type
keyword_pause, negative_keyword, double_check_keywords_to_pause, headline, description, budget_migration, pause_hours, pause_locations, search_terms Schema for updating Analysis Customer Config.
Successful Response
Schema for reading Analysis Customer Config.