Update Campaign creative
https://api.ocamba.com/v2/adex/campaigns/{campaign_id}/creatives/{id}
https://api.ocamba.com/v2/adex/campaigns/{campaign_id}/creatives/{id}
Updates the specific Campaign creative by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionidstringrequired
Unique identifier for the object defined as a path parameter.Example: 12345
campaign_idstringrequired
Unique campaign identifier.Example: campaign_id=1000001
Name
Descriptionnamestring
Creative Name is a user-provided keyword that will be your main keyword in search and tracking. Maximum 100 chars.Example: Demo_creative
statusstring
Describe creative status.Example: active
Possible values: active | inactive | verification | paused | rejected
204 - No Content
note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the zone.
2 Path parameter campaign_id is only useable on campaigns/{cid}/creatives routes. It is represented by {cid}.
tip
1 If you don't know the creative id, list the creatives to find it.