providerIdΒΆ
The ids of the providers you want to show in the widget.
accepts | array of integers |
required | false |
values | |
default | none |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
limits: {
providerId: [1, 2]
}
}
</script>