Skip to main content

Integrating MailMunch with Metrilo

Written by Alex Dramkin

How to integrate Metrilo with MailMunch for WooCommerce and Magento

For integrating Metrilo to MailMunch, you will have to open your MailMuch app visit Forms => Behavior => Tracking Pixels, for the form which you want to integrate.

Step 1

То send to Metrilo the event of someone subscribing via the MailMuch pop-up, add the following script in the second (Subscribe pixels) and third (Click Pixels) boxes in the “Tracking pixels” of your MailMuch:

<script type="text/javascript">
metrilo.event('subscribed');
metrilo.identify('[EMAIL]', {email: '[EMAIL]'});
</script>

How to integrate Metrilo with MailMunch for Shopify and Custom web-stores

For integrating Metrilo to MailMunch, you will have to open your MailMuch app visit Forms => Behavior => Tracking Pixels, for the form which you want to integrate.

Step 1

То send to Metrilo the event of someone subscribing via the MailMuch pop-up, add the following script in the second (Subscribe pixels) and third (Click Pixels) boxes in the “Tracking pixels” of your MailMuch:

<script type="text/javascript">
  window.metrilo.customEvent('subscribed');
  window.metrilo.identify('[EMAIL]');
</script>

Did this answer your question?