Skip to main content
PUT
Update Config

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

config_id
integer
required

Query Parameters

override_subscription_constraints
boolean
default:false

Allow admin to override subscription constraints

Body

application/json

Schema for updating Analysis Customer Config.

is_enabled
boolean | null
should_run_daily
boolean | null
run_max_once_in_n_hours
integer | null
time_to_run__at_customer_timezone
string<time> | null
do_auto_apply_recommendations
boolean | null
should_send_analysis_ready_emails
boolean | null
constraint
integer | null
z_index
number | null

Response

Successful Response

Schema for reading Analysis Customer Config (admin only).

analysis_type
enum<string>
required

The types of analyses.

Available options:
keyword_pause,
negative_keyword,
double_check_keywords_to_pause,
headline,
description,
budget_migration,
pause_hours,
pause_locations,
search_terms
google_ads_customer_id
integer
required
is_enabled
boolean
required
should_run_daily
boolean
required
run_max_once_in_n_hours
integer
required
constraint
integer
required
id
integer
required
date_added
string<date-time>
required
date_updated
string<date-time>
required
is_active
boolean
required
is_deleted
boolean
default:false
time_to_run__at_customer_timezone
string<time> | null
do_auto_apply_recommendations
boolean
default:true
should_send_analysis_ready_emails
boolean
default:true
z_index
number | null