Get placement
GET
/placement/:placementId
Use this method to get a specific placement.
Path Parameters
Name
Type
Description
placementId
Number
ID of the placement
Headers
Name
Value
Authorization
Basic <token>
Response
{
"id": number,
"external_id": string,
"name": string,
"is_archived": boolean,
"tag_id": {
"id": string,
"name": string
},
"account": {
"id": number,
"name": string
},
"mappings": {
"tag_id": {
"id" : string,
"name": string,
},
"mapping": {
"adunit_code": string[],
"device": string[],
"domain": string[],
"gpid": string[],
"size": {
"w": number,
"h": number
},
}
}
}
Last updated
Was this helpful?