グラフ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.

戻り値の型

This endpoint supports read-after-write and will read the node to which you POSTed.
Struct {
success: bool,
}

エラーコード

エラー詳細
200Permissions error
100Invalid parameter

削除中です

このエンドポイントではこの操作を実行できません。