JDBC Driver for Google Analytics

Build 22.0.8509

Accounts

Lists all Accounts to which the user has access.

Table Specific Information

Select

The Accounts table exposes every account the user has access to. The provider uses the GoogleAnalytics4 API to process WHERE clause conditions built with the Name column, which supports the = operator.

The following query is processed server-side:

	SELECT * FROM Accounts WHERE Name = 'accounts/54516992'
The rest of the filter is executed client-side within the provider.

You can turn off client-side execution by setting SupportEnhancedSQL to false, in which case any search criteria that refers to other columns will cause an error.

Columns

Name Type ReadOnly Description
CreateTime Datetime True

Time the account was created.

DisplayName String True

display name for the account.

Name String True

Account name.

RegionCode String True

Country for the account.

UpdateTime Datetime True

Time the account was last modified.

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