FunnelEvent

A funnel event test

Name
Type
Select
Backend name
Description

funnelStep

int

Required

funnel_step

The funnel step

funnelLabel

string

Optional

funnel_label

The funnel label

funnelValue

int

Optional

funnel_value

The value of the funnel

levelNum

int

Required

level_num

The level number

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.FunnelEvent(
    funnelStep: 1,
    funnelLabel: "funnel_level_count",
    funnelValue: 12,
    levelNum: 4);

Last updated

Was this helpful?