Description Usage Arguments Value Author(s) References See Also Examples
View source: R/mixpanelGetFunnelList.R
Get list of all defined funnels from Mixpanel API.
1 | mixpanelGetFunnelList(account, verbose=TRUE)
|
account |
A mixpanel account, as defined in |
verbose |
If |
A data.frame with 1 row for each funnel. Columns include
funnel_id |
ID of the funnel. |
name |
Name of the funnel. |
Meinhard Ploner
https://mixpanel.com/help/reference/data-export-api#funnels
1 2 3 4 5 6 7 8 9 10 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.