Show / Hide Table of Contents

Class AccountsResource.MediationReportResource

The "mediationReport" collection of methods.

Inheritance
System.Object
AccountsResource.MediationReportResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdMob.v1
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class MediationReportResource

Constructors

MediationReportResource(IClientService)

Constructs a new resource.

Declaration
public MediationReportResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Generate(GenerateMediationReportRequest, String)

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

Declaration
public virtual AccountsResource.MediationReportResource.GenerateRequest Generate(GenerateMediationReportRequest body, string parent)
Parameters
Type Name Description
GenerateMediationReportRequest body

The body of the request.

System.String parent

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

Returns
Type Description
AccountsResource.MediationReportResource.GenerateRequest
Back to top