S2S Conversion Postbacks
Talroo can send conversion signals back to you in near-real time via HTTP, including the original click ID.
To set this up, contact the publisher team and send a short spec: URL, HTTP method (GET or POST), which fields to include, and the name of your click id parameter so we can match on it.
Prefer shorter URLs and short parameter names. Your system should return HTTP 200 even if the match fails.
Available Fields
| Field | Description |
|---|---|
| Your Click ID | The click ID you originally sent |
| Conversion name | Type of conversion event |
| Timestamp | When the conversion occurred |
| Your T-values | Tracking values you provided |
| Talroo Job ID | The job associated with the conversion |
| Custom fields | Available on request |
note
Parameters can be renamed to match your system. Ask the publisher team.