テーブル
本製品 はGoogle Analytics のデータを、標準のSQL ステートメントを使用してクエリできるテーブルのリストにモデル化します。
一般的には、Google Analytics テーブルのクエリは、リレーショナルデータベースのテーブルのクエリと同じです。時には特別なケースもあります。例えば、テーブルの特定のカラムデータを取得するために特定のカラムをWHERE 句に含める必要がある場合などです。これは通常、特定のカラムを取得するために行ごとに個別のリクエストを行う必要がある場合に必要です。これらの特別な状況は、以下にリンクされているテーブルページの上部に明確に文書化されています。
CData JDBC Driver for Google Analytics テーブル
| Name | Description |
| Accounts | Lists all Accounts to which the user has access. |
| Properties | Lists all Properties to which the user has access. |
| PropertiesDataStreams | Lists all data streams under a property to which the user has access. Attribute Parent (e.g: 'properties/123') or Name (e.g: 'properties/123/webDataStreams/456') is required to query the table. |
| PropertiesFireBaseLinks | Lists all FirebaseLinks on a property to which the user has access. |
| PropertiesGoogleAdsLinks | Lists all GoogleAdsLinks on a property to which the user has access. |