Skip to main content

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

NameTypeDescription
access_tokenStringOAuth access token.
refresh_tokenStringOAuth refresh token.
scopeStringOAuth scope.
token_typeStringOAuth token type.
expiry_dateFloatToken expiry date as Unix timestamp.
propertyConfigGoogleAnalyticsPropertyAnalytics property configuration.