exponea / exponea-react-native-sdk

MIT License
8 stars 13 forks source link

Publish tracked event doesn't appear on the customer profile #60

Closed coyksdev closed 2 years ago

coyksdev commented 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.