Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 836 Bytes

ActivityPlanHistoryItem.md

File metadata and controls

26 lines (20 loc) · 836 Bytes

SiteimproveAPIClient::ActivityPlanHistoryItem

Properties

Name Type Description Notes
average_keyword_position Float Average keyword position for the activity plan
estimated_traffic Integer Total estimated traffic for the activity plan
keywords Integer Number of keywords for the activity plan
search_engine_visibility Integer Search engine visibility index for the activity plan
timestamp Time Timestamp represented using ISO-8601

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ActivityPlanHistoryItem.new(
  average_keyword_position: null,
  estimated_traffic: null,
  keywords: null,
  search_engine_visibility: null,
  timestamp: null
)