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::LinksAnalyticsContent
Properties
Name | Type | Description | Notes |
---|---|---|---|
all_pages | Href77 | [optional] | |
entry_pages | Href78 | [optional] | |
exit_pages | Href79 | [optional] | |
least_popular_pages | Href80 | [optional] | |
most_popular_pages | Href81 | [optional] | |
navigation_depth | Href82 | [optional] | |
outbound_links | Href83 | [optional] | |
page_load_time | Href84 | [optional] | |
pages_without_visits | Href85 | [optional] | |
parameters | Href86 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksAnalyticsContent.new(
all_pages: null,
entry_pages: null,
exit_pages: null,
least_popular_pages: null,
most_popular_pages: null,
navigation_depth: null,
outbound_links: null,
page_load_time: null,
pages_without_visits: null,
parameters: null
)