initialSortΒΆ
The initial sort of the offers. This is only applicable for widgets that can sort offers multiple ways.
accepts | string |
required | false |
values | bestTco / popular |
default | varies per widget |
example:
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
widgetOptions: {
phoneOffer: {
initialSort: "bestTco"
}
}
}
</script>