Data Streaming
Data Objects

Action

2min
this object should contain the information of the action being performed in the application by the actor action should contain the following attributes in a json formatted object attribute name description type required name name of the action this can include the business definitions of the various types of events defined in the application string yes type type of the action this allows grouping of different actions under one type the type of the action can be common for several different actions for example "login" can be the type of action for both "login" and "returning login" action string yes goal is the action a desired goal in the system such as a post, a purchase or a registration process? indicate that with a true/false attributes additional information about the action being performed such as transaction dates, transaction amounts, post contents, user action details such as share, subscribe, like, dislike etc json no example "action" { "name" "buy product", "attributes" {"referrer" "facebook", "coupon" "kihsk123fs"} }