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.

Columns

Name Type ReadOnlyDescription
CreateTime DatetimeTrue

Time the account was created.

DisplayName StringTrue

display name for the account.

Name StringTrue

Account name.

RegionCode StringTrue

Country for the account.

UpdateTime DatetimeTrue

Time the account was last modified.