Class AccountsResource.CampaignReportResource
The "campaignReport" collection of methods.
Inherited Members
Namespace: Google.Apis.AdMob.v1beta
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class AccountsResource.CampaignReportResource
Constructors
CampaignReportResource(IClientService)
Constructs a new resource.
Declaration
public CampaignReportResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Generate(GenerateCampaignReportRequest, string)
Generates Campaign Report based on provided specifications.
Declaration
public virtual AccountsResource.CampaignReportResource.GenerateRequest Generate(GenerateCampaignReportRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GenerateCampaignReportRequest | body | The body of the request. |
string | parent | Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 |
Returns
Type | Description |
---|---|
AccountsResource.CampaignReportResource.GenerateRequest |