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.5.tar.gz
(84.9 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.5-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file mbuzz-0.7.5.tar.gz.
File metadata
- Download URL: mbuzz-0.7.5.tar.gz
- Upload date:
- Size: 84.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeff06fdf748a04d60d79d2d8f262c2b88d8e48370de23ae17f1fff455e393d1
|
|
| MD5 |
e8bd04384d75bffe9202a5472477ee6d
|
|
| BLAKE2b-256 |
568efd965b55ffa7b9600576b91fb554eff7f27b1834a9bc74b72f5e9785d674
|
File details
Details for the file mbuzz-0.7.5-py3-none-any.whl.
File metadata
- Download URL: mbuzz-0.7.5-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 |
f7217e6c2a53da3c32780c926e9b971cd533b00f7e3782b6d8c450f3008aaf07
|
|
| MD5 |
86dda363ab56da18f05eaa5da71b857a
|
|
| BLAKE2b-256 |
00d78400a5ee3acde9984eaa240a59e6002bfb8d3930505ce62add3f18bb3317
|