customer_asset_set
CustomerAssetSet は、顧客とアセットセット間のリンクです。CustomerAssetSet を追加すると、アセットセットが顧客にリンクされます。
上記のリソースのフィールドは、SELECT 句と WHERE 句で、このリソースとともに選択できます。これらのフィールドは、SELECT
句の指標をセグメント化しません。
customer_asset_set.asset_set |
フィールドの説明 | ユーザーに関連付けられているアセットセットです。 |
カテゴリ | ATTRIBUTE |
データ型 | RESOURCE_NAME |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | False |
繰り返し | False |
|
customer_asset_set.customer |
フィールドの説明 | このアセットセットがリンクされているお客様。 |
カテゴリ | ATTRIBUTE |
データ型 | RESOURCE_NAME |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | False |
Sortable | False |
繰り返し | False |
|
customer_asset_set.resource_name |
フィールドの説明 | 顧客アセットセットのリソース名です。アセットセットのアセット リソース名の形式は customers/{customer_id}/customerAssetSets/{asset_set_id} です。 |
カテゴリ | ATTRIBUTE |
データ型 | RESOURCE_NAME |
URL を入力 | N/A |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | False |
繰り返し | False |
|
customer_asset_set.status |
フィールドの説明 | お客様のアセットセット アセットのステータス。読み取り専用です。 |
カテゴリ | ATTRIBUTE |
データ型 |
ENUM
ENABLED REMOVED UNKNOWN UNSPECIFIED
|
URL を入力 | google.ads.searchads360.v0.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus |
フィルタ可能 | 正しい |
選択可能 | 正しい |
Sortable | 正しい |
繰り返し | False |
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-01-10 UTC。
[null,null,["最終更新日 2024-01-10 UTC。"],[[["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, the `customer_asset_set.customer` field is selectable for filtering but not for selection in queries."],["The `customer_asset_set.status` attribute indicates the current state of the customer asset set and can be used for filtering and sorting results."]]],["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"]]