INPUT_OBJECT
Input for updating analytics settings
input UpdateAnalyticsSettingsInput {# GA4 Measurement IDcode: String# GA4 Property IDaccountId: String# Matomo instance URLurl: String# Matomo site IDidSite: Int# Matomo API tokenapiToken: String# Is this analytics enabled on the site?enabledOnSite: Boolean# Is this configuration used for BO statistics?usedForStats: Boolean}