Loymax SmartCom
English
English
  • What is Loymax SmartCom?
  • Main
    • Main feature
    • Main terms
    • How to start work
    • Communication types and channels
    • FAQ
  • Features
    • Segmentation
      • Segment builder
      • List of segments
      • RFM segments
      • Tags
    • Mass mailings
      • Mailing list
      • E-mail mailings
      • SMS mailings
      • Push mailings
      • Mailing settings
      • A/B testing in a mailing
      • Mailing report
      • Mailing calendar
    • Campaigns
      • Creating a campaign
      • Campaigns list
      • Triggers
        • Added a product to the container
        • Anniversary
        • Bonuses expected expiration
        • Customer registration
        • Date has come
        • Date come for client
        • Date come for order
        • Days since last visit to the site
        • Days since last order
        • Days since registration
        • Event occurred
        • Item from specific category purchased
        • Lost cart on the site
        • Lost view of product on the site
        • Customer visited section of website
        • Customer visited website
        • Customer viewed product on website
        • Customer viewed product category
        • Item purchased
        • Order is paid
        • Order is cancelled
        • Repeated date
        • Getting into RFM segment
        • Getting into segment
        • System event
        • Order was made/receipt was issued
      • Actions
        • Actualize filter
        • Select customers from segment
        • Run A/B test
        • Assign call
        • Accrue points
        • Accrue bonuses in the loyalty program
        • Limit number of participants
        • Limit poll
        • Send push
        • Send SMS
        • Send e-mail
        • Filter customers
        • Wait X minutes/hours/days
        • Wait until date
        • Check e-mail status
        • Report manager
        • Set tag
      • Campaign report
      • Abandoned cart
    • Control group
    • Campaign recipes
    • Polls
    • Customer profile
    • Personalization
      • Template engine
    • Analytics
      • Dashboard
    • Templates
    • Subscriptions management
    • Receipt attribution
    • Promo codes
    • Settings
      • General settings
      • Fields
      • Directories
      • Observers
      • Users
        • Access rights
      • Regions
      • Constants for templates
      • Mailing categories
      • Managing views
  • Usage
    • Quality of contact information
    • Metrics
    • Regions
    • Cascades
    • Events
    • Recommendations for quality mailings
      • Postmasters
      • DNS configuring
      • Warming up IP address
      • Avatar for mail
  • integration
    • Complete integrations
    • Data exchange
      • Introduction
      • Data structure
      • File exchange
      • SQL server data
      • REST API
      • Data exchange bus
    • JS tracker
Powered by GitBook
On this page
  • What is an event
  • Events in Segment builder
  • Events in campaigns
  • Event context
  1. Usage

Events

PreviousCascadesNextRecommendations for quality mailings

Last updated 1 year ago

What is an event

Examples of events:

  • A call to the call center;

  • Password recovery request;

  • Subscription to mailing;

  • Item X appeared in stock;

  • Failed advance payment.

There are two types of events:

  • Customer event is an event that is only relevant to one specific customer, for example, "A customer called the call center”. This particular customer called the call center.

  • System event is an event that is relevant to ALL customers. It is not tied to any specific customer. For example: "Item X is in stock" – you can notify everyone, who was interested in this item, about this event appearing in stock.

Every event has a name.

Event may or may not contain a context. Context is a set of variables and their values. Event context does not change over time (unlike receipt, where composition or status can change).

Events are displayed in the timeline in the customer's profile:

Events in Segment builder

Events can be used for filtering when building segments in the segment builder ("Show customers who have events with these characteristics X times in period Y").

You can select customers based on the following criteria related to events:

  • Event name;

  • Date of event;

  • Date of last event;

  • Days since last event;

  • Event context.

The filter by event context allows you to select customers who have events with the specified values of the specified variable. For example: name = Alphabet. Such a filter will select all customers that have event with a context that has a variable name and it is equal to the value Alphabet.

Events in campaigns

Campaigns have two triggers activated by events:

  • Event X has occurred;

  • System event X.

An example of using the System event trigger:

Event context

Event context can be used in Campaigns in the following actions:

  • Filter customers;

  • Send message (e-mail / SMS / push).

Field codes must not contain a hyphen '-'.

To filter customers using value from the event context, in the field filtering you should refer to context by specifying the code of that field preceded by a $ sign.

Example:

To use value from the event context when sending message, use the{{client.eventContext.field_code}}. Example:

Transfer of events in the Platform is done via .

integration