ConfigGoogleAnalyticsProperty Object
Description
Google Analytics property configuration.
Declaration
type ConfigGoogleAnalyticsProperty {
id: String
name: String
timezone: String
stream: ConfigGoogleAnalyticsPropertyStream
}
Fields
| Name | Type | Description |
|---|---|---|
id | String | Property identifier. |
name | String | Property name. |
timezone | String | Property timezone. |
stream | ConfigGoogleAnalyticsPropertyStream | Property stream configuration. |