메인 콘텐츠로 건너뛰기
POST
/
api
/
cache
/
placements
Update Placements
curl --request POST \
  --url https://your_a2_service/api/cache/placements \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "display": {
      "clktype": 1,
      "instl": 0,
      "priv": 0,
      "unit": 2
    },
    "ext": {
      "approval_method": "<string>",
      "display": "<unknown>",
      "native": "<unknown>",
      "payout": "<string>",
      "responsive": "<string>",
      "video": "<unknown>",
      "target_ecpm": 0
    },
    "siteid": "<string>",
    "video": {
      "boxing": 1,
      "maxext": 0,
      "podseq": 0,
      "skipafter": 0,
      "skipmin": 0,
      "slotinpod": 0,
      "unit": 2
    }
  }
]
'
{}

Body

application/json
created_at
string<date-time>
required

The date and time when the placement was created.

id
string
required

ID of the placement (uuid4) a.k.a tagid in internal system.

display
object

Placement Subtype Object that indicates that this may be a display placement and provides additional detail related thereto. Refer to Object: DisplayPlacement.

ext
object

Additional placement-specific extensions. Defaults to the PlacementExt object.

siteid
string | null

(deprecated)

video
object

Placement Subtype Object that indicates that this may be a video placement and provides additional detail related thereto. Refer to Object: VideoPlacement.

Response

성공