Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 550 Bytes

CampaignsSummaryGraphItem.md

File metadata and controls

22 lines (16 loc) · 550 Bytes

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
)