The new Search Ads 360 Reporting API is now available. Join the
searchads-api-announcements Google group to stay up to date on upcoming enhancements and releases.
asset_set
An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.
Fields from the above resources may be selected along with this
resource in your SELECT and WHERE clauses. These fields will not segment
metrics in your SELECT
clause.
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 |
|
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 |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["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"]]