Skip to content

Clarify documentation for meta argument #113

Open

Description

In the full documentation there are no clear definitions for the meta argument, which is used for all requests.

Also seems different methods require different shapes of meta argument.
For instance, I have used Mixpanel.people_set method passing $latitude and $longitude through meta argument to update account geolocation and it works perfectly. Yet sending those values through meta argument in Mixpanel.track method didn't produce any effect. It occurred I had to pass geolocation through properties parameter in Mixpanel.track

Yet after reading this answer for the related issue #47, I get a false assumption meta will be common for all requests.
Based on this quote:

and the second one (meta) manages metadata about the operation itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions