Closed coyksdev closed 2 years ago
Hi,
I identified users through
Exponea.identifyCustomer( { email_id: email.toLowerCase() }, {} ).
Then published a view_item event.
Exponea.trackEvent("view_item", { product_id: product_id, variant_id: variant_id, brand: product.vendor, title: product.name, price: price, })
But can't see the view_item event that I published on the customer profile.
Hi,
I identified users through
Then published a view_item event.
But can't see the view_item event that I published on the customer profile.