PropertiesFireBaseLinks
Lists all FirebaseLinks on a property to which the user has access.
ビュー固有の情報
Select
ユーザーがアクセスできるプロパティのすべての FirebaseLinks を一覧表示します。 プロバイダーは GoogleAnalytics4 API を使用して、Parent カラムと = 演算子で構築された WHERE 句条件を処理します。クエリはサーバーサイドで処理されます。
クエリの例は以下のとおりです。
SELECT * FROM PropertiesFirebaseLinks WHERE Parent = 'properties/54516992'
Columns
| Name | Type | Dimension | DefaultMetric | DefaultDimension | Description |
| CreateTime | Datetime | Time the FirebaseLink was created. | |||
| Name | String | FirebaseLink name. | |||
| Parent | String | Name of the FirebaseLink's logical parent. | |||
| Project | String | Firebase project resource name. | |||
| PropertyId | Integer | Property ID value to be used when querying this table. |