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 expand the Tracking Pixels menu in the left 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 Subscribe Pixels textbox 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 Subscribe Pixels textbox in the Tracking Pixels tab.

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

Step 3: To publish your form, toggle the Publish this form button to blue. Click on FINISH to activate your form.

Did this answer your question?