Skip to main content

Adjust Integration

Send conversion and event data to Adjust for mobile measurement and attribution.
Make sure to check the partner’s website and API documentation for the most up-to-date information and configurations.

Setup

1

Add Connection

Go to Hardal dashboard → Server-to-Server → “Add Connection” → Select “Adjust S2S”
2

Configure Settings

{
  "connection_label": "Adjust S2S",
  "app_token": "YOUR_APP_TOKEN",
  "environment": "production"
}
3

Map Events

{
  "event_mapping": {
    "purchase": {
      "token": "abc123",
      "revenue": "##properties.revenue##",
      "currency": "##properties.currency##"
    },
    "registration": {
      "token": "def456",
      "user_id": "##user_id##"
    }
  }
}

Event Parameters

  • event_token - Adjust event token
  • revenue - Event revenue amount
  • currency - Transaction currency
  • product_id - Product identifier
  • user_id - User identifier
  • idfa - iOS Advertising Identifier
  • gps_adid - Google Play Services Advertising ID