{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "AppAnalyticsSettings - Metadata API",
"description": "Represents settings to retrieve AppExchange App Analytics usage data.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableAppAnalyticsOptOut": {
"type": "boolean",
"description": "Indicates whether the collection of AppExchange App Analytics package usage data from this org is disabled (true) or not (false). Available in API version 60.0 and later. Default is false."
},
"enableSimulationMode": {
"type": "boolean",
"description": "Indicates whether AppExchange App Analytics simulation mode is enabled (true) or disabled (false). Available in API version 50.0 and later. Default is false."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of the AppAnalytics.settings file:",
"code": "\n\n\ttrue\n\tfalse\n"
}
]
}