Skip to main content

An unofficial client for the Pendo API.

Project description

pendo

An unofficial Python HTTP client for Pendo.

Features

  • Server Side Track Events

Requirements

Python 3.9+

Installation

pip install pendo

Usage

Server Side Track Events

A Pendo Admin can access the pendo_integration_key in your app settings via: Subscription Settings > Choose your App > App Details.

from pendo import Pendo

client = Pendo(pendo_integration_key="<YOUR_INTEGRATION_KEY>")
response = client.track({
    "event": "MyEvent",
    "visitorId": "00000-0000-0000-0000",
    "accountId": "11111-1111-1111-1111",
    "timestamp": int(time.time() * 1000),
})
assert response.status_code == 200

Contributing

Read the contributing guide.

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

pendo-0.0.5.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

pendo-0.0.5-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

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