Hi,
I can see there is documentation for Order of Operations in Trait Builder, does Segment Builder follow the same order of operations?
I would assume it does, but I can't find a page in Experience League that confirms this.
e.g. (Trait A) OR (Trait B) AND (Trait C) in segment builder would be logically equivalent to (Trait A) OR (Trait B AND Trait C) rather than (Trait A OR Trait B) AND (Trait C)
Thanks.
Solved! Go to Solution.
Yes, Segment Builder in Adobe Audience Manager follows the same order of operations as Trait Builder when evaluating multiple conditions within a segment. The order of operations is as follows:
So, when you have a segment rule like (Trait A) OR (Trait B) AND (Trait C), it would be interpreted as (Trait A) OR (Trait B AND Trait C) due to the precedence of the AND operator over the OR operator.
To make the evaluation order more explicit, you can use parentheses to group the traits as needed. For example, if you want the evaluation to be (Trait A OR Trait B) AND Trait C, you would use the following configuration in Segment Builder:
((Trait A) OR (Trait B)) AND (Trait C)
I hope this clears up any confusion! If you have any further questions or need additional clarification, please don't hesitate to ask.
Yes, Segment Builder in Adobe Audience Manager follows the same order of operations as Trait Builder when evaluating multiple conditions within a segment. The order of operations is as follows:
So, when you have a segment rule like (Trait A) OR (Trait B) AND (Trait C), it would be interpreted as (Trait A) OR (Trait B AND Trait C) due to the precedence of the AND operator over the OR operator.
To make the evaluation order more explicit, you can use parentheses to group the traits as needed. For example, if you want the evaluation to be (Trait A OR Trait B) AND Trait C, you would use the following configuration in Segment Builder:
((Trait A) OR (Trait B)) AND (Trait C)
I hope this clears up any confusion! If you have any further questions or need additional clarification, please don't hesitate to ask.
Thanks for confirming @Hemang35 !
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies