Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.02 KB

CampaignSummaryPages.md

File metadata and controls

32 lines (26 loc) · 1.02 KB

SiteimproveAPIClient::CampaignSummaryPages

Properties

Name Type Description Notes
id Integer Id of the 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_of_parent Integer Number of visits registered (within the parent item). [optional]
_links Links22 [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

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