Skip to main content

Installing Your Tags on Other Platforms

Platform-specific instructions for installing your tags on Magento, Shopify, BigCommerce, WooCommerce, and the WordPress plugin.

If you're not using Google Tag Manager, follow the section below for your platform.

Magento

  1. Open your command line terminal and go to your Magento 2 root installation directory.

  2. Run the following commands to install the module:

   composer require addshoppers/magento2-connector    
php bin/magento setup:upgrade
  1. Clean the Magento cache and enable the extension in Magento Admin Panel → Marketing → On-site Marketing.

  2. (Optional) To enable the Social Login feature, visit the Minty Magento2 GitHub repository for the code snippet.

Shopify

There are two ways to install the Shopify pixel: using the Minty Shopify App (the easiest method) or installing the pixel manually.

Option 1: Install with the Minty Shopify App

  1. Log in to your Shopify Admin and go to the Shopify App Store.

  2. Search for Minty and select the Minty Shopify App from the results.

  3. Click Install, then review and approve the permissions Shopify requests.

  4. Once installation is complete, you'll be redirected back to Shopify, where the Minty app appears in your Apps menu.

  5. Open the Minty app and sign in:

    • If you're already a Minty customer, sign in with your existing Minty account credentials.

    • If you're new to Minty, create an account at my.business.minty.com first.

  6. Follow the prompts to connect your Shopify store to your Minty account. This happens automatically; there's no need to enter account IDs or tracking information manually.

  7. In your Shopify Admin, go to your theme settings and locate the Minty app extension.

  8. Turn the Minty pixel toggle on and click Save.

Once the extension is enabled, Minty tracking becomes active across your storefront and checkout, and Minty automatically verifies that tracking is live. Your Recover and Prevent campaigns are then ready to begin collecting data. The whole process typically takes just a few minutes.

Option 2: Install the pixel manually

Add the conversion pixel:

  1. In Shopify, go to Settings in the left panel.

  2. Open Customer Events.

  3. Click Add Custom Pixel.

  4. Enter Minty Conversion Tag as the pixel name, then click Add Pixel.

  5. Paste the Shopify conversion code into the code box, then click Save.

  6. Click Connect in the upper-right corner.

Add the theme.liquid pixel:

  • Place the Minty pixel code in your theme.liquid file, just above the closing </body> tag.

BigCommerce

  1. Log in and go to Storefront → Script Manager.

  2. Click Create a Script. Set the location to Footer and All Pages.

  3. Paste the global site code into the script section. Set the script type to Script and the category to Essential, then click Save.

  4. In your admin panel, go to Settings → Data Solutions.

  5. At the bottom of the page, click Affiliate Conversion Tracking.

  6. Paste the conversion code into the text area and click Save.

WooCommerce (Woo)

Add the global site tag:

  1. Go to Appearance → Theme File Editor.

  2. Open the theme's footer file and paste the global site tag into the editor, outside the closing PHP tag.

    • Alternatively, if your theme supports header/footer code fields in its theme options, you can paste the global site tag there instead.

Add the conversion code:

  1. Go to Appearance → Theme File Editor.

  2. Open the theme's functions file and paste the conversion code at the end of the file.

WooCommerce — WordPress Plugin

  1. Install our WordPress plugin, which installs your pixels for you. See the installation instructions.

  2. Once installed, enter your Site ID in the plugin settings.

Miva and other platforms

There is currently no self-serve guide for Miva or custom/other platforms. Please contact your onboarding team or support for installation help.

Need more help? Contact us at [email protected]

Did this answer your question?