ConfigGoogleAnalytics Object
Description
Google Analytics configuration with OAuth tokens and property settings.
Declaration
type ConfigGoogleAnalytics {
access_token: String
refresh_token: String
scope: String
token_type: String
expiry_date: Float
property: ConfigGoogleAnalyticsProperty
}
Fields
| Name | Type | Description |
|---|---|---|
access_token | String | OAuth access token. |
refresh_token | String | OAuth refresh token. |
scope | String | OAuth scope. |
token_type | String | OAuth token type. |
expiry_date | Float | Token expiry date as Unix timestamp. |
property | ConfigGoogleAnalyticsProperty | Analytics property configuration. |