JDBC Driver for Google Analytics

Build 22.0.8509

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.

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 PropertiesDataStreams WHERE Parent = 'properties/123'
	SELECT * FROM PropertiesDataStreams WHERE Name =   'properties/123/webDataStreams/456'
The rest of the filter is executed client-side in the driver.

Columns

Name Type ReadOnly Description
CreateTime Datetime True

Time the stream was created.

DisplayName String True

Display name for the data stream.

Name String True

Web data stream name.

Parent String True

Name of the web data stream's logical parent.

Type String True

Name of the web data stream's logical parent.

webStreamData String True

Data specific to web streams.

androidAppStreamData String True

Data specific to Android app streams.

iosAppStreamData String True

Data specific to iOS app streams.

UpdateTime Datetime True

Time the stream was last modified.

PropertyId Integer True

Property ID value to be used when querying this table.

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