Skip to content

Latest commit

 

History

History
84 lines (67 loc) · 1.19 KB

event.md

File metadata and controls

84 lines (67 loc) · 1.19 KB

Event

digitalData.event
"event": {
  "type": "array",
  ...
}

digitalData.event[n]
{
  "type": "object",
  ...
}
Reserved property Type
event[n].eventInfo object
event[n].category object
event[n].attributes object

digitalData.event[n].eventInfo
"eventInfo": {
  "type": "object",
  ...
}
Reserved property Type
eventInfo.eventName string
eventInfo.eventAction string
eventInfo.eventPoints number
eventInfo.type string
eventInfo.timeStamp string
eventInfo.cause string
eventInfo.effect string

digitalData.event[n].category
"category": {
  "type": "object",
  ...
}
Reserved property Type
category.primaryCategory string

digitalData.event[n].attributes
"attributes": {
  "type": "object",
  ...
}