Show / Hide Table of Contents

Class AccountsResource.CampaignReportResource

The "campaignReport" collection of methods.

Inheritance
object
AccountsResource.CampaignReportResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX