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

Properties

Name Type Description Notes
bounce_rate Float Bounce rate for the given time [optional]
timestamp Time Timestamp represented using ISO-8601
visits Float Amount of visits for the given time [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::CampaignsSummaryGraphItem.new(
  bounce_rate: null,
  timestamp: null,
  visits: null
)