AddingSegmentRulegroup

This action adds a new rulegroup to an existing segment. Adding a RuleGroup will not remove any existing rulegroups on the segment, but add an additional requirement for membership.

Action Parameters

Parameter Description
SegmentId The ID of the segment to which the rule will be added.
Rules The rules in JSON format.
For example [{ "RuleType":"Name","Clause":"NOT_PROVIDED" },{ "RuleType":"Name","Clause":"EQUALS Subscriber Name" }]

Result

A new rulegroup is added to an existing segment.