Adjust
Vendo pulls aggregated install attribution data from Adjust into BigQuery.
Last reviewed September 15, 2026
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 (for example, 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 is one campaign, country and date combination with install counts. A row is not an individual install. Thus:
- The standard report has no device-level IDs (IDFA/GAID).
- Install counts, clicks, impressions, cost and revenue are per dimension.
- The data is good for campaign performance analysis and CPI/ROAS calculations.
For device-level data, you can use the Adjust S2S callback feature or the raw data export add-on.
Unified Mobile Schema
Vendo normalizes Adjust data into the mobile_installs table, together with AppsFlyer and Branch data. Aggregated rows get generated install IDs for deduplication.
Setup
- Log in to your Adjust Dashboard.
- Go 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 start your first sync.
API Details
| Setting | Value |
|---|---|
| API | CSV Reports Service |
| Auth | Bearer token (HTTP header) |
| Schedule | Configured on the Vendo source |
| Data Format | CSV |
| Rate Limit | 50 simultaneous requests |
| Historical Data | Limited by the selected window and provider availability |
BigQuery Tables
| Table | Description |
|---|---|
adjust_{id}_installs | Raw Adjust report data |
adjust_{id}_mobile_installs | Normalized unified schema |
Last updated on