headerid

Type: string
Default: ''
Context: prediction, questions

About this parameter

Add a ID to the header above the recommendations.

Usage examples

<div class="rek-prediction" data-headerid="my-id"></div>

Example on how to use it for news recommendations:

<div class="rek-prediction"
  data-renderstyle="advanced"
  data-cols="3"
  data-fallbackimgsrc="https://logo.png"
  data-headerfontclass="normal"
  data-headerheadinglevel="1"
  data-headerid="my-id"
 ></div>