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.1.tar.gz
(13.7 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.1-py3-none-any.whl
(11.4 kB
view details)
File details
Details for the file mbuzz-0.1.1.tar.gz.
File metadata
- Download URL: mbuzz-0.1.1.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18dc869d82c50ceb76e3d500b10a73bc1a450ce384a51d7ecfc03c0ca0f0b577
|
|
| MD5 |
ba5e43e465af8eea8d29cb8e5113d518
|
|
| BLAKE2b-256 |
7631b902805f502e68e27c96fbaf5100af5952b929d45e9cb707e24dac3f5134
|
File details
Details for the file mbuzz-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mbuzz-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.4 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 |
1fe22a24fcaf491411b3d8b136df5233ea97646f8b42c69145e17b3f8a65a1eb
|
|
| MD5 |
5a265dc399208b66c987256db7d3076f
|
|
| BLAKE2b-256 |
0a2767b91a8322920bf7d3d526162ba624c5eae4440c4943463b74b6edcace92
|