| [ Web Proxy ] |
| Viewing: https://developers.taboola.com/web-integrations/docs/custom-segments | [Back] [Original] |
[Taboola Web Integrations]Custom segments allow publishers to use contextual signals and/or their own 1st-party data to provide a personalized Taboola experience.
Using this capability, publishers can:
Custom developmentThe value of
csegis determined dynamically (using contextual signals and/or 1st-party data).As such, this flow typically requires custom development.
Guidelines
- To track performance for a custom segment, submit the
csegparam, as described below.- To target a custom segment, reach out to Taboola to configure the relevant targeting.
For a given placement, the
csegparam is optional.
Code snippets are provided below for both standard web pages and AMP:
_taboola.push({
mode: '<mode>',
container: '<container>',
placement: '<placement>',
target_type: '<target_type>',
// Optional `cseg` param:
// Pass the relevant custom segment, as determined by contextual signals and/or 1st-party data.
// For each placement, pass 1 custom segment *only*.
cseg: '<custom_segment>'
});<!--
See optional `cseg` param, below.
Pass the relevant custom segment, as determined by contextual signals and/or 1st-party data.
For each placement, pass 1 custom segment *only*.
-->
<amp-embed width=100 height=100
data-block-on-consent='_till_responded'
type='taboola'
layout='responsive'
data-publisher='publisher-id'
data-mode='mode'
data-placement='placement'
data-target_type='mix'
{page-type}='auto'
cseg='<custom_segment>'
data-url=''>
</amp-embed>
Flow
- Pass the relevant
csegvalue, as determined by contextual signals and/or 1st-party data.For each placement, pass 1 custom segment only.
Use Taboola reporting (Revenue Summary) to track performance.- To target a custom segment for a given placement, reach out to Taboola.
Provide the Taboola team with the exact segment name being passed.
This flow typically requires custom development.
Updated 12 months ago
| Web Proxy Viewer | New URL | Original Page |