Events
Last updated
Was this helpful?
Last updated
Was this helpful?
Event is the record in the . It can be created on the following actions:
/ / click
App Launch
API request
This new record can contain any data you wish to be stored in it.
Select "Actions" in the Properties of the / /
Click "Create Event"
Fill in the table: "Key" is the name of the field and "Value" is the parameter. The Parameter can be a static string or reference.
Click "Save"
Click on Event to open up its details.
Event pop-up contains following info:
Location of the of the device when the event was created.
The info on the current event. It contains all the information that was passed in the form of Key and Value pairs.
Files if any file was attached event using the file element.
The information about the Object that this event applies to. This is used for convenience purposes to avoid the need to navigate back and forth between Backend and the Objects tabs.
In order to Create / Update / Delete an Event using API Request you should do the following:
Events are mostly used when you want to submit some dynamic data.
Good Use
Could be Better
You have a "Enter your personal info form" asking the AppUser for the name and DOB. Creating an Event for the button to submit the info entered is redundant since this info is static and will be probably asked only when the AppUser opens the App for the first time.
Navigate to the of the platform, the new row was created that contains all the info on the Event - its Key and the Value. If you click on the Event you will see it.
The pop-up displays data saved to event during creation and app state snapshot data for that moment.
The current of the event. The status can be tracked by using .
The metadata on the like which browser he used to access the app, which version of operating system, etc.
Get Access token -
Create / Update / Delete the Event -
You have a "Submit a complain form" with some or as well the to submit the complain. Since one AppUser can submit multiple complains, it's is good idea to create an event for the button press and store the data from the dropdown and text input in this Event.
Events can be tracked by filters. Using filters combined with allows to set up the rules to perform actions on the Events. Please refer to article for more info.