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.5.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

adjust_client-1.0.5-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: adjust_client-1.0.5.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-1014-azure

File hashes

Hashes for adjust_client-1.0.5.tar.gz
Algorithm Hash digest
SHA256 1d9ba4a6d5191766bf29508af0b5bdc264ffff8069ba69d4043cde70f5467cf7
MD5 dfa83da2791720686999e48069c1c8e5
BLAKE2b-256 4141bfa5af745afd8369d99c29e4e7f6e2dba5249e7be23c4c807f50068ead85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: adjust_client-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-1014-azure

File hashes

Hashes for adjust_client-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 107352de0858a6aa47564c3742b23ac0c7b68ab5e50922afa493386ab717e9eb
MD5 e9c46b7044c8cb5db2155948585bac27
BLAKE2b-256 715b526a6f846e2e69a570c2cab4fdffeebd0e003762b900ebe57e798d736156

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