Skip to main content

A client for interacting with the AOL Platform.

None

Project description

# aopclient Client for the AOP

# To run tests: Clone this repository, and then: cd aopclient pip install pytest pytest

Sample code:

from aopclient import AOLClient client = AOLClient() client.show_config() client.connect() client.get_organizations() client.get_campaigns(org_id) client.get_campaigns_by_advertiser(org_id, ad_id) client.get_campaigns_by_advertiser_by_campaign(org_id, ad_id, campaign_id) tactics = client.get_tactics_by_campaign(org_id, ad_id, campaign_id) creatives = client.get_creative_assignments(org_id, ad_id, campaign_id, tactic_id) private_deal_assignments = client.get_deal_assignments(org_id, ad_id, campaign_id, tactic_id) flights = client.get_flights_by_tactic_id(7000038774, 7000052577, 5969, 355426) # (org_id, ad_id, campaign_id, tactic_id)

advertiser = client.get_advertiser(7000095690, 7000092141) # (org_id, ad_id)

Project details

None

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aopclient-1.0.9.tar.gz (3.9 kB view hashes)

Uploaded Source

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