1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/airbyte-integrations/connectors/source-adjust/bootstrap.md
Björn Schuberg 05bd34f477 🎉 New Source: Adjust (#16051)
* Initial version of the adjust source connector

* source-adjust: add bootstrap.md

* adjust-source: add setup guide

* adjust-source: update integration READMEs

* source-adjust: better stream name

* source-adjust: fix sample conf

* source-adjust: add spec order metadata

* source-adjust: improve spec dimension doc

* source-adjust: warn on custom metric cast failure

* source adjust: Update source_definitions.yaml

* source adjust: Update documentation url
2022-09-26 14:25:51 -04:00

20 lines
862 B
Markdown

# Adjust
The Adjust source connector interacts with the Adjust reports API, which
provides aggregated metrics from various Adjust sources; KPI Service
deliverables, KPI Service cohorts, SKAdNetwork, and Ad Spend.
Metrics and dimensions of interest for a time span are requested from a single
HTTP endpoint by using URL query parameters. The time span (also a query
parameter)can be specified in several ways, but the connector simply
requests daily chunks of data.
Dimensions allow for a breakdown of metrics into groups. For instance by
country and operating system.
[Authentication](https://help.adjust.com/en/article/report-service-api-authentication)
is handled via a regular `Authorization` HTTP header which can be found in the UI.
See the [reports documentation](https://help.adjust.com/en/article/reports-endpoint)
for details on how the API works.