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
| Parameter | Type | Description |
|---|---|---|
dataResidency | string | Region code for data storage. |
Accepted values
| Value | Region |
|---|---|
EU | European Union |
TR | Turkey |
US | United 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.