Test event recording

You can use the Adjust SDK to record information about in-app events.

Important:
Make sure to set your SDK environment to Production after you finish testing. This ensures your app works in production mode.

Use these tools to test the SDK:

Testing console

  1. Follow the get started guide for your platform to integrate the Adjust SDK.
  2. Set the environment to sandbox. This ensures that your app only sends information to the testing console.
  3. Set your log level to verbose to capture all logging information from your app.
  4. 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.
  5. Trigger a test event on your test device.
  6. Open the testing console and check the device's advertising ID status.

If the event is recorded successfully, the event token and event time are displayed in the Last Event Times section of the console.

The Testing console in AppView.

1/2

IDE

  1. Follow the get started guide for your platform to integrate the Adjust SDK.
  2. Set the environment to sandbox. This ensures that your app only sends information to the testing console.
  3. Set your log level to verbose to capture all logging information from your app.
  4. 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.
  5. Trigger a test event on your test device.
  6. Open the logging console in your IDE and look for events logged by Adjust.

If the event is recorded successfully, the event token is logged with the message Event tracked.