Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 450 Bytes

VisitDepth.md

File metadata and controls

20 lines (14 loc) · 450 Bytes

SiteimproveAPIClient::VisitDepth

Properties

Name Type Description Notes
page_views_per_visit Integer Amount of page views performed during a visit
visits Integer Number of visits registered. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::VisitDepth.new(
  page_views_per_visit: null,
  visits: null
)