5.13.3 • Published 3 years ago

@mentor-medier/ad-taboola-block v5.13.3

Weekly downloads
439
License
CC-BY-NC-ND
Repository
github
Last release
3 years ago

@wpmedia/ad-taboola-widget

Block that implement a Taboola Widget.

Props

Global

PropRequiredDescription
taboolaPublisherIdyesPublisher ID provided by Taboola

This configuration need to added to blocks.json like this:

{
    ...
    "values": {
        "default": {
            "siteProperties": {
                ...
                "taboolaPublisherId": "client-publisher-id",
                ...
            }
        }
    }
}

Per widget

PropRequiredDescription
taboolaPlacementyesWidget placement description, provided by Taboola
taboolaModeyesWidget mode, provided by Taboola
taboolaContaineryesWidget container name, provided by Taboola

This properties will be defined on each block added to the page.

Reference Material

Implementing Taboola Javascript Placement Code

Additional Considerations

The block will not render inside PageBuilder editor. Inside the editor, when the widget has his properties correctly configured, will show a dummy block with the placement name. To see the widget working, need to publish the page and on the preview url add the parameter &taboola_sim_domain=XXX, replacing XXX with the domain provided by Taboola for testing.

5.12.0

3 years ago

5.13.3

3 years ago

5.11.3

3 years ago

5.11.2

3 years ago

5.10.4

3 years ago

5.10.2

3 years ago

5.10.0

3 years ago

5.9.15

3 years ago