asset_set
表示一系列资产的资产集。使用 AssetSetAsset 将素材资源与素材资源集相关联。
您可以在 SELECT 和 WHERE 子句中选择上述资源中的字段以及此资源。这些字段不会细分 SELECT
子句中的指标。
asset_set.id |
字段说明 | 素材资源集的 ID。 |
Category | ATTRIBUTE |
数据类型 | INT64 |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
asset_set.resource_name |
字段说明 | 资产集的资源名称。资产集资源名称采用以下格式:customers/{customer_id}/assetSets/{asset_set_id} |
Category | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | False |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-01-10。
[null,null,["最后更新时间 (UTC):2024-01-10。"],[[["An Asset Set is a grouping of assets, and individual assets can be linked to it using AssetSetAsset."],["You can use fields from linked resources like 'customer' in SELECT and WHERE clauses, but they won't segment metrics."],["Each Asset Set has a unique ID and a resource name that follows a specific format: `customers/{customer_id}/assetSets/{asset_set_id}`."],["Asset Set data including ID and resource name can be used for filtering, selection, and sorting in queries."]]],["An `AssetSet` is a collection of assets, linked using `AssetSetAsset`. Key details include the `asset_set.id`, an `INT64` attribute, which is filterable, selectable, and sortable. The `asset_set.resource_name`, a `RESOURCE_NAME` attribute, follows the format: `customers/{customer_id}/assetSets/{asset_set_id}` and is filterable and selectable. Selecting fields from the customer resource will not segment metrics.\n"]]