그래프 API 버전

Ad Adlabels

읽기

이 엔드포인트에서 수행할 수 없는 작업입니다.

만들기

이 엔드포인트에서 수행할 수 없는 작업입니다.

업데이트 중

/{ad_id}/adlabels에 POST 요청을 하여 an AdLabel을(를) 업데이트할 수 있습니다.

매개변수

매개변수설명
adlabels
list<Object>

Specification of adlabels to be associated with the ad

필수
execution_options
list<enum{validate_only}>
기본 값: Set

An execution setting
validate_only: when this option is specified, the API call will not perform the mutation but will run through the validation rules against values of each field.
If the call passes validation or review, response will be {"success": true}. If the call does not pass, an error will be returned with more details. These options can be used to improve any UI to display errors to the user much sooner, e.g. as soon as a new value is typed into any field corresponding to this ad object, rather than at the upload/save stage, or after review.

반환 유형

이 엔드포인트는 기록 후 읽기 기능을 지원하며 회원님이 게시한 노드를 읽습니다.
Struct {
success: bool,
}

오류 코드

오류설명
200Permissions error
100Invalid parameter

삭제 중

이 엔드포인트에서 수행할 수 없는 작업입니다.