資產組
代表一系列資產的資產組合。使用 AssetSetAsset 將素材資源連結至素材資源集。
您可以在 SELECT 和 WHERE 子句中,選取上述資源中的欄位與這項資源。這些欄位不會區隔 SELECT
子句中的指標。
asset_set.id |
欄位說明 | 資產集的 ID。 |
類別 | ATTRIBUTE |
資料類型 | INT64 |
輸入網址 | N/A |
是否可篩選 | 對 |
可選取 | 對 |
可排序 | 對 |
重複 | false |
|
asset_set.resource_name |
欄位說明 | 資產集的資源名稱。素材資源集資源名稱的格式為:customers/{customer_id}/assetSets/{asset_set_id} |
類別 | ATTRIBUTE |
資料類型 | RESOURCE_NAME |
輸入網址 | N/A |
是否可篩選 | 對 |
可選取 | 對 |
可排序 | false |
重複 | false |
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-01-10 (世界標準時間)。
[null,null,["上次更新時間:2024-01-10 (世界標準時間)。"],[[["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"]]