generate
public AdMob.Accounts.NetworkReport.Generate generate(String parent,
GenerateNetworkReportRequest content)
throws IOException
Generates an AdMob Network report based on the provided report specification.
Create a request for the method "networkReport.generate".
This request holds the parameters needed by the admob server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Resource name of the account to generate the report for.
Example: accounts/pub-9876543210987654
content - the GenerateNetworkReportRequest
- Returns:
- the request
- Throws:
IOException