Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 889 Bytes

File metadata and controls

28 lines (22 loc) · 889 Bytes

Unifapi::SeoCompetitorsDomainResponse

Properties

Name Type Description Notes
target String Target domain echoed from the request.
location String
language String
view SeoDomainMetricsView
total_count Integer Total number of competing domains available in DataForSEO's database. [optional]
results Array<SeoCompetitorDomainItem> Domains competing with the target, with shared-keyword counts and traffic metrics. Each domain is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoCompetitorsDomainResponse.new(
  target: null,
  location: null,
  language: null,
  view: null,
  total_count: null,
  results: null
)