No project description provided
Project description
klaviyo-for-django
Add your Klaviyo api key to your Django project's settings.py file.
settings.py
KLAVIYO_PRIVATE_API_KEY='YOUR_PRIVATE_API_KEY_HERE'
Usage
from klaviyo_for_django import send_event
send_event(
'event_name',
profile_find={'email':'profile_email@email.com'},
event_properties={'property_name': 'property_value'},
profile_properties={'other_property_name': 'other_property_value'}
)
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
File details
Details for the file klaviyo-for-django-0.0.4.tar.gz
.
File metadata
- Download URL: klaviyo-for-django-0.0.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb35c27e72fba5ca31d0ab685e757dcbd93b9f9ff4959199a69774b0e2f608f4 |
|
MD5 | e3e5648583180df6264a8c9b8eb3e5a2 |
|
BLAKE2b-256 | db277bb4204ebac2a7b8921067edefbdfb791e8e93ef437a5331402bc722a47d |
Provenance
File details
Details for the file klaviyo_for_django-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: klaviyo_for_django-0.0.4-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 490f5b81728d5a42642cb90a6b7bba55afb6f5b7f826964a078714169ec0b225 |
|
MD5 | c8d9ba714cbd707abfbd40671054b2b4 |
|
BLAKE2b-256 | 9bf4e8d74e9395f2ed0734cb45441056f548cfc7db7efd58e1f1eca08180a10d |