Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: 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
)