Tab

Impression: tab is viewable and open

context variables

description

required

subject

name of the subject of the tabs (overarching)

yes

state

tab is open on default 'auto visible' or closed on default and opens with 'click visible'

yes

name

name of the tab item of the specific topic which is open

yes

position

position of tab in tab list

yes

placement

placement of tab on page

yes

variant

variant of A/B testing

no

eventData: {
 "event": "button-impression",
 "info": {
  "placement": "bottom",
  "name": "Send",
  "text": "Send"
 }
}

Click: onclick on tab

context variables

description

required

subject

name of the subject of this field

yes

when a tab is default visible we use "visible".

when a tab is default hidden we use "hidden".

yes

subname

subname of the tab item of the specific topic which is open

yes

placement of tab on page

no

variant

variant of A/B testing

no

eventData: {
 "event": "button-click",
 "info": {
  "placement": "top",
  "name": "Send"
 }
}

Last updated