Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions _data/taps/schemas/appsflyer/v1/appsflyer-v1-tables.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
tap: appsflyer
version: '1'
tables:
- name: installations
- name: installs
description: The `{{ table.name }}` table contains information about iOS and Android
app installations.
links:
doc-link: https://support.appsflyer.com/hc/en-us/articles/208387843-Raw-Data-Reports-V5-
singer-schema: https://github.com/singer-io/tap-appsflyer/blob/master/tap_appsflyer/schemas/raw_data/installations.json
singer-schema: https://github.com/singer-io/tap-appsflyer/blob/master/tap_appsflyer/schemas/installs.json
api-method: https://dev.appsflyer.com/hc/reference/get_app-id-installs-report-v5
table-details:
replication-method: Key-based Incremental
primary-keys:
- appsflyer_id
- event_name
- event_time
replication-key: event_time
- event_name
- appsflyer_id
replication-key: attributed_touch_time
- name: in_app_events
description: The `{{ table.name }}` table contains information about in-app events
for iOS and Android apps.
links:
doc-link: https://support.appsflyer.com/hc/en-us/articles/208387843-Raw-Data-Reports-V5-
singer-schema: https://github.com/singer-io/tap-appsflyer/blob/master/tap_appsflyer/schemas/raw_data/in_app_events.json
singer-schema: https://github.com/singer-io/tap-appsflyer/blob/master/tap_appsflyer/schemas/in_app_events.json
api-method: https://dev.appsflyer.com/hc/reference/get_app-id-in-app-events-report-v5
table-details:
replication-method: Key-based Incremental
primary-keys:
- appsflyer_id
- event_name
- event_time
- event_name
- appsflyer_id
replication-key: event_time
- name: organic_installs
description: The `{{ table.name }}` table contains information about organic installs.
links:
doc-link: https://support.appsflyer.com/hc/en-us/articles/208387843-Raw-Data-Reports-V5-
singer-schema: https://github.com/singer-io/tap-appsflyer/blob/master/tap_appsflyer/schemas/raw_data/organic_installs.json
singer-schema: https://github.com/singer-io/tap-appsflyer/blob/master/tap_appsflyer/schemas/organic_installs.json
api-method: https://dev.appsflyer.com/hc/reference/get_app-id-organic-installs-report-v5
table-details:
replication-method: Key-based Incremental
primary-keys:
- appsflyer_id
- event_name
- event_time
- event_name
- appsflyer_id
replication-key: event_time
Loading