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

Properties

Name Type Description Notes
id Integer Id of search term.
bounce_rate Float The percentage of visitors who left the page. [optional]
external_search_term String Search term used on an external search engine. [optional]
pages Integer Number of pages the event was registered on.
visits Integer Number of visits registered. [optional]
_links Links25 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ExternalSearchTerm.new(
  id: null,
  bounce_rate: null,
  external_search_term: null,
  pages: null,
  visits: null,
  _links: null
)