Show / Hide Table of Contents

Class ReportsResource

The "reports" collection of methods.

Inheritance
object
ReportsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReportsResource

Constructors

ReportsResource(IClientService)

Constructs a new resource.

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

Methods

Search(SearchRequest, long)

Retrieves merchant performance metrics matching the search query and optionally segmented by selected dimensions.

Declaration
public virtual ReportsResource.SearchRequest Search(SearchRequest body, long merchantId)
Parameters
Type Name Description
SearchRequest body

The body of the request.

long merchantId

Required. Id of the merchant making the call. Must be a standalone account or an MCA subaccount.

Returns
Type Description
ReportsResource.SearchRequest
In this article
Back to top Generated by DocFX