|
| 1 | +--- |
| 2 | +title: Taboola (v1) |
| 3 | +permalink: /integrations/saas/taboola/v1 |
| 4 | +keywords: taboola, taboola integration, schema, etl taboola, taboola etl, taboola schema |
| 5 | +summary: "Connection instructions and schema details for Stitch's Taboola integration." |
| 6 | +layout: singer |
| 7 | +input: false |
| 8 | + |
| 9 | +key: "taboola-setup" |
| 10 | + |
| 11 | +# -------------------------- # |
| 12 | +# Tap Details # |
| 13 | +# -------------------------- # |
| 14 | + |
| 15 | +name: "taboola" |
| 16 | +display_name: "Taboola" |
| 17 | + |
| 18 | +singer: true |
| 19 | +repo-url: https://github.com/singer-io/tap-taboola |
| 20 | +status-url: https://twitter.com/taboola?lang=en |
| 21 | + |
| 22 | +this-version: "1" |
| 23 | + |
| 24 | +api: | |
| 25 | + [{{ integration.display_name }} Backstage API](https://github.com/taboola/Backstage-API){:target="new"} |
| 26 | +
|
| 27 | +# -------------------------- # |
| 28 | +# Integration Details # |
| 29 | +# -------------------------- # |
| 30 | + |
| 31 | +certified: false |
| 32 | + |
| 33 | +historical: "1 year" |
| 34 | +frequency: "30 minutes" |
| 35 | +tier: "Standard" |
| 36 | + |
| 37 | +api-type: "platform.taboola" |
| 38 | + |
| 39 | +anchor-scheduling: true |
| 40 | +cron-scheduling: true |
| 41 | + |
| 42 | +table-selection: false |
| 43 | +column-selection: false |
| 44 | +select-all: false |
| 45 | +select-all-reason: | |
| 46 | + As this integration doesn't support table or column selection, all available tables and columns are automatically replicated. |
| 47 | +
|
| 48 | +extraction-logs: true |
| 49 | +loading-reports: true |
| 50 | + |
| 51 | +# -------------------------- # |
| 52 | +# Feature Summary # |
| 53 | +# -------------------------- # |
| 54 | + |
| 55 | +feature-summary: | |
| 56 | + Stitch's {{ integration.display_name }} integration replicates data using the {{ integration.api | flatify | strip }}. Refer to the [Schema](#schema) section for a list of objects available for replication. |
| 57 | +
|
| 58 | +
|
| 59 | +# -------------------------- # |
| 60 | +# Setup Instructions # |
| 61 | +# -------------------------- # |
| 62 | + |
| 63 | +requirements-list: |
| 64 | + - item: "**Access to the {{ integration.display_name }} API**." |
| 65 | + - item: | |
| 66 | + **The following API credentials:** |
| 67 | +
|
| 68 | + - Taboola Account ID |
| 69 | + - Client ID |
| 70 | + - Client Secret |
| 71 | +
|
| 72 | +requirements-info: "Reach out to your {{ integration.display_name }} Account Manager for assistance. Once you receive this information, you can continue with the setup." |
| 73 | + |
| 74 | +setup-steps: |
| 75 | + - title: "Add {{ integration.display_name }} as a Stitch data source" |
| 76 | + anchor: "add-stitch-data-source" |
| 77 | + content: | |
| 78 | + {% include integrations/shared-setup/connection-setup.html %} |
| 79 | + 4. In the **Username** field, enter your {{ integration.display_name }} username. This user must have access to the {{ integration.display_name }} API. |
| 80 | + 5. In the **Password** field, enter your {{ integration.display_name }} password. |
| 81 | + 6. In the **Account ID** field, enter your {{ integration.display_name }} account ID. |
| 82 | + 7. In the **Client ID** field, enter your {{ integration.display_name }} client ID. |
| 83 | + 8. In the **Client Secret** field, enter your {{ integration.display_name }} client secret. |
| 84 | + - title: "Define the historical replication start date" |
| 85 | + anchor: "define-historical-sync" |
| 86 | + content: | |
| 87 | + {% include integrations/saas/setup/historical-sync.html %} |
| 88 | + |
| 89 | + - title: "Create a replication schedule" |
| 90 | + anchor: "define-rep-frequency" |
| 91 | + content: | |
| 92 | + {% include integrations/shared-setup/replication-frequency.html %} |
| 93 | +
|
| 94 | +--- |
| 95 | +{% assign integration = page %} |
| 96 | +{% include misc/data-files.html %} |
0 commit comments