Show / Hide Table of Contents

Class LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource.ListRequest

Returns the search keywords used to find a business in search or maps. Each search keyword is accompanied by impressions which are aggregated on a monthly basis. Example request: GET https://businessprofileperformance.googleapis.com/v1/locations/12345/searchkeywords/impressions/monthly?monthly_range.start_month.year=2022&monthly_range.start_month.month=1&monthly_range.end_month.year=2022&monthly_range.end_month.month=3

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>
LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource.ListRequest
Implements
IClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>
IClientServiceRequest
Inherited Members
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.Xgafv
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.AccessToken
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.Alt
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.Callback
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.Fields
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.Key
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.OauthToken
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.PrettyPrint
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.QuotaUser
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.UploadType
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.UploadProtocol
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.Execute()
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ExecuteAsStream()
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ExecuteAsync()
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.CreateRequest(bool?)
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.GenerateRequestUri()
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.GetBody()
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ETagAction
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ModifyRequest
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ValidateParameters
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.ApiVersion
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.RequestParameters
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BusinessProfilePerformance.v1
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource.ListRequest : BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>, IClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.MethodName

MonthlyRangeEndMonthDay

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

Declaration
[RequestParameter("monthlyRange.endMonth.day", RequestParameterType.Query)]
public virtual int? MonthlyRangeEndMonthDay { get; set; }
Property Value
Type Description
int?

MonthlyRangeEndMonthMonth

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

Declaration
[RequestParameter("monthlyRange.endMonth.month", RequestParameterType.Query)]
public virtual int? MonthlyRangeEndMonthMonth { get; set; }
Property Value
Type Description
int?

MonthlyRangeEndMonthYear

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

Declaration
[RequestParameter("monthlyRange.endMonth.year", RequestParameterType.Query)]
public virtual int? MonthlyRangeEndMonthYear { get; set; }
Property Value
Type Description
int?

MonthlyRangeStartMonthDay

Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

Declaration
[RequestParameter("monthlyRange.startMonth.day", RequestParameterType.Query)]
public virtual int? MonthlyRangeStartMonthDay { get; set; }
Property Value
Type Description
int?

MonthlyRangeStartMonthMonth

Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

Declaration
[RequestParameter("monthlyRange.startMonth.month", RequestParameterType.Query)]
public virtual int? MonthlyRangeStartMonthMonth { get; set; }
Property Value
Type Description
int?

MonthlyRangeStartMonthYear

Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

Declaration
[RequestParameter("monthlyRange.startMonth.year", RequestParameterType.Query)]
public virtual int? MonthlyRangeStartMonthYear { get; set; }
Property Value
Type Description
int?

PageSize

Optional. The number of results requested. The default page size is 100. Page size can be set to a maximum of 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token indicating the next paginated result to be returned.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The location for which the time series should be fetched. Format: locations/{location_id} where location_id is an unobfuscated listing id.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BusinessProfilePerformanceBaseServiceRequest<ListSearchKeywordImpressionsMonthlyResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX