Create a Campaign

Submit a JSON object representing the new campaign in the request body. (See examples below.)

Returns the newly created Campaign in the response body.

Path Params
string
required

An alphabetic ID. See Get Account Details.

Body Params
json
required
Defaults to { "name": "DemoCampaign", "branding_text": "Pizza", "cpc": 0.25, "spending_limit": 1000, "spending_limit_model": "MONTHLY", "marketing_objective": "DRIVE_WEBSITE_TRAFFIC" }

A JSON object representing the campaign. (See below for additional examples.)

Responses

Language
Credentials
OAuth2
Response
Choose an example:
application/json