Reactor.am python client
Project description
Reactor.am is the most important from marketing automation, crm and user analytics, in one easy to use service.
This is a python library for reactor.am API.
Installation
pip install reactor
Basic usage
import reactor
reactor.APPLICATION_ID = '<your_app_id_hash>'
response = reactor.collect({
"session": 1405587905,
"user_id": "661787707",
"first_name_s": "John",
"last_name_s": "Doe",
"gender_g": "male",
"share_facebook_b": False,
})
assert response.status_code == 200
response = reactor.event('order', {
"user_id": "661787707",
"product_s": "Gizmo",
"price_f": 10.30
})
assert response.status_code == 200
Documentation
Full documentation can be found at docs.reactor.am
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
reactor-0.1.4.tar.gz
(2.7 kB
view details)
File details
Details for the file reactor-0.1.4.tar.gz
.
File metadata
- Download URL: reactor-0.1.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa8de62b0071e5759c923983506dae860513c35bec397eecc3476a81f84ad9bb |
|
MD5 | 44c8818d9b0c420a1ffa709366bc4e6b |
|
BLAKE2b-256 | 4c15b439c4e05c594968003ba868ad8fb2e4a4af30415260e9e31db2c99bf140 |