Params

Android Classic - Params

⚠️

Deprecation Notice

You are viewing the SDK v3 docs. SDK v3 will be deprecated on September 30, 2026.

We recommend upgrading to SDK v4 — the latest and actively maintained version. To get started, follow the SDK v3 → v4 Migration Guide.

This page provides a reference for the various Taboola SDK params.

📘

During onboarding, Taboola will provide you with the param values for your integration.

If you need to troubleshoot, you can also test with the param values used in our sample app.

Params Cheatsheet

Java paramXML attributeDescription
<publisherId>taboola:tb_publisherYour publisher ID, as provided by Taboola - e.g. "PUBLISHERID".
<mode>taboola:tb_modeThe UI Mode ID of the widget, as provided by Taboola - e.g. "MODE", "thumbnails-feed", etc.
<placementName>taboola:tb_placementThe placement name, as provided by Taboola - e.g. "PLACEMENTNAME", "stories-prod", etc.
<url>taboola:tb_urlA fully-qualified, public URL, with the same content as the screen. e.g. "PAGEURL".
<pageType>taboola:tb_page_typeThe page type, as provided by Taboola - e.g. "PAGETYPE".
<targetType>taboola:tb_target_type

The target type, as provided by Taboola - e.g. "TARGETTYPE" (default value).


If targetType is not "TARGETTYPE", make sure to set it accordingly - e.g.: tblClassicUnit.setTargetType("video").

<placementType>N/AThe Unit type that the Taboola SDK should return - see below.
TBLClassicListenerN/AAn abstract class for event handing - see: Event Handing.

Possible values for placementType

ValueTypeDescription
TBL_PLACEMENT_TYPE.PAGE_MIDDLEIntReturns a mid-page Widget.
TBL_PLACEMENT_TYPE.PAGE_BOTTOMIntReturns a page bottom Widget.
TBL_PLACEMENT_TYPE.FEEDIntReturns a Taboola Feed.

Did this page help you?