class AccountsNetworkReport extends Resource (View source)

The "networkReport" collection of methods.

Typical usage is:

 $admobService = new Google\Service\AdMob(...);
 $networkReport = $admobService->accounts_networkReport;

Methods

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

Generates an AdMob Network report based on the provided report specification.

Details

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

Generates an AdMob Network report based on the provided report specification.

Returns result of a server-side streaming RPC. The result is returned in a sequence of responses. (networkReport.generate)

Parameters

string $parent

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

GenerateNetworkReportRequest $postBody
array $optParams

Optional parameters.

Return Value

GenerateNetworkReportResponse

Exceptions

Exception