Show / Hide Table of Contents

Class ReportDataResource

The "reportData" collection of methods.

Inheritance
object
ReportDataResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v5
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class ReportDataResource

Constructors

ReportDataResource(IClientService)

Constructs a new resource.

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

Methods

Query(ReportDataQueryRequest, long)

Executes an ad-hoc query and returns structured JSON payload data.

Declaration
public virtual ReportDataResource.QueryRequest Query(ReportDataQueryRequest body, long profileId)
Parameters
Type Name Description
ReportDataQueryRequest body

The body of the request.

long profileId

Required. The Campaign Manager 360 user profile ID.

Returns
Type Description
ReportDataResource.QueryRequest
In this article
Back to top Generated by DocFX