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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: adjust_client-1.0.4.tar.gz
  • Upload date:
  • Size: 2.6 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.4.tar.gz
Algorithm Hash digest
SHA256 5bbb5a7d1ff5793b2966246dba5c106eea4272882ea8e9a3c2f572a512c203fa
MD5 0f1386193670f38e23b6b5bbb5291229
BLAKE2b-256 f5b2c30ed5cbb50750b00051532c5d5a117c22c99867aae2a84a04a0688fc9bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: adjust_client-1.0.4-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.9 Linux/6.5.0-1025-azure

File hashes

Hashes for adjust_client-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f681e18621404c2b9911663de455937e55321e6e2fa7d901c84d31ad8e7b90b8
MD5 ef7c5706eca154eae3f17c139a2ff557
BLAKE2b-256 2f531a0e53efc82be4952e43a7e2fc1a8803e36464048020b436bac2c00a49fa

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