Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 886 Bytes

File metadata and controls

26 lines (20 loc) · 886 Bytes

Unifapi::SeoKeywordOverviewRequest

Properties

Name Type Description Notes
keywords Array<String> Keywords to look up (1-700). Returns current metrics for each keyword.
location SeoKeywordOverviewLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
include_serp_info Boolean When true, include SERP data (result count and SERP feature types) for each keyword. Can add source cost. [optional]
view SeoKeywordView [optional]

Example

require 'unifapi'

instance = Unifapi::SeoKeywordOverviewRequest.new(
  keywords: null,
  location: null,
  language: null,
  include_serp_info: null,
  view: null
)