Sitetool Details is a standard schema field group for the XDM ExperienceEvent class. The field group provides a single sitetool
object to a schema, which captures information collected by a sitetool.
Property | Data type | Description |
---|---|---|
dataGatheringEvent |
Object | Indicates whether this event is a data-gathering event along with other related details. Contains the following properties:
|
actor |
String | A person/member who did the action. |
actorID |
String | A unique identifier for person/member who did the action. |
isKeyEvent |
Boolean | Indicates whether this event is a key event. |
name |
String | The name of the sitetool, such as chatbot, survey, and so on. |
section |
String | The relevant section of the sitetool like main or sub. |
For more details on the field group, refer to the public XDM repository.