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::ExternalReferringDomain
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of external referring domain. | |
bounce_rate | Float | The percentage of visitors who left the page. | [optional] |
external_referring_domain | String | The external referring domain. | [optional] |
referring_pages | Integer | Number of pages referred to on the domain. | |
visits | Integer | Number of visits registered. | [optional] |
_links | Links34 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::ExternalReferringDomain.new(
id: null,
bounce_rate: null,
external_referring_domain: null,
referring_pages: null,
visits: null,
_links: null
)