Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 513 Bytes

AbTestVersionClicksInner.md

File metadata and controls

22 lines (16 loc) · 513 Bytes

Brevo::AbTestVersionClicksInner

Properties

Name Type Description Notes
link String URL of the link
clicks_count Integer Number of times a link is clicked
click_rate String Percentage of clicks of link with respect to total clicks

Example

require 'brevo'

instance = Brevo::AbTestVersionClicksInner.new(
  link: https://facbook.com/versionA,
  clicks_count: null,
  click_rate: 40%
)