Ad InsertionShow Ad Insertion Creative

Show Ad Insertion Creative

Custom Plan Returns creative metadata (title, advertiser, media details) for a single creative ID. Requires the Advanced Analytics add-on.

curl -X GET "https://api.5centscdn.com/v2/streams/push/123/adinsertion/creatives/example_string" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "message": "example_string",
  "crid": "creative-abc123",
  "mediaUrl": "https://cdn.5centscdn.com/ad-manager-uploads/abc123.mp4",
  "adSystem": "Google Ad Manager",
  "adTitle": "Summer Promo 2026",
  "advertiser": "Acme Corp",
  "category": "3",
  "creativeId": "crv_9a71",
  "adId": "ad_4c19",
  "adIdVast": "20026",
  "universalAdId": "8465-abc123",
  "mediaWidth": 1920,
  "mediaHeight": 1080,
  "mediaBitrate": 4000000,
  "durationS": 30
}
GET
/streams/push/{streamid}/adinsertion/creatives/{crid}
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

path
streamidinteger
Required

Numeric stream ID.

path
cridstring
Required

Creative ID (VAST/VMAP <Creative id>).

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

streamidinteger
Required

Numeric stream ID.

cridstring
Required

Creative ID (VAST/VMAP \<Creative id\>).

Responses

resultstring
Allowed values:successerror
messagestring
cridstring
mediaUrlstring
adSystemstring
adTitlestring
advertiserstring
categorystring
creativeIdstring
adIdstring
adIdVaststring

Raw VAST \<Ad id\> attribute.

universalAdIdstring
mediaWidthinteger
mediaHeightinteger
mediaBitrateinteger
durationSnumber