Business categoryCommunity supported

Learn more about the Taboola integration

Documentation

Detailed documentation on how to start syncing Taboola data.

Taboola Documentation

Jumpstart your Taboola analytics with reusable blocks

dbt packages can speed up your work

Once you replicate your Taboola data with Stitch, you can use it in many ways. For example, you can use the data modeling and transformation tool dbt to prepare data for reporting, analytics, or machine learning applications.

Dbt has prebuilt packages for many Stitch data sources, including Taboola. Here’s a look at code for modeling Taboola data. This particular block of code gives you quick Taboola parsing for analyzing your campaigns.

View the source on GitHub →
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 with base as ( select id, name, to_date(start_date, 'yyyy-mm-dd') as start_date, nullif(end_date, '9999-12-31') as end_date, is_active, lower(status) as status, spent as spend, nullif(tracking_code, 'None') as tracking_code from {{var('campaigns_table')}} ), splits as ( select id, name, start_date, end_date, is_active, status, spend, {{ dbt_utils.get_url_parameter('tracking_code', 'utm_source') }} as utm_source, {{ dbt_utils.get_url_parameter('tracking_code', 'utm_medium') }} as utm_medium, {{ dbt_utils.get_url_parameter('tracking_code', 'utm_campaign') }} as utm_campaign, {{ dbt_utils.get_url_parameter('tracking_code', 'utm_content') }} as utm_content, {{ dbt_utils.get_url_parameter('tracking_code', 'utm_term') }} as utm_term from base ) select * from splits
Divider
We set up all of the integrations we needed in a matter of hours. Writing custom code to do all of that would have taken up a month's worth of back-end engineering time. Using Stitch allowed us to move forward without having to hire another person.

Mark Marcantano

Senior DevOps Engineer, Calm

Divider

Why our customers choose Stitch

Stitch is a simple, powerful ETL service built for developers. Stitch connects to your first-party data sources – from databases like MongoDB and MySQL, to SaaS tools like Salesforce and Zendesk – and replicates that data to your warehouse. With Stitch, developers can provision data for their internal users in minutes, not weeks.

Explore all of Stitch's features
IconSimple setup
Start replicating data in minutes, and never worry about ETL maintenance.
IconOwn your own data infrastructure
Stitch replicates to your warehouse, meaning you’re always in control.
IconMature replication engine
Accurate data from any structure, all the time.
Explore all of Stitch's features

Start replicating your Taboola data

Select your integrations, choose your warehouse, and enjoy Stitch free for 14 days.

Set up in minutesUnlimited data volume during trial

Connect to your ecosystem of data sources

Stitch integrates with leading databases and SaaS products. No API maintenance, ever, while you maintain full control over replication behavior.