* 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
862 B
862 B
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
is handled via a regular Authorization HTTP header which can be found in the UI.
See the reports documentation for details on how the API works.