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.0.tar.gz
(12.5 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.0-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file mbuzz-0.7.0.tar.gz.
File metadata
- Download URL: mbuzz-0.7.0.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1896ab4daf62ceb4ed01dfeef7001ff09ea7287dc93c456fdedc9f27018af0f2
|
|
| MD5 |
ef9b4e08fc0909d6f83ed0da69c222f3
|
|
| BLAKE2b-256 |
e11f85b3e1001c2736a2aa9a2b27259fd35ca0396e39aea8662a12deeee86308
|
File details
Details for the file mbuzz-0.7.0-py3-none-any.whl.
File metadata
- Download URL: mbuzz-0.7.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 |
f7d61772303a4aebfcf75ef9542724437f5bf2a7f798703d847ae7e5cbaabaf5
|
|
| MD5 |
16ea8b38d1197a01e72844ae4051e492
|
|
| BLAKE2b-256 |
fa903347962e9befbc56c4223abf7b9e1575111aacc1266adfd1794f9b2f09f2
|