View Source GoogleApi.BusinessProfilePerformance.V1.Model.SearchKeywordCount (google_api_business_profile_performance v0.4.0)
Represents a single search keyword and its value.
Attributes
-
insightsValue(type:GoogleApi.BusinessProfilePerformance.V1.Model.InsightsValue.t, default:nil) - 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. -
searchKeyword(type:String.t, default:nil) - The lower-cased string that the user entered.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BusinessProfilePerformance.V1.Model.SearchKeywordCount{ insightsValue: GoogleApi.BusinessProfilePerformance.V1.Model.InsightsValue.t() | nil, searchKeyword: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.