Skip to main content
GET
/
v1
/
ad-stack
/
{id}
/ad-stack/:id
curl --request GET \
  --url https://api.tagdeliver.com/v1/ad-stack/{id} \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "id": 338,
    "name": "GAM+Prebid+TAM",
    "use_count": 8,
    "stack": [
      {
        "id": 625,
        "type": "ad_demand",
        "order": 0
      },
      {
        "id": 623,
        "type": "ad_demand",
        "order": 1
      },
      {
        "id": 647,
        "type": "ad_demand",
        "order": 2
      },
      {
        "id": 626,
        "type": "ad_demand",
        "order": 3
      },
      {
        "id": 624,
        "type": "ad_demand",
        "order": 4
      },
      {
        "id": 622,
        "type": "ad_demand",
        "order": 5
      },
      {
        "id": 653,
        "type": "ad_demand",
        "order": 6
      },
      {
        "id": 630,
        "type": "ad_demand",
        "order": 7
      },
      {
        "id": 2,
        "type": "ad_server",
        "order": 8
      }
    ],
    "integrations": [
      {
        "id": 625,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/adagio.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/adagio--dark.svg",
        "title": "Adagio",
        "sub_title": "Prebid.js (header bidding) ad demand. Content Ignite"
      },
      {
        "id": 623,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/amx.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/amx--dark.svg",
        "title": "AdaptMX",
        "sub_title": "Prebid.js (header bidding) ad demand. Content Ignite"
      },
      {
        "id": 647,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/criteo.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/criteo--dark.svg",
        "title": "Criteo",
        "sub_title": "Prebid.js (header bidding) ad demand. Content Ignite"
      },
      {
        "id": 626,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/rubicon.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/rubicon--dark.svg",
        "title": "Magnite/Rubicon",
        "sub_title": "Prebid.js (header bidding) ad demand. Content Ignite"
      },
      {
        "id": 624,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/onetag.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/onetag--dark.svg",
        "title": "OneTag",
        "sub_title": "Prebid.js (header bidding) ad demand. Content Ignite"
      },
      {
        "id": 622,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/pubmatic.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/pubmatic--dark.svg",
        "title": "Pubmatic",
        "sub_title": "Prebid.js (header bidding) ad demand. Content Ignite"
      },
      {
        "id": 653,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/xandr.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/xandr--dark.svg",
        "title": "Xandr",
        "sub_title": "Prebid.js (header bidding) ad demand. Content Ignite"
      },
      {
        "id": 630,
        "type": "ad_demand",
        "icon": "https://cdn.tagdeliver.com/assets/logo/aps.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/aps--dark.svg",
        "title": "Amazon Publisher Services",
        "sub_title": "Server-side header bidding wrapper. Content Ignite Limited"
      },
      {
        "id": 2,
        "type": "ad_server",
        "icon": "https://cdn.tagdeliver.com/assets/logo/gam.svg",
        "icon_dark": "https://cdn.tagdeliver.com/assets/logo/gam--dark.svg",
        "title": "Google Ad Manager",
        "sub_title": "Ad Server. Content Ignite"
      }
    ]
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

200 - application/json
results
object
required
success
boolean
required