Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 892 Bytes

File metadata and controls

28 lines (22 loc) · 892 Bytes

Unifapi::SeoPageIntersectionResponse

Properties

Name Type Description Notes
pages Array<String> Page URLs echoed from the request, in order.
location String
language String
view SeoKeywordView
total_count Integer Total number of intersecting keywords available in DataForSEO's database. [optional]
results Array<SeoPageIntersectionItem> Keywords the requested pages rank for, with each page's ranking position. Each keyword is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoPageIntersectionResponse.new(
  pages: null,
  location: null,
  language: null,
  view: null,
  total_count: null,
  results: null
)