Client for trackely service
Project description
# Install
pip install trackely_client
# Usage
from trackely_client.api import APIClient
client = APIClient('KEY', 'SECRET')
response = create_campaign('My first campaign')
# {
# 'success': True,
# 'campaign': {
# 'id': 'ABC'
# }
# }
# Available methods
* create_campaign
* create_ad
* create_pixel
pip install trackely_client
# Usage
from trackely_client.api import APIClient
client = APIClient('KEY', 'SECRET')
response = create_campaign('My first campaign')
# {
# 'success': True,
# 'campaign': {
# 'id': 'ABC'
# }
# }
# Available methods
* create_campaign
* create_ad
* create_pixel
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
File details
Details for the file trackely_client-1.0.0rc10.tar.gz
.
File metadata
- Download URL: trackely_client-1.0.0rc10.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c54d643b7503e5073d08fd90f69694cc2ce9eafc120e3481bc3ec232cc1a5fb0 |
|
MD5 | d0e46816b07b2d21cb387a77262d87b9 |
|
BLAKE2b-256 | 355152128abb484553a7f2b7572ef36f998ab1bf654ef91ed232ec1383b8ecec |