Class SearchKeywordCount
Represents a single search keyword and its value.
Implements
Inherited Members
Namespace: Google.Apis.BusinessProfilePerformance.v1.Data
Assembly: Google.Apis.BusinessProfilePerformance.v1.dll
Syntax
public class SearchKeywordCount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InsightsValue
One of either: 1) The sum of the number of unique users that used the keyword in a month, aggregated for each month requested. 2) A threshold that indicates that the actual value is below this threshold.
Declaration
[JsonProperty("insightsValue")]
public virtual InsightsValue InsightsValue { get; set; }
Property Value
Type | Description |
---|---|
InsightsValue |
SearchKeyword
The lower-cased string that the user entered.
Declaration
[JsonProperty("searchKeyword")]
public virtual string SearchKeyword { get; set; }
Property Value
Type | Description |
---|---|
string |