Skip to Content
SourcesAdjustOverview

Adjust

Source — Vendo imports aggregated install attribution reports from the Adjust CSV Reports API.

What Vendo Syncs

Install Attribution Data

FieldDescription
DateReport date
NetworkAttributed ad network (e.g., Facebook, Google, organic)
CampaignCampaign name
Ad GroupAd group name
CreativeCreative / ad name
CountryInstall country
OSiOS or Android
Device TypeDevice category
InstallsNumber of installs
ClicksNumber of clicks
ImpressionsNumber of impressions
CostAdvertising cost
RevenueRevenue 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

  1. Log into your Adjust Dashboard
  2. Navigate to Account SettingsMy ProfileUser Details
  3. Copy your API token
  4. Find your App token in the app settings
  5. In Vendo, go to AppsAdd AppAdjust
  6. Paste your API token and app token
  7. Create a source and trigger your first sync

API Details

SettingValue
APICSV Reports Service
AuthBearer token (HTTP header)
Sync FrequencyDaily
Data FormatCSV
Rate Limit50 simultaneous requests
Historical DataFull history available

BigQuery Tables

TableDescription
adjust_{id}_installsRaw Adjust report data
adjust_{id}_mobile_installsNormalized unified schema
Last updated on