Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages