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: =
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 | 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. |