Skip to main content
POST
Update Campaigns

Body

application/json
budget
number<double>
required

Total budget of the campaign

end_date
string<date-time>
required

End date of the campaign (UTC)

goal
string
required

Goal of the campaign

id
string
required

ID of the campaign (uuid4)

start_date
string<date-time>
required

Start date of the campaign (UTC)

status
string
required

Status of the campaign

target_cpa
number<double>
required

Target cost per acquisition (CPA) for the campaign

audience_segments
object | null

Optional audience segments associated with the campaign

bid_strategy
string
default:highest_volume

Bid strategy for the campaign (default: "highest_volume")

crid
string | null

Optional creative ID associated with the campaign

daily_budget
number<double> | null

Optional daily budget of the campaign

max_bid
number<double>
default:0

Maximum bid amount for the campaign (default: 0.0)

min_daily_imp
number<double>
default:1000

Minimum daily impressions for the campaign (default: 1000.0)

sub_goal
string
default:maximize_volume

Sub-goal of the campaign (default: "maximize_volume")

tagid
string | null

Optional tag ID associated with the campaign

target_cpm
number<double>
default:0

Target cost per thousand impressions (CPM) for the campaign (default: 0.0)

target_volume
number<double>
default:0

Target volume for the campaign (default: 0.0)

Response

Success