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.8.0.tar.gz
(85.0 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.8.0-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file mbuzz-0.8.0.tar.gz.
File metadata
- Download URL: mbuzz-0.8.0.tar.gz
- Upload date:
- Size: 85.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40dbd5df3a6405cc9b1cdb2719cac06c61041a077077d428585e9cc702835d82
|
|
| MD5 |
f5eadad8b2c71dda9ee4b4395f7246d2
|
|
| BLAKE2b-256 |
a94415c9c0fdc13199537b576dff1729184093333a13cddd45013ead70292d6d
|
File details
Details for the file mbuzz-0.8.0-py3-none-any.whl.
File metadata
- Download URL: mbuzz-0.8.0-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47b512dca8e2bf942b1a6b88aff05d3d3a6e757068800bb09ea5b53f1a8f034e
|
|
| MD5 |
6903748f81edfdcbc3f9656badd1698b
|
|
| BLAKE2b-256 |
bb039361e21abbabfc7c178cd618dec1a75ccfe51757b33c6c58fcdb2de277d2
|