1.1

GET AUTH TOKEN

/api/monetization/auth/
POST

Params:

Name Type Required Comment
POST:
apikey string YES

Response object:

Name Type Comment
token string
2.1

GET WEBSITES

/api/monetization/data/get_websites_list
GET

Params:

Name Type Required Comment
HEADERS:
Authorization string YES Your auth token

Response object:

Name Type Comment
id string
name string
url string
2.2

GET MONETIZATION SOLUTIONS TYPES

/api/monetization/data/get_solution_types
GET

Params:

Name Type Required Comment
HEADERS:
Authorization string YES Your auth token

Response object:

Name Type Comment
id string
name string
2.3

GET MONETIZATION SOLUTIONS

/api/monetization/data/get_solution_types
GET

Params:

Name Type Required Comment
GET:
filter_website_id string
filter_type_id string
HEADERS:
Authorization string YES Your auth token

Response object:

Name Type Comment
id string
site_id string
type_id string
3.1

GET GENERAL REPORT

/api/monetization/report/general
GET

Params:

Name Type Required Comment
GET:
date_start string YYYY-MM-DD
date_end string YYYY-MM-DD
filter_websites_ids Array
filter_solutions_ids Array
filter_solutions_types_ids Array
group_by Array Vaues: day, website, solution_id[1], solution_type_id[1]
show_names integer Vaues: 1/0
HEADERS:
Authorization string YES Your auth token

Response object:

Name Type Comment
date_start string
date_end string
website_id string
website_name string
solution_id string
solution_type_id string
solution_type_name string
impressions integer
clicks integer
revenue float
3.2

COMPACT REPORT

/api/monetization/report/compact
GET

Params:

Name Type Required Comment
GET:
date_start string YYYY-MM-DD
date_end string YYYY-MM-DD
HEADERS:
Authorization string YES Your auth token

Response object:

Name Type Comment
date string
partner string
site string
placement string
taille string
device string
impressions integer
net_revenue float