1
0
mirror of synced 2026-01-03 15:04:01 -05:00
Files
airbyte/airbyte-integrations/connectors/source-adjust/integration_tests/sample_config.json
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

9 lines
183 B
JSON

{
"ingest_start": "2022-07-07",
"api_token": "token",
"metrics": ["installs", "clicks"],
"dimensions": ["app", "network"],
"additional_metrics": [],
"until_today": true
}