Is there a way to get the Amplitude device id? [GDPR]

Please provide the following:

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): Android

Is there a way to get the device id? This is required so that we can conform to GDPR law and delete a user’s data. To do so, we need the device id.

The way you would call it in the Amplitude JS sdk is Amplitude.getInstance().options.deviceId

Same for userId: The way you would call it in the Amplitude JS sdk is Amplitude.getInstance().options.userId.

See https://help.amplitude.com/hc/en-us/articles/115001361248#getting-the-device-id

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.