mixpanelGetEventsForProfiles: Get Events For Specified Profiles

Description Usage Arguments Value Author(s) See Also

View source: R/mixpanelGetEventsForProfiles.R

Description

Get a matrix filled with event data for specified people profiles.

Usage

1
2
mixpanelGetEventsForProfiles(account, distinctIDs, from, to, verbose, 
encoding="UTF-8", ...)

Arguments

account

A mixpanel account, as defined in mixpanelCreateAccount.

distinctIDs

Array of profile IDs.

from

Date in format yyyy-mm-dd, where month number starts with 0.

to

Date in format yyyy-mm-dd, where month number starts with 0.

verbose

Parameter passed to mixpanelGetData. Boolean.

encoding

JSON Encoding. Default is UTF8.

...

List of additional arguments being included in the Mixpanel API request. E.g. limit=5, ...

Value

A character matrix showing one event per line. The first column represents the name of the event, the other column the event properties.

Author(s)

Meinhard Ploner

See Also

mixpanelGetProfiles, mixpanelGetEvents


RMixpanel documentation built on May 1, 2019, 10:46 p.m.