Skip to main content
Include these parameters in your conversion events as much as possible (e.g., lead or form_submit):

Example tracking

hardal.track("lead", {
  lead_id: "LEAD-12345",
  name: "John Doe",
  category: "Enterprise",
  type: "demo_request",
  label: "Summer Campaign",
  value: 500,
  country: "US",
  city: "San Francisco",
  district: "California"
});

Parameters

ParameterDescription
lead_idUnique identifier for the lead
nameLead name or contact name
categoryLead category (e.g., Enterprise, SMB)
typeLead type (e.g., demo_request, contact_form)
labelCustom label or qualification status
valueLead value or score
countryCountry code or name
cityCity name
districtRegion, state, or district