Note
All events include Session Properties, Device Properties, App Properties, and Shopify Properties that are present on the Event Object. For more information, refer to the Common Event Object & Metadata document.
Event Properties, however, are unique to every event and are outlined in this page.
The Wishlist Home Viewed event when the Wishlist Home Page is opened to view all the various wishlists that the user has created
Note: The Wishlist Home Viewed event is only available to merchants who have enabled Advanced Wishlist
The Event Properties Unique to the Wishlist Home Viewed event include:
"event_properties": {
"event_id": "484D661F-828E-4557-AAE8-135BAD9FBCC9",
"count_of_wishlists": "2",
"wishlist_titles_list": ["Christmas List", "Summer List"],
"wishlist_home_view_source": "account",
"wishlist_ids_list": ["f2d4362d-61ca-43cf-4407-089322e8872c", "aeb51517-4438d-4b00-b412-9a105c376b65"],
"wishlist_home_view_source_id": null
},
event_id
String : The unique identifier of the session associated with the event. This event will also exist on the Event object level as well.
count_of_wishlists
Integer : The total count of wishlists that the user has
wishlist_titles_lists
List : A list of all of the user's wishlist titles. The titles are all strings
wishlist_home_view_source
String : The particular screen or section of the app that lead to the wishlist home view.
Note: To view all the various sources, reference the Event Sources page
wishlist_ids_list
List : A list of the all user's unique wishlist id's. The id's are all strings
wishlist_view_source_id
String : The product or collection id of the wishlist home view source if applicable