sponsoredPositionIdΒΆ

The ids of the sponsored positions you want to show in the widget.

accepts array of integers
required false
values  
default none

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    limits: {
      sponsoredPositionId: [4]
    }
  }
</script>