Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

Taboola 

Taboola is a public advertising solution.

Taboola integration replicates data using the Taboola Backstage API.

See the Schema section for a list of objects available for replication.

Preparing for authentication

To access your data, you need to authenticate the connection with your account credentials.

Information noteMake sure that the account you use has read access to the tables you want to fetch.

Creating the connection

For more information, see Connecting to SaaS applications.

  1. Fill in the required connection properties.
  2. Provide a name for the connection in Connection name.

  3. Select Open connection metadata to define metadata for the connection when it has been created.

  4. Click Create.

Connection settings
SettingDescription
Data gateway

Select a Data Movement gateway if required by your use case.

Information note

This field is not available with the Qlik Talend Cloud Starter subscription, as it does not support Data Movement gateway. If you have another subscription tier and do not want to use Data Movement gateway, select None.

For information on the benefits of Data Movement gateway and use cases that require it, see Qlik Data Gateway - Data Movement.

Start Date

Enter the date, in the format MM/DD/YYYY, from which the data must be replicated from your source to your target.

UsernameUsername.
PasswordPassword.
Account IDAccount ID.
Client ID Client ID.
Client SecretClient secret.

Schema

Information note

Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.

The schema and info displayed below is for version 1.

Depending on your destination, table and column names may not appear as they are outlined below.

campaign

The campaign table contains info about the campaigns in your Taboola account.

Replication

During every replication job, all campaigns in your Taboola account will be extracted, or “fully replicated.” If you look in the Extraction Logs in the Stitch app, you’ll see lines like this:

2017-10-25 13:46:52,254Z tap - INFO Synced 100 campaigns.
2017-10-25 13:46:52,255Z tap - INFO Done syncing campaigns.

Roughly the same amount of campaigns should be extracted during every job, unless brand new campaigns are added between jobs.

When Stitch loads the extracted records into your destination, however, only new and updated campaigns will be loaded. This means that only new and updated campaign records will count towards your row count.

Deleted campaigns

If a campaign is deleted at the source, the record for that campaign will remain in the destination.

NULL dates

On occasion, Taboola’s API will push NULL for start_date and 999-12-31 for end_date. It will convert NULL dates to 999-12-31 for consistency.

Replication Method

Full Table

Primary Key

id

Useful links

Taboola API method

campaign_performance

The campaign_performance table contains performance data for the campaigns in your Taboola account, broken down by day.

Replication Method

CDC

Primary Keys

campaign_id

date

Replication Key

date

Useful links

Taboola documentation

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!