Skip to content

Docs from main website and this readme are different. #2

@george-silva

Description

@george-silva

Main website

https://openpanel.dev/docs/sdks/python#identifying-users

op.identify({
    "profile_id": "123",  # Required
    "first_name": "Joe",
    "last_name": "Doe",
    "email": "joe@doe.com",
    "properties": {
        "tier": "premium",
        "company": "Acme Inc"
    }
})

This README

https://github.com/Openpanel-dev/python-sdk?tab=readme-ov-file#identifying-users

op.identify("user123", {
    "firstName": "John",
    "lastName": "Doe",
    "email": "john@example.com",
    "customAttribute": "value"
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions