asset_set
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-29。
[null,null,["最后更新时间 (UTC):2025-08-29。"],[[["\u003cp\u003eAn Asset Set is a grouping of assets, and individual assets can be linked to it using AssetSetAsset.\u003c/p\u003e\n"],["\u003cp\u003eYou can use fields from linked resources like 'customer' in SELECT and WHERE clauses, but they won't segment metrics.\u003c/p\u003e\n"],["\u003cp\u003eEach Asset Set has a unique ID and a resource name that follows a specific format: \u003ccode\u003ecustomers/{customer_id}/assetSets/{asset_set_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAsset Set data including ID and resource name can be used for filtering, selection, and sorting in queries.\u003c/p\u003e\n"]]],["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"],null,["# asset_set\n\nAn asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.\n\n| Attributed resources |\n|--------------------------------------------------------------------|\n| [customer](/search-ads/reporting/api/reference/fields/v0/customer) |\n\nFields from the above resources may be selected along with this\nresource in your SELECT and WHERE clauses. These fields **will not segment**\nmetrics in your `SELECT` clause.\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | asset_set.id ------------ || |-------------------|--------------------------| | Field description | The ID of the asset set. | | Category | `ATTRIBUTE` | | Data Type | `INT64` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | True | | Repeated | False | |\n| | asset_set.resource_name ----------------------- || |-------------------|--------------------------------------------------------------------------------------------------------------------------------| | Field description | The resource name of the asset set. Asset set resource names have the form: `customers/{customer_id}/assetSets/{asset_set_id}` | | Category | `ATTRIBUTE` | | Data Type | `RESOURCE_NAME` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | False | | Repeated | False | |"]]