VIEWED PRODUCT TRACKING


Sendmunk's viewed product tracking is tailored to ecommerce businesses. A Viewed product metrics will be monitored anytime an identified browser visits a product on your website when product page tracking is enabled.


A browse abandonment flow is frequently triggered by a product that has been viewed. If you don't see any data from this metric, double-check that it's correctly installed.




WHO SENDMUNK TRACKS


Sendmunk uses the following methods to identify a site visitor for web tracking:

  • If someone has ever visited your website after clicking on a Sendmunk email.
  • If someone has opted-in or subscribed via the Sendmunk form.


NOTE: Until you start sending emails and developing your lists with Sendmunk. In your account, you won't see a lot of web tracking activity.


Sendmunk will be able to identify a larger portion of your contact list, and your web tracking will become more detailed.



Sendmunk Web Tracking Code:


<script id=“smunkProductTrack” type=“text/javascript”>

  const SMUNKTRACKEDPRODUCT = {

    id: {{ product.id|json }},

    title: {{ product.title|json }},

    image_url: “https:{{ product.featured_image.src|img_url:‘grande’ }}“,

    page_url: “{{ shop.secure_url }}{{ product.url }}“,

    price: {{ product.price|money|json }},

    compareAtPrice: {{ product.compare_at_price_max|money|json }},

    brand: {{ product.vendor|json }},

    categories: {{ product.collections|map:’title’|json }}

  };

</script>