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::City
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id for city. | |
bounce_rate | Float | Bounce rate is an indication of how many visitors only perform a single page view. | [optional] |
city | String | Name of city. | [optional] |
visits_of_region | Integer | Number of visits registered (within the parent category). | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::City.new(
id: null,
bounce_rate: null,
city: null,
visits_of_region: null
)