labelΒΆ

A label you can add that will be shown in our reporting tool, so you can make a distinction between multiple widgets.

accepts string
required false
values  
default none

example:

<script>
  var tdsPcInpageConfig = tdsPcInpageConfig || {}
  tdsPcInpageConfig["widgetId"] = {
    options: {
      label: "someLabelForThisWidget"
    }
  }
</script>