A cloud-native analytics engine for campaign and lead tracking.
Project description
Campaign Analytic Engine
The campaign_analytic_engine is a standalone, object-oriented Python library designed to calculate key performance indicators (KPIs) for marketing campaigns and lead tracking systems.
It is decoupled from any specific web framework (e.g. Django) so it can be utilized in serverless cloud environments like AWS Lambda.
Features
- Calculates Conversion Rates
- Calculates Campaign Success Scores based on budget and lead conversions
- Clean, reusable, object-oriented API
Usage Example
from campaign_analytic_engine.analytics import CampaignAnalyzer
analyzer = CampaignAnalyzer(
campaign_id=1,
total_leads=150,
converted_leads=25,
budget=500.00
)
results = analyzer.generate_report()
print(results)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file campaign_analytic_engine_nci-0.1.0.tar.gz.
File metadata
- Download URL: campaign_analytic_engine_nci-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
776112e9a02a790ea5581e3432e54bfde1d0c400540845da4694b5be1b6070e4
|
|
| MD5 |
c6599c89b9811a92bb00835f5f89b4f1
|
|
| BLAKE2b-256 |
0160af50a35fcf7e364522ba9f165ddf71076d3d3d96ff80188b6fef4836276f
|
File details
Details for the file campaign_analytic_engine_nci-0.1.0-py3-none-any.whl.
File metadata
- Download URL: campaign_analytic_engine_nci-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a35cc2ff23a1b1ca608a05b914e22de3875cf337098281b51edd22b4d9ab4122
|
|
| MD5 |
adfe9682febd171281993e3c0a67446a
|
|
| BLAKE2b-256 |
3f76ca1c78f57aac83d8b9edb4816682078d406221675dee3b72c1df3e6a2728
|