Skip to main content
PATCH
Patch Live Campaign Settings

Authorizations

Authorization
string
header
required

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

Path Parameters

customer_id
integer
required
campaign_id
integer
required

Query Parameters

token_id
integer | null

Optional specific Token ID

Body

application/json

Request schema for updating live campaign settings. All fields optional.

campaign_name
string | null
Required string length: 1 - 256
status
enum<string> | null
Available options:
ENABLED,
PAUSED
daily_budget_micros
integer | null
bidding_strategy
BiddingStrategySchema · object | null

Bidding strategy configuration.

network_settings
NetworkSettingsSchema · object | null

Network settings for campaign.

language_ids
integer[] | null
location_targets
LocationTargetSchema · object[] | null
ad_schedule
AdScheduleSchema · object | null

Ad schedule configuration.

start_date
string<date> | null
end_date
string<date> | null
conversion_goals
ConversionGoalSchema · object[] | null

Response

Successful Response

Response schema for campaign settings update.

success
boolean
required
campaign_updated
boolean
default:false
budget_updated
boolean
default:false
targeting_updated
boolean
default:false
conversion_goals_updated
boolean
default:false
warnings
string[]
errors
string[]