注意:您正在查看 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 。Mutate 操作。operation 只能是下列其中一项: |
create |
object (CampaignAsset )
创建操作:新广告系列素材资源应不含资源名称。
|
update |
object (CampaignAsset )
更新操作:广告系列素材资源应具有有效的资源名称。
|
remove |
string
移除操作:应提供已移除的广告系列素材资源的资源名称,格式如下: customers/{customerId}/campaignAssets/{campaignId}~{asset_id}~{fieldType}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):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."]]],[]]