mxkh / applovin-py-sdk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%