Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.24 KB

File metadata and controls

32 lines (26 loc) · 1.24 KB

Unifapi::GeoMentionsTopDomainsRequest

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]
links_scope String Which links to extract domains from. Defaults to sources. [optional]
filters GeoMentionsAggregatedMetricsRequestFilters [optional]
items_list_limit Integer Max number of top domains to return. Default 5. [optional]
internal_list_limit Integer Max elements per internal grouped array. Default 5. [optional]

Example

require 'unifapi'

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