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": "[email protected]",
    "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": "[email protected]",
    "customAttribute": "value"
})

Metadata

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