customer_asset_set
CustomerAssetSet 是客户与素材资源集之间的关联。添加 CustomerAssetSet 会将素材资源集与客户相关联。
您可以在 SELECT 和 WHERE 子句中选择上述资源中的字段以及此资源。这些字段不会细分 SELECT
子句中的指标。
customer_asset_set.asset_set |
字段说明 | 与客户相关联的素材资源集。 |
Category | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | False |
|
customer_asset_set.customer |
字段说明 | 此素材资源集所关联的客户。 |
Category | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | False |
Sortable | False |
重复 | False |
|
customer_asset_set.resource_name |
字段说明 | 客户资源集的资源名称。素材资源组素材资源资源名称采用以下格式:customers/{customer_id}/customerAssetSets/{asset_set_id} |
Category | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | False |
|
customer_asset_set.status |
字段说明 | 客户素材资源集素材资源的状态。只读。 |
Category | ATTRIBUTE |
数据类型 |
ENUM
ENABLED REMOVED UNKNOWN UNSPECIFIED
|
输入网址 | google.ads.searchads360.v0.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-01-10。
[null,null,["最后更新时间 (UTC):2024-01-10。"],[[["CustomerAssetSet establishes a connection between a customer and an asset set, enabling the association of assets with specific customers."],["This resource allows for the selection of fields from linked assets and customers within queries, but these fields will not segment metrics."],["The resource includes attributes such as the linked asset set, customer, resource name, and status, which can be used for filtering and selection in queries."],["Notably, the `customer_asset_set.customer` field is selectable for filtering but not for selection in queries."],["The `customer_asset_set.status` attribute indicates the current state of the customer asset set and can be used for filtering and sorting results."]]],["CustomerAssetSet establishes a link between a customer and an asset set. Linking is achieved by adding a CustomerAssetSet. Key fields include `asset_set` and `customer`, both of which are resource names. The `resource_name` field uniquely identifies the CustomerAssetSet. The `status` field indicates the state of the asset link and can be `ENABLED`, `REMOVED`, `UNKNOWN` or `UNSPECIFIED`. These fields are all attributes, with filtering available for all, selection for `asset_set`,`resource_name`, and `status`.\n"]]