Skip to content

Usage

For more information about the API (params, columns), see the Reporting API.

Reporting API

Get report

1
2
3
4
5
from ironsource_report import SampleClass

report = SampleClass(api_key="your_api_key")
result = report.get_report()
print(result)

More examples