Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 789 Bytes

CampaignContentDetails.md

File metadata and controls

26 lines (20 loc) · 789 Bytes

SiteimproveAPIClient::CampaignContentDetails

Properties

Name Type Description Notes
name String Name of the campaign. [optional]
bounce_rate Float Bounce rate is an indication of how many visitors only perform a single page view. [optional]
medium String Medium of the campaign. [optional]
source String Source of the campaign. [optional]
visits_of_parent Integer Number of visits registered (within the parent item). [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::CampaignContentDetails.new(
  name: null,
  bounce_rate: null,
  medium: null,
  source: null,
  visits_of_parent: null
)