Description Usage Arguments Value
View source: R/get_mp_funnel.R
This function retrieves funnel data from Mixpanel.
1 | get_mp_funnel(api_secret, funnel_id, unit, from_date, to_date)
|
api_secret |
The api secret from your Mixpanel account. |
funnel_id |
The id of the funnel you want to retrieve. |
unit |
The data can be retrieved by day, week, month, or year. |
from_date |
The start date to retrieve the data. |
to_date |
The end date to retrieve the data. |
The funnel steps in order, by date.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.