Interface ISDKDefaultDataCollectionConfiguration

interface ISDKDefaultDataCollectionConfiguration {
    geoIP?: boolean;
}

Properties

Properties

geoIP?: boolean

Whether Batch should resolve the user's region/location from the ip address (default: false).