The S2S postback URL
The postback URL for S2S (server to server) tracking
When manually integrating S2S (server to server) tracking, your server is responsible for passing the event data to Taboola.
This page describes how you can submit a postback call for each successful conversion.
You can also bulk submit conversions.
General format
The postback URL has the following format:
https://trc.taboola.com/actions-handler/log/3/s2s-action?click-id=CLICK_ID&name=EVENT_NAME&revenue=REVENUE¤cy=CURRENCY&orderid=ORDER_ID
The Click ID param must be named
click-id
, exactly as shown. Otherwise, no conversions will be recorded.
Required params
Param | Format | Description |
---|---|---|
| String (A case-sensitive string of 66 characters or more.) | Required The Taboola Click ID, as passed by Taboola to your landing page. (A sample Click ID value is provided below.) |
| String (Case-sensitive) | Required The event name, as defined in Realize. (Refer to the |
Optional params
(aka dynamic conversion values)
Dynamic conversion values enhance your marketing strategy by providing a more accurate measure of metrics such as ROAS (Return on Ad Spend), Order ID, and Quantity.
Use the following (optional) params to track dynamic conversion values:
Param | Format | Description |
---|---|---|
| An integer or decimal number. | Optional The revenue amount - e.g. |
| A 3-letter currency code. (Case-sensitive) | Optional The A list of supported values is provided below. |
| String | Optional An Order ID - e.g. an Order ID assigned by your CRM for this conversion. |
| An integer | Optional Indicates the itemβs quantity in the order. |
Error codesFor a list of error codes, see: Error Codes
Updated 18 days ago