Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 596 Bytes

EvaluableCampaignIds.md

File metadata and controls

17 lines (10 loc) · 596 Bytes

TalonOne::EvaluableCampaignIds

Properties

Name Type Description Notes
evaluable_campaign_ids Array<Integer> When using the `dry` query parameter, use this property to list the campaign to be evaluated by the Rule Engine. These campaigns will be evaluated, even if they are disabled, allowing you to test specific campaigns before activating them. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::EvaluableCampaignIds.new(evaluable_campaign_ids: [10, 12])