Events

Event is the record in the Backend. It can be created on the following actions:

This new record can contain any data you wish to be stored in it.

How to create a click Event

  1. Select "Actions" in the Properties of the Single Button / Link / Image

  2. Click "Create Event"

  3. Fill in the table: "Key" is the name of the field and "Value" is the parameter. The Parameter can be a static string or Hashtag reference.

  4. Click "Save"

Where to find an Event Created

Reading Events

Click on Event to open up its details.

Event pop-up contains following info:

  1. The current Status of the event. The status can be tracked by using filters. Click here to learn more on Statuses.

  2. Location of the of the device when the event was created.

  3. The info on the current event. It contains all the information that was passed in the form of Key and Value pairs.

  4. Files if any file was attached event using the file element.

  5. The metadata on the Object like which browser he used to access the app, which version of operating system, etc.

  6. 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.

Working with Events using API Calls

In order to Create / Update / Delete an Event using API Request you should do the following:

Good and Almost Good Practices

Events are mostly used when you want to submit some dynamic data.

Perform actions on Events

Events can be tracked by filters. Using filters combined with triggers allows to set up the rules to perform actions on the Events. Please refer to Triggers article for more info.

Last updated