v1

latestOpenAPI 3.1.02026-07-24590188.7 KB

campaign/update

post/v2/api/campaign/update

Request body

idstring required
advertiser_idstring required
namestring required
objectivestring required
sub_objectivestring

Response

200

idstring
advertiser_idstring
namestring
objectivestring
statusstring
user_statusstring
start_timestring
end_timestring
created_atstring
updated_atstring

Example response

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