v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

campaign/create

post/v2/api/campaign/create

Request body

advertiser_idstring required
namestring required
objectivestring required
sub_objectivestring

Response

200

idstring
advertiser_idstring
namestring
created_atstring
updated_atstring
statusstring
user_statusstring
objectivestring
sub_objectivestring

Example response

{
  "id": "<adsId>",
  "advertiser_id": "<adsId>",
  "name": "<string>",
  "created_at": "<instant>",
  "updated_at": "<instant>",
  "status": "<string>",
  "user_status": "<string>",
  "objective": "<string>",
  "sub_objective": "<string>"
}