Taboola Ads

Datafly Signal delivers conversion events to Taboola server-to-server for native advertising attribution, campaign optimisation, and audience targeting.

Why route Taboola through Datafly Signal

  • Conversions survive ad blockers and tracking prevention. A browser tag served from an advertising domain is blocked outright for part of your traffic, and Safari’s ITP shortens the cookies it can set. Signal sends the event from your own server, so the conversions Taboola optimises against are not filtered by the browser.
  • Email is hashed before leaving your infrastructure. Signal normalises (trim and lowercase) and applies SHA-256 inside your own deployment, so Taboola receives match keys rather than raw personal data.
  • Client IP and user agent are preserved. Server-to-server delivery normally loses both, which weakens matching. Signal forwards the genuine visitor values as request headers so Taboola attributes the event to the right session.
  • Click identifiers are captured and replayed. Signal stores clickid first-party at collection time and attaches them to the conversion later, so attribution survives even when the original landing cookie has expired.
  • Delivery is batched, rate-limited, and retried. Signal buffers to Kafka, respects the Taboola rate limit, and retries on 429 or transient failure rather than dropping the event.
  • One consent decision governs every destination. Taboola is gated by the same consent state as the rest of your stack, so a withdrawal applies everywhere at once.
  • No vendor tag on the page. Removing it removes its page weight and its independent access to your visitors.

Prerequisites

Before configuring Taboola in Signal, you need:

  • A Taboola Ads advertiser account
  • A Backstage API client ID and client secret (OAuth)
  • Your advertiser Account ID

Get your Taboola credentials

  1. Sign in to Taboola Ads.
  2. Your Account ID is shown in the dashboard URL and on account settings.
  3. Request a Backstage API application from your Taboola account manager; once issued you receive a Client ID and Client Secret.
  4. Exchange them for an OAuth access token via the Backstage authentication flow.

Configure the integration in Signal

  1. In the Management UI, go to Integrations → Add Integration.
  2. Select Taboola Ads from the catalogue.
  3. Give the integration a name (for your reference).
  4. Fill in the required fields:
FieldRequiredDescription
account_idYesTaboola advertiser account ID.
client_idYesBackstage API client ID.
client_secretYesBackstage API client secret.
  1. Choose which pipeline(s) this integration should run on.
  2. Select consent categories (defaults to marketing).
  3. Click Save.

API endpoint

POST https://trc.taboola.com/{{account_id}}/log/3/bulk-s2s-action

Allow egress to trc.taboola.com from the network your delivery workers run on.

Event mapping

Signal eventTaboola event
pagepage_view
Product Viewedview_content
Product Addedadd_to_cart
Order Completedpurchase

To customise, edit the integration’s Field Mappings.

Identity

Signal sends the following identity signals to Taboola, subject to consent and availability:

CapabilityNotes
Taboola user IDt_gid from the Taboola sync
Hashed emailSHA-256 (lowercase, trimmed)
Client IP / User-AgentForwarded from the original request

This integration is gated on the marketing canonical consent category.

Verify it’s working

  1. In the Management UI, open Pipelines → your pipeline → Live Events and trigger a test event.
  2. The event appears in the live feed; inspect the payload sent to Taboola.
  3. Check Reports → Conversions in the Taboola Ads dashboard.

Troubleshooting

401 Unauthorized. Confirm the client ID/secret are still valid in Backstage and that the resulting access token has the conversion-upload scope.

Missing t_gid on events. Taboola’s t_gid is set by their own sync; if you have no t_gid traffic, attribution falls back to hashed email / IP / UA.

See also