generate
public AdMob.Accounts.CampaignReport.Generate generate(String parent,
GenerateCampaignReportRequest content)
throws IOException
Generates Campaign Report based on provided specifications.
Create a request for the method "campaignReport.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 GenerateCampaignReportRequest
- Returns:
- the request
- Throws:
IOException