Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

API report tutorial

{
"tppProviderId": 8,
"accountId": "3039",
"username": "api@playbuzz",
"password": "sdhMGSp!:PdiH9xjpr5-;CR9QuyyDDf9"
}

authentication:

base 64 encode “username:password” and add it as a header as

'Authorization' => "Basic $authorization"

to https://reporting.smartadserverapis.com/[accountID]/reports

use get method to list the generated reports or download previously generated report using '/[taskId]' in the path (https://reporting.smartadserverapis.com/[accountID]/reports/[taskID])

use post method to generate new report as described in API report tutorial

  • No labels