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.2.0.tar.gz
(14.2 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.2.0-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file mbuzz-0.2.0.tar.gz.
File metadata
- Download URL: mbuzz-0.2.0.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5420a053273aebc40919807b904b0982b3bb609114aae5737ac9069f1afb1da7
|
|
| MD5 |
eb9ae2c24a168724f72e86d00ecb1d27
|
|
| BLAKE2b-256 |
583df3c3bde25fdafec41af5d131aa4a47ccfcbdfaba2614a1d1a3cdd7462850
|
File details
Details for the file mbuzz-0.2.0-py3-none-any.whl.
File metadata
- Download URL: mbuzz-0.2.0-py3-none-any.whl
- Upload date:
- Size: 11.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 |
3082168db5ef2e5fb42546a3ec255bf996844fcd6eb18a97c4231b96ead3433d
|
|
| MD5 |
0cfc6c009deea9652ada0535fae929d5
|
|
| BLAKE2b-256 |
2a2a3419ef81856571f976c249fe359190b6eacd2703ef6a3fec244a69130cf8
|