Configuration
Get an overview of the configurations options in Umbraco Engage.
{
"Engage": {
"Settings": {
"DatabaseConnectionStringName": "umbracoDbDSN",
"Enabled": true,
"UseLegacySegmentNames": false
},
"Analytics": {
"VisitorCookie": {
"ExpirationInDays": 365,
"CookieName": "umbracoEngageAnalyticsVisitorId",
"LegacyCookieName": "uMarketingSuiteAnalyticsVisitorId",
"IncludeSubdomains": false
},
"DataCollection": {
"AnonymizeIPAddress": true,
"FlushRateInRecords": 100,
"FlushIntervalInSeconds": 30,
"InternalSiteSearch": {
"AutomaticSearchTracking": true,
"SearchTermParameters": "q",
"SearchBoxParameters": "a,b,c",
"CategoryParameters": ""
}
},
"DataProcessing": {
"IntervalInSeconds": 30,
"SessionLengthInMinutes": 30,
"IsProcessingServer": true
},
"DataStorage": {
"AnonymizeAnalyticsDataAfterDays": 730,
"DeleteAnalyticsDataAfterDays": 1095,
"DeleteControlGroupDataAfterDays": 180,
"DeleteRawDataAfterDays": 5
},
"DataCleanup": {
"StartAfterSeconds": 300,
"IntervalInSeconds": 1800,
"NumberOfRows": 1000
}
},
"ABTesting": {
"RequiredVisitorPercentageBeforeShowingAdvice": 10,
"MinimumPercentageMacroGoalWarning": 10
},
"DeliveryApi": {
"Segmentation": {
"ContentById": true,
"ContentByIds": true,
"ContentByPath": true,
"ContentByQuery": true
}
},
"Profiles": {
"Potential": {
"ActiveThresholdInDays": 30,
"EngagedThresholdInSeconds": 300,
"EngagedThresholdNumberOfSessions": 3
},
"Identification": {
"Name": "{{name}}",
"Abbreviation": "{{name[0]}}"
}
},
"Reporting": {
"DataGenerationEnabled": true,
"DataGenerationTime": "04:00:00"
},
"Cockpit": {
"EnableInjection": true
},
"Segmentation": {
"ExcludedPropertyAliases": []
}
}
}
Last updated
Was this helpful?