Knowledge Base
HomeMain site
HomeMain site
General SetupWebsite Snippets
API Endpoints
General SetupWebsite Snippets
API Endpoints
  1. Lead Generation Events
  • Customer Data
  • Ecommerce Events
    • Product Viewed
    • Product Added to Cart
    • Product Added to Wishlist
    • Product Removed from Cart
    • Cart Viewed
    • Checkout Started
    • Billing Address Added
    • Shipping Details Added
    • Payment Method Selected
    • Checkout Completed
  • Lead Generation Events
    • Lead Create
  1. Lead Generation Events

Lead Create

Definition#

A lead_create event is triggered when a user takes an action that signifies interest or engagement with a product, service, or content, providing their contact information or other relevant details for further follow-up.

Usage#

This event is commonly used in marketing and sales tracking setups to monitor lead generation activities. When a user fills out a contact form or takes any other action that indicates interest in the business, a lead_create event is triggered.

Common schema#

The event is accompanied by an a detail object containing information about the lead, as well as another object containing information about the lead submitter. The detail object must include the following properties:
detail.unique_idrequired
The unique internal ID of lead.
detail.currencyoptional
The currency in which the value are expressed (Example: EUR).
detail.valueoptional
The total value of the event, usually representing the estimated value of the lead. (Use a dot as the decimal separator).

Example#

Modified at 2025-05-29 10:34:35
Previous
Lead Generation Events
Built with