LogoLogo
WebsiteBlog
  • Introduction
  • CDP Overview
  • Identity Resolution
  • CDP Guidelines for Data Sanity and Campaign Governance
  • Login and User Management
    • Login to the platform
    • Change Password / Retrieve your Account
    • Role Based Access Control
      • User Management
      • Roles
    • Single Sign-On (SSO)
  • Events
    • Events Overview
    • App Events
    • Track
    • Identify
    • Page
    • Screen
    • Event Dictionary
  • Sources
    • Sources Overview
    • Android SDK
    • iOS SDK
    • JavaScript SDK
    • React Native SDK
    • Flutter SDK
    • REST API
    • Adobe Analytics Exports
    • SFTP
    • Kafka
    • Offline File Ingestion
  • Destinations
    • Destinations Overview
    • Quora Pixel
    • Hotjar
    • Clevertap
    • Google Analytics 4 (GA4)
    • Meta Pixel
    • Meta Conversion API
    • LinkedIn Insight Tag
    • Adobe Target
    • AppsFlyer
    • AWS S3
    • Criteo
    • Kafka
  • Integrations
    • Rudderstack
    • Azure Blob
    • Adobe Launch Private Extension
    • Adobe Launch Extension
    • Salesforce CRM
    • Microsoft Dynamics 365
  • Customer One View
    • Introduction
    • Basic details, Attributes and Devices
    • Segment and Engagement
    • Activity
  • Segments
    • Getting Started
    • Create a Segment
  • Channels
    • Getting Started
    • A/B Testing
    • SMS
      • Set up an SSP
        • Netcore
        • Twilio
        • Adobe Campaign Classic
        • Gupshup
        • Unifonic
        • Infobip
        • Tubelight
      • Add an SSP
      • Create SMS campaign
      • FAQs
    • Email
      • Set up an ESP
        • SendGrid
        • SendInBlue
        • SparkPost
        • Taximail
        • Netcore
        • Adobe Campaign Classic
        • Mailchimp
        • Oracle Email Delivery
        • Infobip
        • Vision6
      • 🆕Add an ESP
      • Create Email campaign
      • Common use cases with Email Editor
      • Why Email Notification may not get delivered?
      • FAQs
    • App Push Notification
      • Create App Push Notification - Android
      • Create App Push Notification - iOS
      • Why App Push Notification may not get delivered?
      • FAQs
    • WhatsApp
      • Configure a WSP
        • Yellow Messenger
        • Infobip
        • Gupshup
        • BIK.ai
        • Vonage
        • Sinch
        • Tubelight
      • Create WhatsApp campaign
      • FAQs
    • RCS
      • Add an RCS API
      • Example: Netcore RCS API
      • Create an RCS campaign
      • FAQs
    • Web Push Notification
      • Create a Web Push Notification
      • Create a Default Web Push Notification
      • FAQs
    • On-site Notification
      • Create On-site Notifications.
      • Common use cases with On-site Notification.
      • Notification Templates
    • Banner Personalization
      • Create a Personalized Banner
      • Create a Default Banner
    • External API
      • Create Engagement
      • Test your API configuration
      • Example Use Cases of External APIs
        • Use case 1: HubSpot - Create Contacts API
        • Use case 2: Exotel's Make a call API
        • Use case 3: Mailmodo's Send Campaign Email API
  • Ramanujan AI
    • Lead scoring
    • Channel Orchestration
    • Content Generator
      • Generate Web Push Content
  • Journey Builder
    • Overview- Journey Builder
    • View all Journeys
    • Create a Journey
    • Journey Reports
    • FAQs
  • Audience Export
    • Facebook Export Channel
    • Google Ads Export Channel
  • Analytics
    • Dashboard
      • Guiding through the Dashboard
      • Unique Profile
      • Profile and Merge Trends
      • Campaign and Revenue Dashboard
    • Campaign Summary
    • Events Occurrence
    • Event Telemetry
    • App Installs and Uninstalls
    • Funnels
    • Paths
    • Traffic Analysis
    • Cohorts
    • Data sanity between Funnels, Paths and Events
    • FAQs
  • Developer APIs
    • User Profile API
    • WhatsApp Opt-in/Opt-out API
    • Subscription Management
  • Settings
    • Product Label
    • Frequency Caps
    • Contacts
Powered by GitBook
On this page
  • What is an event?
  • Types of events in Lemnisk
  1. Events

Events Overview

A brief overview of events and its role in your marketing campaigns.

PreviousSingle Sign-On (SSO)NextApp Events

Last updated 5 months ago

What is an event?

An event is any action in a website/App that is performed by the customer while interacting with your business.

Think about the time you wanted to buy a product, your customer journey will be as follows - You visited the brand's website and the website homepage loaded. You went ahead and scrolled the page and clicked on the product you wanted to buy. You checked for a few offers and added the product to the cart. Later, you received an email which informed you about the ongoing offer for the product you wanted to buy, you clicked on that email and were directed to the buy now page. You completed the payment and the order was placed.

In the above scenario, the following would be considered events:

  • "Page load" when you visit the website

  • "Track" when you scroll down the page to look for the product you wanted to buy

  • "Click on the product" When you click on the product

  • "Add to cart" when the product was added to the cart

  • "Click on the email link" when you see the offer in the email and click it

  • "Page load" when you are directed to the buy page

  • "Order placed" when you are completed with the payment

Types of events in Lemnisk

Standard events

Events for which a standard mapping with attributes is present in Lemnisk for different destinations. These are automatically mapped events in Lemnisk.

  • Identify: Identifies the user and merges the cookie ID with the existing profile

    Example: Login, Subscription, etc. To know more click

  • Page: Identifies the pages viewed by the user. It helps create a customer funnel and identify which page the user dropped. To know more click

  • Screen: Identifies the screen viewed by the user on the app. It helps create a customer funnel and identify which screen the user dropped. To know more click

  • Track: Track the user behaviour on the website/app.

    Example: Time spent on the app, product added to the cart, where the customer dropped in a video. To know more click

To view standard events -

Go to > Data Pipeline > Event Dictionary > Standard Events

Custom events

Events for which a standard mapping with attributes doesn’t exist in Lemnisk. These events need to be created by businesses and map them with destinations.

Transformation

Transformations in Lemnisk is the process of transforming the user/event attributes in the destination-compatible format. Custom events are required to be created for performing a transformation on them since the transformation is set up at the destination level. It is a one-time activity for tracking a particular event for a destination. Since it can be created at an individual destination level, the same event can be tracked on different platforms.

For example: "productviewed" may be transformed as "viewedproduct" for Facebook, "viewed" in Google Ads, etc.

To create a transformation -

  • Go to > Data Pipeline > Destination

  • Select any destination and navigate to Transformation

  • Click Add Transformation

  • Select the events for transformation from the list of Events

  • Test any event by selecting the event in the Events field below the code snippet and clicking Run Test

  • Click Validate and Save to save your transformation

  • You can delete the transformation using the button Delete Transformation placed in the left corner of the window.

here
here
here
here
Image: Standard Events
Image: Custom Events