Adjust
Source — Vendo imports aggregated install attribution reports from the Adjust CSV Reports API.
What Vendo Syncs
Install Attribution Data
| Field | Description |
|---|---|
| Date | Report date |
| Network | Attributed ad network (e.g., Facebook, Google, organic) |
| Campaign | Campaign name |
| Ad Group | Ad group name |
| Creative | Creative / ad name |
| Country | Install country |
| OS | iOS or Android |
| Device Type | Device category |
| Installs | Number of installs |
| Clicks | Number of clicks |
| Impressions | Number of impressions |
| Cost | Advertising cost |
| Revenue | Revenue generated |
Data Granularity
Adjust reports are aggregated — each row represents a campaign/country/date combination with install counts, not individual installs. This means:
- No device-level IDs (IDFA/GAID) in the standard report
- Install counts, clicks, impressions, cost, and revenue per dimension
- Ideal for campaign performance analysis and CPI/ROAS calculations
For device-level data, consider using Adjust’s S2S callback integration or raw data export add-on.
Unified Mobile Schema
Adjust data is normalized into the mobile_installs table alongside AppsFlyer and Branch data. Aggregated rows are represented with generated install IDs for deduplication.
Setup
- Log into your Adjust Dashboard
- Navigate to Account Settings → My Profile → User Details
- Copy your API token
- Find your App token in the app settings
- In Vendo, go to Apps → Add App → Adjust
- Paste your API token and app token
- Create a source and trigger your first sync
API Details
| Setting | Value |
|---|---|
| API | CSV Reports Service |
| Auth | Bearer token (HTTP header) |
| Sync Frequency | Daily |
| Data Format | CSV |
| Rate Limit | 50 simultaneous requests |
| Historical Data | Full history available |
BigQuery Tables
| Table | Description |
|---|---|
adjust_{id}_installs | Raw Adjust report data |
adjust_{id}_mobile_installs | Normalized unified schema |
Last updated on