INPUT_OBJECT
CreateAnalyticsSettingsInput
Input for creating analytics settings
link GraphQL Schema definition
- input CreateAnalyticsSettingsInput {
- # Type of analytics (ga_g4, matomo)
- : String!
- # GA4 Measurement ID (required for GA4)
- : String
- # GA4 Property ID (optional for GA4)
- : String
- # Matomo instance URL (required for Matomo)
- : String
- # Matomo site ID (required for Matomo)
- : Int
- # Matomo API token (required for stats)
- : String
- # Is this analytics enabled on the site?
- : Boolean!
- # Is this configuration used for BO statistics?
- : Boolean!
- }