Adopture Docs
Dashboard

Settings

Configure your app settings in the Adopture dashboard.

Access settings by clicking the gear icon in the sidebar. Each app has its own independent configuration.

App Settings

App Name

The display name for your app in the dashboard. This is for your reference only and does not affect SDK behavior.

Platform

Select the platform your app is built for: iOS, Android, Flutter, React Native, or Other. This helps organize your apps in the dashboard.

Timezone

The timezone used for date-based aggregations in your analytics. All daily, weekly, and monthly rollups use this timezone for determining day boundaries.

The default timezone is UTC. Choose a timezone that matches your primary user base for the most intuitive date-based reporting.

Data Retention

Configure how long event data is stored, from 1 to 730 days (2 years). When data passes the retention window, it is permanently deleted. See Data Retention for more details.

App Key

Your API key is used by the SDK to authenticate events sent to Adopture. You'll find it displayed in the settings page.

  • Copy the key and pass it to the SDK during initialization
  • If your key is compromised, you can regenerate it — this immediately invalidates the old key, so make sure to update your app

RevenueCat Integration

If you use RevenueCat for subscription management, you can connect it to Adopture to track revenue data automatically.

  • Enable or disable the webhook integration
  • Manage authentication tokens for secure webhook delivery

See RevenueCat Integration for full setup instructions.

Danger Zone

Actions in the danger zone are irreversible. Proceed with caution.

  • Regenerate App Key — Creates a new API key and invalidates the current one. Your app will stop sending events until you update the SDK with the new key.
  • Delete App — Permanently removes the app and all of its analytics data. This action cannot be undone.

On this page