Create Zone placement


                https://api.ocamba.com/v2/adex/zones/{id}/placements
            

Creates a new Zone placement object


Name
Description
zone_idstringrequired
Unique zone identifier.


Example: zone_id=1000001

Name
Description
confobjectrequired

Name
Description
js_code_execinteger
Exec desc


Example: 1

Possible values: 0 | 1

wrapstring
Wrap desc


Example: iframe

Possible values: none | iframe | shadow-root

Default: iframe

descriptionstring
Placement desc. Maximum 2000 characters.


Example: Here goes description.

idstringrequired
Placement ID generated by the clients. ID may only contain letters, numbers, dashes and underscores. Case insensitive. Max 40 characters.


Example: TOP_LEFT

layouts[ string ]required
Array of layout ids generated by the ocamba platform. Maximum of 10 items.

namestring
Placement name. Maximum 100 characters.


Example: My first placement
info
1 Placements are only available on display zones.
post Arrow
{
  "id": "TOP_LEFT",
  "company_id": "1000000",
  "zone_id": "1000001",
  "track_id": "AF6PgAAtzeU",
  "tag": "<div class=\\\"axocmba\\\" data-slot=“feed.feed-name.com/AF6PgAAtzeU/l1”></div>",
  "name": "My first placement",
  "description": "Here goes description.",
  "layouts": [
    [
      "banner"
    ]
  ],
  "unit_size": [
    "300x250"
  ],
  "conf": {
    "wrap": "iframe",
    "js_code_exec": 1
  },
  "create_time": "2022-10-29 12:47:00",
  "update_time": "2022-10-30 14:27:26"
}