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 adapter 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 adapter.

Columns

Name Type ReadOnlyDescription
CreateTime DatetimeTrue

Time the stream was created.

DisplayName StringTrue

Display name for the data stream.

Name StringTrue

Web data stream name.

Parent StringTrue

Name of the web data stream's logical parent.

Type StringTrue

Name of the web data stream's logical parent.

webStreamData StringTrue

Data specific to web streams.

androidAppStreamData StringTrue

Data specific to Android app streams.

iosAppStreamData StringTrue

Data specific to iOS app streams.

UpdateTime DatetimeTrue

Time the stream was last modified.

PropertyId IntegerTrue

Property ID value to be used when querying this table.