According to analysis configuration and set up integrations, some features can be enabled or not (for instance Search Engines feature is only available if you subscribe to the Log Analyzer option).
Features include:
To list enabled features, you need to request the analysis summary. The response contains the list of enabled features with their configuration.
If a feature is enabled, the feature property is present and not equal to null
. For most of features, additional data (like configuration or prefetch results) is available in feature value. For more details, please refer to the related documentation section.
{
"features": {
"main": ?Object,
"links": ?Object,
"segments": ?Object,
"visits": ?Object,
"search_engines": ?Object,
"sitemaps": ?Object,
"extract": ?Object,
"rel": ?Boolean,
"comparison": ?Object
},
...
}