注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
AdGroupAssetSet
AdGroupAssetSet 是广告组与素材资源集之间的关联。创建 AdGroupAssetSet 可将素材资源集与广告组相关联。
JSON 表示法 |
{
"resourceName": string,
"adGroup": string,
"assetSet": string,
"status": enum (AssetSetLinkStatus )
} |
字段 |
resourceName |
string
不可变。广告组素材资源组的资源名称。广告组素材资源组资源名称的格式为: customers/{customerId}/adGroupAssetSets/{adGroupId}~{asset_set_id}
|
adGroup |
string
不可变。此素材资源组所关联的广告组。
|
assetSet |
string
不可变。与广告组关联的素材资源集。
|
status |
enum (AssetSetLinkStatus )
仅限输出。广告组素材资源组的状态。只读。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-18。
[null,null,["最后更新时间 (UTC):2024-10-18。"],[[["AdGroupAssetSet links an asset set with an ad group, establishing a connection for utilizing assets within the ad group's context."],["It's represented by a JSON object containing resource name, ad group, asset set, and status information, enabling programmatic management and linking."],["Resource name, ad group, and asset set are immutable properties defined during creation, ensuring consistent linkage throughout the lifecycle."],["AdGroupAssetSet status is read-only and reflects the current state of the linkage, providing insights into its operational condition."]]],[]]