Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 646 Bytes

CampaignSource.md

File metadata and controls

26 lines (20 loc) · 646 Bytes

Propertyware::CampaignSource

Properties

Name Type Description Notes
call_tracking_group_id String Call tracking group id. [optional]
default Boolean [optional]
id Integer Unique identifier. [optional]
name String Name of the campaign source. [optional]
referrer_domain String Referrer domain. [optional]

Example

require 'propertyware'

instance = Propertyware::CampaignSource.new(
  call_tracking_group_id: null,
  default: null,
  id: null,
  name: null,
  referrer_domain: null
)