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(1, "funnel_level_count", 12, 4, false);

Last updated