📈
Knowledge base
  • Getting started (placeholder)
  • Basics
    • Intro (placeholder)
      • "Hello world of PWA!" app
      • Testing the App
      • How to hide / show screen elements
      • Create user actions: switch screens, change data and make API calls
      • Screens
      • Show any platform Data in app ellements
      • Showing Data in app - Filters
      • Loops - display multiple line results in app
      • Automating Business Processes & Funnels via Triggers
      • Send and Receive data via external API integrations
      • Chaining API calls
      • Use MathJS formulas
  • PWAbility
    • PWAbility
      • App distribution
      • Saving Mobsted PWA App
      • Smart Messaging
      • Guaranteed delivery
      • Offline Mode
  • Messengers
    • Intro (placeholder)
      • Set up VK bot
      • Set up Facebook bot
      • Set up Telegram Bot
      • Set up Viber bot
  • Data
    • Import data (placeholder)
    • Export data (placeholder)
  • References
    • Intro(placeholder)
      • Constructor elements to build your app
      • Filter any backend and Object data
      • Manage app users and objects
      • Events
      • Statuses
      • Hashtags
      • Variables
      • Lists (placeholder)
      • User Access
      • API Description (placeholder)
Powered by GitBook
On this page
  • How to create a click Event
  • Where to find an Event Created
  • Reading Events
  • Working with Events using API Calls
  • Good and Almost Good Practices
  • Perform actions on Events
  • RECOMMENDED ARTICLES
  • RECOMMENDED ARTICLES (EXTERNAL)

Was this helpful?

  1. References
  2. Intro(placeholder)

Events

PreviousManage app users and objectsNextStatuses

Last updated 5 years ago

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.

How to create a click Event

  1. Select "Actions" in the Properties of the / /

  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 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. Location of the of the device when the event was created.

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

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

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

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.

Perform actions on Events

RECOMMENDED ARTICLES

RECOMMENDED ARTICLES (EXTERNAL)

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.

Status
filters
Click here to learn more on Statuses.
Object
https://documenter.getpostman.com/view/4564343/S11LscyP#8cdbe179-7e2d-6218-9273-0df0bc8edfdf
https://documenter.getpostman.com/view/4564343/S11LscyP#cfffad1b-9646-94a2-e74a-7eb03235caf3
triggers
Triggers
Backend
Hashtags
Single Button
Image
Link
Triggers
Getting Access Token
Creating / Updating / Deleting the Event
dropdowns
text inputs
button
Backend
Button
Link
Image
Single Button
Link
Image
Hashtag
Backend