Skip to main content

Client for trackely service

None

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

Project details

None

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trackely_client-1.0.0rc10.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page