Skip to main content

Adjust.com python API client

Project description

Adjust Client Library

adjust-client

Build Status

The Adjust Client Library is a Python library for sending events to Adjust using the HTTP API. It includes functionality for validation, error handling, and retry mechanisms.

Installation

The Adjust Client Library is available on PyPI. You can install it using pip or poetry:

pip install adjust-client
poetry add adjust-client

Usage

To use the Adjust Client Library, you need to create an instance of the AdjustClient class. You can then use the send_event method to send events to Adjust.

from adjust_client import AdjustClientConfig, AdjustClient
config = AdjustClientConfig(app_token='your_app_token')

event_data = {
    'idfa': 'D2CADB5F-410F-4963-AC0C-2A78534BDF1E',
    'adid': 'test_adid',
    'ip_address': '192.168.0.1',
    'created_at_unix': 1625077800,
    'created_at': '2021-06-30T12:30:00Z'
}
client = AdjustClient(config)
await client.send_event(event_data)

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

adjust_client-1.0.1.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

adjust_client-1.0.1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file adjust_client-1.0.1.tar.gz.

File metadata

  • Download URL: adjust_client-1.0.1.tar.gz
  • Upload date:
  • Size: 2.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure

File hashes

Hashes for adjust_client-1.0.1.tar.gz
Algorithm Hash digest
SHA256 588d963a965cbb65b9553377e1807894920bb2e6eacec182d19c3a53a001a9d5
MD5 b7310f82bd5d105792e17459ce5c3ee6
BLAKE2b-256 1b51f7a20c80c4b66a24b5baec94beb2b241c0c5d9a703a8ed3984bf0c0a2a4c

See more details on using hashes here.

File details

Details for the file adjust_client-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: adjust_client-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure

File hashes

Hashes for adjust_client-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 03938731245664255d10cbe40df2a6106b382f4b8c0e53f1ed029c37f0075871
MD5 6b10f4b681abd6b0f2a3023c6cb7f5ec
BLAKE2b-256 1ebcb2b9b533a5454246af535d63117d872d08cabc19dc68b04155c62f0caa71

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