Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 905 Bytes

File metadata and controls

26 lines (20 loc) · 905 Bytes

Unifapi::SeoHistoricalBulkTrafficRequest

Properties

Name Type Description Notes
targets Array<String> Domains to estimate historical traffic for (1-1000).
location SeoHistoricalBulkTrafficLocation [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]

Example

require 'unifapi'

instance = Unifapi::SeoHistoricalBulkTrafficRequest.new(
  targets: null,
  location: null,
  language: null,
  date_from: null,
  date_to: null
)