Introduction to Profile Properties
Placed Order
event in the example above).
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
.
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 this information again.
Code Examples