JDBC Driver for Google Analytics

Build 22.0.8509

Tables

The driver models the data in Google Analytics into a list of tables that can be queried using standard SQL statements.

Generally, querying Google Analytics tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.

CData JDBC Driver for Google Analytics Tables

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509