| [ Web Proxy ] |
| Viewing: https://developers.taboola.com/web-integrations/docs/split-feed | [Back] [Original] |
[Taboola Web Integrations]For optimal performance, we recommend placing your below-article Feed immediately below the article. This increases the Feed's visibility, and in turn, boosts CTR (click-through rate).
If you have any units below the article that must remain accessible - e.g. 'Subscribe to our Newsletter' or 'Comments' - you can embed them within the Feed itself, in a slot of your choosing.
This configuration is known as a Split Feed.
The Split Feed will be configured by the Taboola team, once you have followed the steps below.
The steps below presume that you are integrating Taboola recommendations into your page - e.g. using Standard (aka JS Tag) integration.
In the example shown below, the Split Feed has been configured to show the newsletter unit in the second available slot.
The Feed starts immediately below the article, whilst the newsletter unit is still accessible (i.e. not pushed below the Feed).
Before Taboola can configure your Split Feed, you will need to perform the following steps:
id (or unique class) attribute:<!-- The unit to embed -->
<div id="newsletter_unit">...</div>
- In the above example, the
idis"newsletter_unit".* Before Taboola configures your Split Feed, make sure that this ID is unique (not repeated on the page).
<!-- The placement tags, as provided by Taboola -->
<div id="taboola_unit"></div>
<script>
window._taboola = window._taboola || [];
_taboola.push({
mode: '<mode>',
container: 'taboola_unit',
placement: '<placement>',
target_type: '<target_type>'
});
</script>
<!-- The unit to embed -->
<div id="newsletter_unit">...</div>
Details to provide:
- The placement tags for the Feed, as originally provided by Taboola.
- The unique
id(or uniqueclass) of the unit that you need to embed.- The position in which you would like the unit to be inserted - e.g. the second slot.
- A sample URL, containing the above Feed and unit.
The change will typically reflect within 24 hours. At that point, you will see the relevant unit embedded within the Feed.
Need a hand?Feel free to reach out on our Community Discussion page!
Updated 12 months ago
| Web Proxy Viewer | New URL | Original Page |