Wishlist
addedToWishlist
| Trait | Type | Description |
|---|---|---|
| wishlist_id | String | Wishlist ID to which the product was added to |
| wishlist_name | String | Wishlist name to which the product was added to |
| product | Product | Product details added to wishlist |
Example:
ppopAPI.sendTraits('addedToWishlist', { wishlist_id: 'skdjsidjsdkdj29j', wishlist_name: 'Loved Games', product_id: '507f1f77bcf86cd799439011', sku: 'G-32', category: 'Games', name: 'Monopoly: 3rd Edition', brand: 'Hasbro', variant: '200 pieces', price: 18.99, quantity: 1, position: 3, url: 'https://www.example.com/product/path', image_url: 'https://www.example.com/product/path.jpg' });
removedFromWishlist
| Trait | Type | Description |
|---|---|---|
| wishlist_id | String | Wishlist ID to which the product was added to |
| wishlist_name | String | Wishlist name to which the product was added to |
| product | Product | Product details added to wishlist |
Example:
ppopAPI.sendTraits('removedFromWishlist', { wishlist_id: 'skdjsidjsdkdj29j', wishlist_name: 'Loved Games', product_id: '507f1f77bcf86cd799439011', sku: 'G-32', category: 'Games', name: 'Monopoly: 3rd Edition', brand: 'Hasbro', variant: '200 pieces', price: 18.99, quantity: 1, position: 3, url: 'https://www.example.com/product/path', image_url: 'https://www.example.com/product/path.jpg' });
Continue Learning:
Discover how Powerpop helps you measure and visualize performance data in Analytics.