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

Properties

Name Type Description Notes
id Integer Id of the group.
bounce_rate Float The percentage of visitors who left the page. [optional]
group_name String Name of the group. [optional]
page_views Integer Number of page views registered. [optional]
visits Integer Number of visits registered. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::GroupDetails.new(
  id: null,
  bounce_rate: null,
  group_name: null,
  page_views: null,
  visits: null
)