[null,null,["最終更新日 2025-08-29 UTC。"],[[["\u003cp\u003eCustomerAssetSet establishes a connection between a customer and an asset set, enabling the association of assets with specific customers.\u003c/p\u003e\n"],["\u003cp\u003eThis resource allows for the selection of fields from linked assets and customers within queries, but these fields will not segment metrics.\u003c/p\u003e\n"],["\u003cp\u003eThe resource includes attributes such as the linked asset set, customer, resource name, and status, which can be used for filtering and selection in queries.\u003c/p\u003e\n"],["\u003cp\u003eNotably, the \u003ccode\u003ecustomer_asset_set.customer\u003c/code\u003e field is selectable for filtering but not for selection in queries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecustomer_asset_set.status\u003c/code\u003e attribute indicates the current state of the customer asset set and can be used for filtering and sorting results.\u003c/p\u003e\n"]]],["CustomerAssetSet establishes a link between a customer and an asset set. Linking is achieved by adding a CustomerAssetSet. Key fields include `asset_set` and `customer`, both of which are resource names. The `resource_name` field uniquely identifies the CustomerAssetSet. The `status` field indicates the state of the asset link and can be `ENABLED`, `REMOVED`, `UNKNOWN` or `UNSPECIFIED`. These fields are all attributes, with filtering available for all, selection for `asset_set`,`resource_name`, and `status`.\n"],null,["# customer_asset_set\n\nCustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.\n\n| Attributed resources |\n|----------------------------------------------------------------------|\n| [asset_set](/search-ads/reporting/api/reference/fields/v0/asset_set) |\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| | customer_asset_set.asset_set ---------------------------- || |-------------------|------------------------------------------------| | Field description | The asset set which is linked to the customer. | | Category | `ATTRIBUTE` | | Data Type | `RESOURCE_NAME` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | False | | Repeated | False | |\n| | customer_asset_set.customer --------------------------- || |-------------------|-------------------------------------------------| | Field description | The customer to which this asset set is linked. | | Category | `ATTRIBUTE` | | Data Type | `RESOURCE_NAME` | | Type URL | `N/A` | | Filterable | True | | Selectable | False | | Sortable | False | | Repeated | False | |\n| | customer_asset_set.resource_name -------------------------------- || |-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------| | Field description | The resource name of the customer asset set. Asset set asset resource names have the form: `customers/{customer_id}/customerAssetSets/{asset_set_id}` | | Category | `ATTRIBUTE` | | Data Type | `RESOURCE_NAME` | | Type URL | `N/A` | | Filterable | True | | Selectable | True | | Sortable | False | | Repeated | False | |\n| | customer_asset_set.status ------------------------- || |-------------------|------------------------------------------------------------------------------| | Field description | The status of the customer asset set asset. Read-only. | | Category | `ATTRIBUTE` | | Data Type | ` `ENUM ENABLED REMOVED UNKNOWN UNSPECIFIED ` ` | | Type URL | `google.ads.searchads360.v0.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus` | | Filterable | True | | Selectable | True | | Sortable | True | | Repeated | False | |"]]