Show / Hide Table of Contents

Class AccountsResource.MediationReportResource

The "mediationReport" collection of methods.

Inheritance
object
AccountsResource.MediationReportResource
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.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. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.

Declaration
public virtual AccountsResource.MediationReportResource.GenerateRequest Generate(GenerateMediationReportRequest body, string parent)
Parameters
Type Name Description
GenerateMediationReportRequest 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.MediationReportResource.GenerateRequest
In this article
Back to top Generated by DocFX