class AccountsMediationReport extends Resource (View source)

The "mediationReport" collection of methods.

Typical usage is:

 $admobService = new Google\Service\AdMob(...);
 $mediationReport = $admobService->accounts_mediationReport;

Methods

generate(string $parent, GenerateMediationReportRequest $postBody, array $optParams = [])

Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses. (mediationReport.generate)

Details

GenerateMediationReportResponse generate(string $parent, GenerateMediationReportRequest $postBody, array $optParams = [])

Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses. (mediationReport.generate)

Parameters

string $parent

Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654

GenerateMediationReportRequest $postBody
array $optParams

Optional parameters.

Return Value

GenerateMediationReportResponse

Exceptions

Exception