注意:您正在查看 API 的 REST 介面說明文件。我們的官方用戶端程式庫支援 gRPC。詳情請參閱
REST 簡介。
CampaignAssetOperation
對廣告活動素材資源進行一項操作 (建立、更新、移除)。
JSON 表示法 |
{
"updateMask": string,
// Union field operation can be only one of the following:
"create": {
object (CampaignAsset )
},
"update": {
object (CampaignAsset )
},
"remove": string
// End of list of possible types for union field operation .
} |
欄位 |
updateMask |
string (FieldMask format)
FieldMask,用來判斷更新中要修改的資源欄位。 這是以半形逗號分隔的完整欄位名稱清單。範例:"user.displayName,photo" 。
|
聯集欄位 operation 。更改作業。operation 只能是下列其中一項: |
create |
object (CampaignAsset )
建立作業:新廣告活動素材資源不應有資源名稱。
|
update |
object (CampaignAsset )
更新作業:廣告活動素材資源必須提供有效的資源名稱。
|
remove |
string
移除作業:移除的廣告活動素材資源資源名稱,格式如下: customers/{customerId}/campaignAssets/{campaignId}~{asset_id}~{fieldType}
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-18 (世界標準時間)。
[null,null,["上次更新時間:2024-10-18 (世界標準時間)。"],[[["This page documents a single operation (create, update, or remove) on a campaign asset, providing the JSON representation and field details."],["The `operation` field determines the type of operation being performed, accepting `create`, `update`, or `remove` as values."],["For `create` operations, a new campaign asset object is provided without a resource name; for `update`, an existing campaign asset object with a valid resource name is required; and for `remove`, the resource name of the campaign asset to be removed is specified."],["`updateMask` is used to specify which fields of the campaign asset should be updated, utilizing FieldMask format."]]],[]]