showSponsoredPositions¶
If you’d like to show sponsored positions in the results or not.
accepts | boolean |
required | false |
values | |
default | true |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
options: {
showSponsoredPositions: false
}
}
</script>