All Collections
Apps & Integrations
Integrations
Integrating Mailmunch with Metrilo
Integrating Mailmunch with Metrilo
Liz Gannes avatar
Written by Liz Gannes
Updated over a week ago

Follow the easy steps mentioned below to integrate Mailmunch with Metrilo.

Step 1: Create, or edit an already existing Mailmunch form which you want to integrate with Metrilo.

Step 2: Navigate to the Behavior step in the form editor, and click on the Tracking Pixels tab in the left menu panel.

1. WooCommerce and Magento

To send the event of someone subscribing via the MailMuch pop-up to Metrilo, add the following script in the second box of the SUBSCRIBE PIXEL in the Tracking Pixels tab.

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

2. Shopify and Custom web-stores

То send the event of someone subscribing via the MailMuch pop-up to Metrilo, add the following script in the second box of the SUBSCRIBE PIXEL in the Tracking Pixels tab.

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

Did this answer your question?