event.anonymous_session object in Actions:
Anonymous sessions and Actions use cases
Save anonymous session metadata to a new user
You can use apre-user-registration Action trigger to copy anonymous metadata into the new user profile when they sign up:
Save anonymous session metadata to an existing user
You can use apost-login Action trigger to save anonymous metadata to existing users when they log in:
Merge user metadata with anonymous metadata
You can use apost-login Action trigger to merge anonymous metadata to an existing user metadata, such as a cart information, when they log in:
Handle multiple anonymous sessions
You can use apost-login Action trigger to manage anonymous session metadata from different devices, when the user logs in:
Learn more
- Configure Anonymous Sessions Learn how to configure anonymous sessions.
- Anonymous Sessions Learn about anonymous sessions.