v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBUpdate Ad
put/v1/flight/{FlightID}/creative/{AdID}
Path parameters
FlightIDinteger required
The ID of the Flight
AdIDinteger required
This is the ID from the Ad / Creative Flight Map Endpoint. It's not the ID from the Create Creatives endpoint.
Request body
Response
200
Example response
{
"Id": 12345,
"CampaignId": 123,
"FlightId": 1234,
"ZoneId": 1234,
"SiteId": 12345,
"DistributionType": 1,
"Creative": {
"Id": 123456,
"Title": "Adzerk Blue Creative",
"Url": "https://adzerk.com",
"AdvertiserId": 1234,
"IsActive": true,
"AdTypeId": 5,
"Alt": "Adzerk - Native Ads",
"IsHTMLJS": true,
"ScriptBody": "Flight Creative Map",
"ImageLink": "httpss://static.adzerk.net/Advertisers/",
"IsNoTrack": true
},
"CustomTargeting": "$keywords contains \"dean\"",
"FreqCap": 5,
"FreqCapDuration": 1,
"FreqCapType": 2,
"GoalType": 1,
"Goal": 20000,
"Price": 1,
"IsGoalOverride": true,
"IsStartEndDateOverride": true,
"ActiveKeywords": [
"kittens"
]
}