get_mp_funnel: Mixpanel Funnels

Description Usage Arguments Value

View source: R/get_mp_funnel.R

Description

This function retrieves funnel data from Mixpanel.

Usage

1
get_mp_funnel(api_secret, funnel_id, unit, from_date, to_date)

Arguments

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.

Value

The funnel steps in order, by date.


daranjjohnson/mixpanelFunnels documentation built on Nov. 16, 2020, 2:48 a.m.