Hi there!
I’m new to using Amplitude and I was trying to disable IP address tracking in the initialization of the Amplitude instance. Even after adding a tracking object to disable the tracking, the IP address is still being collected. This is the initialization of the code that I had:
amplitude.getInstance().init("{{amplitudekey | safe}}", { trackingOptions: { city: true, country: true, carrier: true, device_manufacturer: true, device_model: true, dma: true, ip_address: false, language: true, os_name: true, os_version: true, platform: true, region: true, version_name: true, },});
Is there something I’m doing wrong or missing? Thanks in advance for the help!