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.

customer_asset_set

  • 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, thecustomer_asset_set.customer field is selectable for filtering but not for selection in queries.

  • Thecustomer_asset_set.status attribute indicates the current state of the customer asset set and can be used for filtering and sorting results.

CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.

Attributed resources
asset_set
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.

customer_asset_set.asset_set

Field descriptionThe asset set which is linked to the customer.
CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableTrue
SortableFalse
RepeatedFalse

customer_asset_set.customer

Field descriptionThe customer to which this asset set is linked.
CategoryATTRIBUTE
Data TypeRESOURCE_NAME
Type URLN/A
FilterableTrue
SelectableFalse
SortableFalse
RepeatedFalse

customer_asset_set.resource_name

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

customer_asset_set.status

Field descriptionThe status of the customer asset set asset. Read-only.
CategoryATTRIBUTE
Data Type

ENUM

ENABLED
REMOVED
UNKNOWN
UNSPECIFIED
Type URLgoogle.ads.searchads360.v0.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus
FilterableTrue
SelectableTrue
SortableTrue
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.