Placed Order event).
However, profile properties are also useful for storing information across events within a single source.
Imagine a user that triggers a Subscribed To Newsletter event with an $email parameter. Afterward, that same user triggers an Added To Cart event.
Storing the $email as a profile property ensures that you have this information available at the moment of the Added To Cart event without you as a developer having to pass it again.
Code Examples
Code Examples