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::OnlineVisitorPageView

Properties

Name Type Description Notes
id Integer Id of page.
title String Title of the page [optional]
url String URL for the live version of the page. [optional]
cms_url String Url for the cms entry for editing the page. [optional]
has_integration Boolean True if the page has integration with Quality Assurance, false if not.
last_page_view Time When the page was viewed the last time by the user.
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::OnlineVisitorPageView.new(
  id: null,
  title: null,
  url: null,
  cms_url: null,
  has_integration: null,
  last_page_view: null,
  _siteimprove: null
)