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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file pendo-0.0.5.tar.gz.

File metadata

  • Download URL: pendo-0.0.5.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for pendo-0.0.5.tar.gz
Algorithm Hash digest
SHA256 9dec1f6747df5bfad6a4e3be1fbc6642261acc573cb71bea6e4cfd8561040318
MD5 fb2efd6f38023f903c1060acccf93eab
BLAKE2b-256 277751e2aad8fdf446dde6caf32869586f8d6a764f1790ae3ec72756f7cecfcc

See more details on using hashes here.

File details

Details for the file pendo-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: pendo-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.31.0

File hashes

Hashes for pendo-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b197d4676da55197c0de6745039665e59578859f02b6b83e919b962cd8e7e6d3
MD5 5831593fcf2a43ed9f1765457adf4964
BLAKE2b-256 307b0cac489998f60625961b06ef144d971fe457e78e5d9abe584ad8556a7b3d

See more details on using hashes here.

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