Params
Android Classic - Params
Deprecation NoticeYou 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 param | XML attribute | Description |
|---|---|---|
|
| Your publisher ID, as provided by Taboola - e.g. |
|
| The UI Mode ID of the widget, as provided by Taboola - e.g. |
|
| The placement name, as provided by Taboola - e.g. |
|
| A fully-qualified, public URL, with the same content as the screen. e.g. |
|
| The page type, as provided by Taboola - e.g. |
|
| The target type, as provided by Taboola - e.g. If |
| N/A | The Unit type that the Taboola SDK should return - see below. |
| N/A | An abstract class for event handing - see: Event Handing. |
Possible values for placementType
Value | Type | Description |
|---|---|---|
TBL_PLACEMENT_TYPE.PAGE_MIDDLE | Int | Returns a mid-page Widget. |
TBL_PLACEMENT_TYPE.PAGE_BOTTOM | Int | Returns a page bottom Widget. |
TBL_PLACEMENT_TYPE.FEED | Int | Returns a Taboola Feed. |
