Learn R Programming

RMixpanel (version 0.7-1)

mixpanelGetFunnelList: Funnel List

Description

Get list of all defined funnels from Mixpanel API.

Usage

mixpanelGetFunnelList(account, verbose=TRUE)

Arguments

account

A mixpanel account, as defined in mixpanelCreateAccount.

verbose

If TRUE more output is generated.

Value

A data.frame with 1 row for each funnel. Columns include

funnel_id

ID of the funnel.

name

Name of the funnel.

References

https://mixpanel.com/help/reference/data-export-api#funnels

See Also

mixpanelGetFunnel

Examples

Run this code
# NOT RUN {
## Fill in here the API token, key and secret as found on 
## www.mixpanel.com - Account -> Projects. 
account = mixpanelCreateAccount("ProjectName",
                                token="c12g3...",
                                secret="168e7e...", 
                                key="543c55...")
mixpanelGetFunnelList(account)
# }

Run the code above in your browser using DataLab