Get mapping

GET /mapping/:mappingId

Use this method to get a specific mapping.

Path Parameters

Name
Type
Description

mappingId

Number

ID of the mapping

Headers

Name
Value

Authorization

Basic <token>

Response

{
  "id": number,
  "placement": {
      "id": number,
      "name": string
  },
  "tag_id": {
      "id": string,
      "name": string
  },
  "mapping": {
    "adunit_code": string[],
    "bundle": string[],
    "device": string[],
    "domain": string[],
    "gam_ad_unit_path": string[],
    "gpid": string[],
    "mediatype": string[],
    "size": { "w": number, "h": number }[]
  }
}

Last updated

Was this helpful?