INPUT_OBJECT

UpdateAnalyticsSettingsInput

Input for updating analytics settings

link GraphQL Schema definition

  • input UpdateAnalyticsSettingsInput {
  • # GA4 Measurement ID
  • code: String
  • # GA4 Property ID
  • accountId: String
  • # Matomo instance URL
  • url: String
  • # Matomo site ID
  • idSite: Int
  • # Matomo API token
  • apiToken: String
  • # Is this analytics enabled on the site?
  • enabledOnSite: Boolean
  • # Is this configuration used for BO statistics?
  • usedForStats: Boolean
  • }

link Require by