Multi-touch attribution SDK for Python
Project description
mbuzz-python
Python SDK for mbuzz multi-touch attribution.
Installation
pip install mbuzz
Quick Start
import mbuzz
# Initialize (once on app start)
mbuzz.init(api_key="sk_live_...")
# Track events
mbuzz.event("page_view", url="/pricing")
# Track conversions
mbuzz.conversion("purchase", revenue=99.99)
# Identify users
mbuzz.identify("user_123", traits={"email": "user@example.com"})
Documentation
See mbuzz.co/docs/getting-started for full documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mbuzz-0.7.4.tar.gz
(84.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mbuzz-0.7.4-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file mbuzz-0.7.4.tar.gz.
File metadata
- Download URL: mbuzz-0.7.4.tar.gz
- Upload date:
- Size: 84.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
369deb1e0110ccfa04ee5c1fd8c5de351b3bb5b88fc9a147340d7420c4414804
|
|
| MD5 |
a7e237dd248ceceee73c5f724798e1a4
|
|
| BLAKE2b-256 |
b99206aa1ff8022d08ba7b28f133d95ad9ea9f712ffb373b50d3daa31e2d3242
|
File details
Details for the file mbuzz-0.7.4-py3-none-any.whl.
File metadata
- Download URL: mbuzz-0.7.4-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
565c908d87c489835e8d4b6d25cac46608a9915b63a4e46b46f30c7613ba5cfc
|
|
| MD5 |
ad1052d72bd2049a9740df2d89599abd
|
|
| BLAKE2b-256 |
70a5f6460e4c1ebef90464c843f402b4b04b3cb2de897c018030bf2dfa3d3a36
|