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

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]
bounce_rate Float Bounce rate is an indication of how many visitors only perform a single page view. [optional]
cms_url String Url for the cms entry for editing the page. [optional]
visits Integer Number of visits registered. [optional]
_links Links24 [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageWithCampaigns.new(
  id: null,
  title: null,
  url: null,
  bounce_rate: null,
  cms_url: null,
  visits: null,
  _links: null,
  _siteimprove: null
)