Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.04 KB

File metadata and controls

28 lines (22 loc) · 1.04 KB

Unifapi::GeoMentionsAggregatedMetricsRequest

Properties

Name Type Description Notes
target Array<GeoMentionsTarget> Up to 10 target entities, each a domain or a keyword.
engine GeoEngine [optional]
location GeoKeywordSearchVolumeRequestLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
filters GeoMentionsAggregatedMetricsRequestFilters [optional]
internal_list_limit Integer Max elements per internal grouped array (source/search-result domains). Default 10. [optional]

Example

require 'unifapi'

instance = Unifapi::GeoMentionsAggregatedMetricsRequest.new(
  target: null,
  engine: null,
  location: null,
  language: null,
  filters: null,
  internal_list_limit: null
)