Update Creative
put/v1/creative/{CreativeID}
Path parameters
CreativeIDinteger required
The ID of the Creative
Request body
Response
200
Example response
{
"Id": 1234,
"Title": "Test creative",
"ImageName": "somelongstring.jpg",
"Url": "https://adzerk.com",
"Body": "Test",
"AdvertiserId": 123,
"IsActive": true,
"AdTypeId": 1,
"Alt": "test",
"Metadata": "JSON object as string",
"ImageLink": "https://somecdn.com/somelongstring.jpg",
"IsNoTrack": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.