Notification

Impression: notification is viewable

context variables

description

required

name

name of the notification (CMS input)

yes

position

position of the notification

yes

type

type of the message showed in the notification

yes

trigger

trigger of notification

yes

variant

variant of A/B testing

no

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

Click: onclick on notification

context variables

description

required

name

name of the notification (CMS input)

yes

position

position of the notification

yes

type

type of the message showed in the notification

yes

trigger

trigger of notification

yes

action

specific action performed on the notification (e.g. close)

no

variant

variant of A/B testing

no

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

Last updated