Class LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource
The "monthly" collection of methods.
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource
  Constructors
MonthlyResource(IClientService)
Constructs a new resource.
Declaration
public MonthlyResource(IClientService service)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | 
Methods
List(string)
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
Declaration
public virtual LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource.ListRequest List(string parent)
  Parameters
| Type | Name | 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.  | 
      
Returns
| Type | Description | 
|---|---|
| LocationsResource.SearchkeywordsResource.ImpressionsResource.MonthlyResource.ListRequest |