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

Properties

Name Type Description Notes
id Integer Id of page.
url String URL of the external page. [optional]
bounce_rate Float The percentage of visitors who left the page. [optional]
pages Integer Number of pages the event was registered on.
visits_of_parent Integer Number of visits registered (within the parent item). [optional]
_links Links35 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ExternalReferringDomainPage.new(
  id: null,
  url: null,
  bounce_rate: null,
  pages: null,
  visits_of_parent: null,
  _links: null
)