INTERFACE
Abstract Analytics Settings
interface AnalyticsSettings {# Idid: Int! # Type of analytics (ga_g4, matomo)type: String! # Is this configuration used for BO statistics?usedForStats: Boolean! # Is this analytics enabled on the site?enabledOnSite: Boolean! # Site that owns this analytics settingssite: PublicSite! }