메인 콘텐츠로 건너뛰기
GET
/
placements
/
{id}
Get a placement
curl --request GET \
  --url https://your_a2_service/placements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "no": 123,
  "campaign_permission": {
    "black": [],
    "white": []
  },
  "created_at": "2023-11-07T05:31:56Z",
  "description": "<string>",
  "display": {
    "clktype": 1,
    "displayfmt": {
      "ext": {},
      "h": 250,
      "w": 300
    },
    "h": 250,
    "mime": [],
    "nativefmt": {
      "ext": {}
    },
    "w": 300
  },
  "ext": {
    "approval_method": "admin",
    "display": {
      "enabled": 0
    },
    "native": {
      "enabled": 0
    },
    "payout": "rates",
    "responsive": "fixed",
    "target_ecpm": 0,
    "video": {
      "enabled": 0
    }
  },
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "is_active": false,
  "updated_at": "2023-11-07T05:31:56Z",
  "video": {
    "clktype": 1,
    "ctype": [
      2
    ],
    "delay": 0,
    "h": 300,
    "linear": 0,
    "maxdur": 0,
    "mime": [],
    "mindur": 0,
    "playmethod": [],
    "ptype": 1,
    "skip": 0,
    "skipafter": 0,
    "skipmin": 0,
    "w": 480
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

The access token received from the authorization server in the OAuth 2.0 flow.

경로 매개변수

id
string<uuid>
필수

지면 ID

응답

Successful Response

지면 엔티티를 위한 스키마.

created_by
string<uuid>
필수

지면 생성 사용자 ID

name
string
필수

이름

no
integer
필수
campaign_permission
Permission · object
지원 중단

권한

created_at
string<date-time> | null

생성 일시

description
string | null

JSON Quill Delta 형식의 설명 - 리치 텍스트 콘텐츠를 표현하는 JSON 형식 링크: https://quilljs.com/docs/delta

display
Display · object

디스플레이 배치 스키마. 배너 디스플레이 형식, 네이티브 형식 및 기타 디스플레이 관련 속성을 포함합니다.

ext
PlacementExt · object

지면의 기본 추가 설정을 위한 스키마.

id
string<uuid> | null
is_active
boolean
기본값:false
updated_at
string<date-time> | null

변경 일시

video
Video · object

Video