圖形 API 版本

Ad Adlabels

閱讀中

你無法在此端點執行此操作。

建立中

你無法在此端點執行此操作。

更新中

你可以向 /{ad_id}/adlabels 提出發佈要求,以更新 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.

傳回類型

此端點支援寫入後讀取功能,並將讀取你傳送 POST 的節點。
Struct {
success: bool,
}

Error Codes

錯誤說明
200Permissions error
100Invalid parameter

刪除中

你無法在此端點執行此操作。