Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1020 Bytes

File metadata and controls

28 lines (22 loc) · 1020 Bytes

Unifapi::SeoHistoricalRankOverviewRequest

Properties

Name Type Description Notes
target String Target domain, such as example.com or https://example.com. Specified without www.
location SeoHistoricalRankOverviewLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
date_from String Start of the history window. Date in yyyy-mm-dd format. Minimum date: 2019-01-01. [optional]
date_to String End of the history window. Date in yyyy-mm-dd format. Minimum date: 2019-01-01. [optional]
view SeoDomainMetricsView [optional]

Example

require 'unifapi'

instance = Unifapi::SeoHistoricalRankOverviewRequest.new(
  target: null,
  location: null,
  language: null,
  date_from: null,
  date_to: null,
  view: null
)