A structure (called a Group) that contains rules, and information
about combining those rules, for creating a segment definition.
Name
Type
Description
type
xsd:string
Specifies the segment type. Supported values, which are
case-sensitive, include:
ROOT: The top-level segment group. The top-level
segment group must be ROOT.
VISITOR: Container for Visitor calculations.
VISIT: Container for Visit calculations.
PAGE: Container for Page calculations.
EVENT: Container for Events.
name
xsd:string
The segment group name. The top-level segment group name must
be
Include. Nested segment groups can be named
with any descriptive string.
The name cannot exceed 255 characters.
group_operator
xsd:string
Boolean operator used to combine groups in the
group_list parameter. Supported values
include:
AND: Combine groups using a boolean AND.
OR: Combine groups using a boolean OR.
rule_operator
xsd:string
Boolean operator used to combine rules in the
rule_list parameter. Supported values include:
AND: Combine groups using a boolean AND.
OR: Combine groups using a boolean OR.
Comments (0)
Must be logged in to comment. Login or register now to comment!