In docs referencing Target profile parameters, I see two different ways of interacting with Target profile. user.THING and profile.THING What's the difference and when do you use one vs. the other?Note: https://experienceleague.adobe.com/docs/target/using/audiences/visitor-profiles/profile-paramete...
Hey All, I sometimes need to tell my rules to wait for a certain object to pop into existence (either a JS object or something of that nature). I can normally do this using setInterval in a Rule Event, and then the rule fires when needed Yay! Can I do something similar in a Condition, but say with ...