Skip to main content

Data residency

Data residency lets you choose the country or region where Adtrace stores your data. This is useful when you operate under strict privacy requirements.

Set dataResidency in Adtrace.initSdk before the SDK starts.

Parameter

ParameterTypeDescription
dataResidencystringRegion code for data storage.

Accepted values

ValueRegion
EUEuropean Union
TRTurkey
USUnited States

Example

Adtrace.initSdk({
appToken: '{YourAppToken}',
environment: 'production',
logLevel: 'verbose',
dataResidency: 'EU',
});
SDK only

Data residency is configured in the client SDK. Confirm availability with your Adtrace account team before enabling in production.