The Device API allows you to verify install information without logging in to the Adjust dashboard. You can use the inspect device endpoint to inspect the following information:
- Device attribution
- Device reattribution
- Event data
- Push token integration
- Subscription data
To use the Device API:
-
Follow the integration guide for your platform to integrate the Adjust SDK.
-
Set the environment to sandbox. This ensures that your app only sends information to the testing console.
-
Set your log level to verbose to capture all logging information from your app.
-
Set up a test device or an emulated device and find the device’s advertising ID. You can install the Adjust Insights app to find this information.
-
If you’ve previously used the device for testing:
- Delete your app from the test device.
- Clear the device’s advertising ID from the testing console. Follow the instructions for the Testing console in AppView.
- Alternatively, call the forget device endpoint to remove existing information about the device.
-
Download and open the test version of your app that contains the Adjust SDK.
-
Call the inspect device endpoint to return install information about the device.