clickOutParams

The custom params you’d like to add to every click out. The params are passed through to the affiliate network or shop URL.

accepts string
required false
values  
default none

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    options: {
      clickOutParams: "customParam1=something&customParam2=somethingElse"
    }
  }
</script>