Skip to content

Simple Python SDK that helps make requests to Applovin mobile ad network

Notifications You must be signed in to change notification settings

mxkh/applovin-py-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Simple Python SDK that helps make requests to Applovin mobile ad network

Example 1

from request import Request

request = Request(
    'api key',
    '2017-09-20',
    '2017-09-20'
)

request.columns = ['day', 'impressions', 'revenue', 'ctr']

response = request.make()

print(response.json())

Build Docker image

docker build -t applovin-py-sdk .

Run Docker container

docker run -v {your_project_path}:/opt/ApplovinSDK -it applovin-py-sdk bash

About

Simple Python SDK that helps make requests to Applovin mobile ad network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages