INPUT_OBJECT

CreateAnalyticsSettingsInput

Input for creating analytics settings

link GraphQL Schema definition

  • input CreateAnalyticsSettingsInput {
  • # Type of analytics (ga_g4, matomo)
  • type: String!
  • # GA4 Measurement ID (required for GA4)
  • code: String
  • # GA4 Property ID (optional for GA4)
  • accountId: String
  • # Matomo instance URL (required for Matomo)
  • url: String
  • # Matomo site ID (required for Matomo)
  • idSite: Int
  • # Matomo API token (required for stats)
  • apiToken: String
  • # Is this analytics enabled on the site?
  • enabledOnSite: Boolean!
  • # Is this configuration used for BO statistics?
  • usedForStats: Boolean!
  • }

link Require by