The new Search Ads 360 Reporting API is now available. Join thesearchads-api-announcements Google group to stay up to date on upcoming enhancements and releases.

asset_set

  • 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 asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.

Attributed resources
customer

Fields from the above resources may be selected along with this resource in your SELECT and WHERE clauses. These fieldswill not segment metrics in yourSELECT clause.

asset_set.id

Field descriptionThe ID of the asset set.
CategoryATTRIBUTE
Data TypeINT64
Type URLN/A
FilterableTrue
SelectableTrue
SortableTrue
RepeatedFalse

asset_set.resource_name

Field descriptionThe resource name of the asset set. Asset set resource names have the form:customers/{customer_id}/assetSets/{asset_set_id}
CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-28 UTC.