Skip to content

teamable-software/heap-analytics-python-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heap-analytics-python-client

a Python client library for the Heap Analytics server-side API.

It supports both the track and identify APIs.

Installation

pip install git+https://github.com/augurysys/heap-analytics-python-client.git#egg=heapapi

Usage

from heapapi import HeapAPIClient

heap_client = HeapAPIClient("app_id")

heap_client.identify(identity="user@email.com",
                     properties={"age": 30, "country": "USA"})

heap_client.track(identity="user@email.com", event="Purchase",
                     properties={"cost": 20, "currency"="usd"})

About

Python client for the Heap Analytics server-side API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%