JDBC Driver for Google Analytics

Build 25.0.9434

PropertiesAccessBindings

Lists all access bindings on an account or property. Requires one of the following OAuth scopes: https://www.googleapis.com/auth/analytics.manage.users.readonly https://www.googleapis.com/auth/analytics.manage.users

Select

The driver uses the Google Analytics API to process WHERE clause conditions built with the following columns and operators:

  • Parent supports the following operator: =
  • Name supports the following operator: =
The Name or Parent is required to make a request. For example, the following queries are processed server-side:
	SELECT * FROM PropertiesAccessBindings where parent ='properties/307712345';
	SELECT * FROM PropertiesAccessBindings where name = 'properties/307712345/accessBindings/1234559643';
The rest of the filter is executed client-side in the driver.

Columns

Name Type Dimension DefaultMetric DefaultDimension Description
Name [KEY] String Resource name of this binding. Format: accounts/{account}/accessBindings/{accessBinding} or properties/{property}/accessBindings/{accessBinding}.
Parent String Name of the Access Binding's logical parent. Format: accounts/{account} or properties/{property}.
User String The email address of the user to set roles for.
Roles String A list of roles to grant to the parent resource.
PropertyId Integer Property ID value to be used when querying this table.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434