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::DirectTraffic
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 | The percentage of visitors who left the page. | [optional] |
cms_url | String | Url for the cms entry for editing the page. | [optional] |
has_integration | Boolean | True if the page has integration with Quality Assurance, false if not. | |
visits | Integer | Number of visits registered. | [optional] |
_links | Links22 | [optional] | |
_siteimprove | Siteimprove | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::DirectTraffic.new(
id: null,
title: null,
url: null,
bounce_rate: null,
cms_url: null,
has_integration: null,
visits: null,
_links: null,
_siteimprove: null
)