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.1.0.tar.gz
(12.3 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.1.0-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file mbuzz-0.1.0.tar.gz.
File metadata
- Download URL: mbuzz-0.1.0.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69f46b9c756c7e7c1ce8373b4f39e18e8bd9fa417f57e664482418a931a3bdbd
|
|
| MD5 |
638806e9be26476a170d259e1fcdfecb
|
|
| BLAKE2b-256 |
a906da61e525f22509895c150e510b1323ef773c7f706a541ed330648ad248af
|
File details
Details for the file mbuzz-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mbuzz-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4ed1b828bcf2cdfef361fe2add61dfa0078feac2cca7ea4937350c21b767f47
|
|
| MD5 |
80212700056f88131106a2469a553366
|
|
| BLAKE2b-256 |
afc2c5000987a26a5d5c69579784c94bf855075c34d7345b3a743cbb2dc20519
|