- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
07-02-2021 02:34 PM
@JaredCUtahJazz Based off of the example you provided, you could try the following:
Create a Visitor Boolean Attribute #1 and add two enrichments. The first enrichment would set the Boolean to True, you would create a rule for when the Timeline Number Attribute equals 3. The second enrichment would set the Boolean to False, you would create a rule for when the Timeline Number Attribute is not equal to 3 OR the Timeline Number Attribute is less than 3 (or whatever parameter you set).
Create a second Visitor Boolean Attribute #2 and add two enrichments. The first enrichment would set the Boolean to True, you would create a rule for when the Visitor Boolean Attribute #1 equals true. The second enrichment would set the Boolean to False, you'd create a rule for when the Visitor Boolean Attribute #1 equals false.
You could then follow the same pattern for subsequent Boolean Attributes.
Here's some documentation you may find helpful:
04-23-2021 08:53 AM
I am trying to figure out how to key off several attributes to then populate one attribute. I have some dates that track the last time a visitor does something, then that populates a timeline and then I have a number that counts the number of entries in that timeline. My desire is to reference the number and if it's greater than X, I would like to store a true value to signify the visitor is prime for a offer or recommendation.
For example: visitor does A for the 3rd time which means I would like to populate an attribute like the following:
{"attribute A":"true"}
Now, if on the next visit they meet the requirements for B I would like the result to be:
{"attribute A":"true","attribute B":"true"}
And so on for all the attributes I have. Because of the timeline, if any of the attributes fall below 3, or whatever parameter I set, then I'd like them to either drop out, or be set to false.
If I have to set them all to false at the beginning that's fine, I'd just like to have them change back and forth as they meet or fall out of the given criteria. The criteria will likely be different for each one, but as of now they're all numbers based on timeline entries.
Copyright All Rights Reserved © 2008-2023