You can easily pull reports through our Reporting API and process the data in your own systems. Please note that you can only request reports that have been set up under your credentials in the Advertiser UI. You can not create a custom report through the Reporting API.
1. Send the following request to retrieve details for all reports you have set up. The output will include Report Title and Report ID.
https://api.solads.media/api/report/?systemName=Solads&username=[[USERNAME]]&password=[[PASSWORD]]
2. Send the below request with a specific Report ID and receive the latest reporting data on return:
https://api.solads.media/api/downloadreport/REPORTID?systemName=Solads&username=[[USERNAME]]&password=[[PASSWORD]]