---
title: How to integrate ProfitMetrics with SumoShop
description: Follow the steps below to set up a SumoShop integration
---

[Skip to content](https://knowledge.profitmetrics.io/how-to-integrate-profitmetrics-with-sumoshop#main-content)

[![ProfitMetrics logo black version](https://knowledge.profitmetrics.io/hs-fs/hubfs/pm_logotype_blue.png?width=193&height=28&name=pm_logotype_blue.png)](https://knowledge.profitmetrics.io/?hsLang=en)

Open main navigation

Close main navigation

- [Contact Support](https://knowledge.profitmetrics.io/kb-ticket/new)

[Contact Support](https://knowledge.profitmetrics.io/kb-ticket/new?hsLang=en)

 How can we help you?

- There are no suggestions because the search field is empty.

1. [Knowledge base](https://knowledge.profitmetrics.io/?hsLang=en)
2. [E-commerce Platforms](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en)
3. [Other Platforms](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#other-platforms)

# How to integrate ProfitMetrics with SumoShop

## Follow the steps below to set up a SumoShop integration

---

[Part 1: Request an Integration](https://knowledge.profitmetrics.io/how-to-integrate-profitmetrics-with-sumoshop#Part1)

[Part 2: Install the Server-Side Hybrid Universal Integration Script in SumoShop](https://knowledge.profitmetrics.io/how-to-integrate-profitmetrics-with-sumoshop#part2)

[Part 3: Install the setEmail Script](https://knowledge.profitmetrics.io/how-to-integrate-profitmetrics-with-sumoshop#part3)

---

### Part 1: Request an integration

1. Compose a new email to [kontakt@sumoshop.dk](mailto:kontakt@sumoshop.dk) and copy-paste the following email:
   
   Hi SumoShop,  
   I would like to request a Server-Side Hybrid Universal Integration for ProfitMetrics. Please create an API Username and Password for ***MY STORE*** and enable the sending of all user emails.
2. After SumoShop replies, compose a new email to [support@profitmetrics.io](mailto:support@profitmetrics.io) and copy-paste the following email
   
   Hi ProfitMetrics, please share the following API credentials for SumoShop with your Dev team.  
   User: ***MY USERNAME***  
   Password: ***MY PASSWORD***

### Part 2: Install the Server-Side Hybrid Universal Integration Script in SumoShop

1. Copy this snippet and remember to update the Public ID
   
   ```
   <!-- ProfitMetrics snippet START--><script>window.profitMetrics = {pid: 'PUBLIC_ID', // The ProfitMetrics website IDcookieMarketingConsent: #databeskyttelsemarkedsforing == 1,cookieStatisticsConsent: #databeskyttelsestatistik == 1}</script><script src="https://cdn1.profitmetrics.io/PUBLIC_ID/bundle.js"defer></script><!-- ProfitMetrics snippet END-->
   ```
2. Click "**Inklusinoer**"![Create and Configure Inclusions for ProfitMetrics Integration - Step 3](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%203.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%203.png)
3. Click "**Opret**"  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 4](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%204.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%204.png)
4. Type "**PM - Script**" in the Name field  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 7 (1)](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%207%20(1).png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%207%20(1).png)
5. Click "**Aktiv**" and ensure that "**Placering**" is set to "**Sidehoved**"  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 10](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2010.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2010.png)
6. Paste the script in "HTML" field  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 11](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2011.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2011.png)
7. Click "**Opret ny(t)**"  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 13](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2013.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2013.png)

### Part 3: Install the setEmail Script

1. Copy this snippet
   
   ```
   <!-- Start ProfitMetrics - setEmail --><script>    function _pm_tryemailorderconfirmation() {        if (null != window.profitMetrics && null != window.profitMetrics.setEmail && typeof window.profitMetrics.setEmail === 'function') {            window.profitMetrics.setEmail('#ordreemail');        } else {            setTimeout(_pm_tryemailorderconfirmation, 500);        }    }    _pm_tryemailorderconfirmation();</script><!-- End ProfitMetrics - setEmail -->
   ```
2. Click "**Inklusinoer**"![Create and Configure Inclusions for ProfitMetrics Integration - Step 3](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%203.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%203.png)
3. Click "**Opret**"  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 4](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%204.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%204.png)
4. Type "**PM - setEmail**" in the Name  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 28](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2028.png?width=670&height=375&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2028.png)
5. Click "**Active**"  
   ![Edit Inclusion Activation and HTML Inclusion Guide - Step 6](https://knowledge.profitmetrics.io/hs-fs/hubfs/Edit%20Inclusion%20Activation%20and%20HTML%20Inclusion%20Guide%20-%20Step%206.png?width=670&height=375&name=Edit%20Inclusion%20Activation%20and%20HTML%20Inclusion%20Guide%20-%20Step%206.png)
6. Select "**Ordre oprettet**" in the Placering field  
   ![Edit Inclusion Activation and HTML Inclusion Guide - Step 8](https://knowledge.profitmetrics.io/hs-fs/hubfs/Edit%20Inclusion%20Activation%20and%20HTML%20Inclusion%20Guide%20-%20Step%208.png?width=670&height=375&name=Edit%20Inclusion%20Activation%20and%20HTML%20Inclusion%20Guide%20-%20Step%208.png)
7. Paste the Script in the "**HTML**" field  
   ![Edit Inclusion Activation and HTML Inclusion Guide - Step 10](https://knowledge.profitmetrics.io/hs-fs/hubfs/Edit%20Inclusion%20Activation%20and%20HTML%20Inclusion%20Guide%20-%20Step%2010.png?width=670&height=375&name=Edit%20Inclusion%20Activation%20and%20HTML%20Inclusion%20Guide%20-%20Step%2010.png)
8. Click "**Opret ny(t)**"  
   ![Create and Configure Inclusions for ProfitMetrics Integration - Step 31](https://knowledge.profitmetrics.io/hs-fs/hubfs/Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2031.png?width=655&height=366&name=Create%20and%20Configure%20Inclusions%20for%20ProfitMetrics%20Integration%20-%20Step%2031.png)

 

- [Getting Started](https://knowledge.profitmetrics.io/getting-started?hsLang=en#main-content)

    - [Learn the Basics](https://knowledge.profitmetrics.io/getting-started?hsLang=en#learn-the-basics)
    - [Prepare for Onboarding](https://knowledge.profitmetrics.io/getting-started?hsLang=en#prepare-for-onboarding)
    - [Account Setup](https://knowledge.profitmetrics.io/getting-started?hsLang=en#account-setup)
- [E-commerce Platforms](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#main-content)

    - [Shopify](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#shopify)
    - [WooCommerce](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#woocommerce)
    - [Magento](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#magento)
    - [PrestaShop](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#prestashop)
    - [BigCommerce](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#bigcommerce)
    - [Shopware](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#shopware)
    - [DanDomain & Related](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#dandomain-related)
    - [Universal Integration (Clientside)](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#universal-integration-clientside)
    - [Universal Integration (Server-side Hybrid)](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#universal-integration-server-side-hybrid)
    - [Other Platforms](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#other-platforms)
    - [Developer Documentation](https://knowledge.profitmetrics.io/e-commerce-platforms?hsLang=en#developer-documentation)
- [Ad Channels](https://knowledge.profitmetrics.io/ad-channels?hsLang=en#main-content)

    - [Google Ads](https://knowledge.profitmetrics.io/ad-channels?hsLang=en#google-ads)
    - [Meta (Facebook/Instagram)](https://knowledge.profitmetrics.io/ad-channels?hsLang=en#meta-facebook-instagram)
    - [Microsoft Bing Ads](https://knowledge.profitmetrics.io/ad-channels?hsLang=en#microsoft-bing-ads)
    - [Google Analytics 4](https://knowledge.profitmetrics.io/ad-channels?hsLang=en#google-analytics-4)
    - [Partner-ads](https://knowledge.profitmetrics.io/ad-channels?hsLang=en#partner-ads)
    - [Other Channel Configuration](https://knowledge.profitmetrics.io/ad-channels?hsLang=en#other-channel-configuration)
- [Tracking & Conversion Setup](https://knowledge.profitmetrics.io/tracking-conversion-setup?hsLang=en#main-content)

    - [Overview](https://knowledge.profitmetrics.io/tracking-conversion-setup?hsLang=en#overview)
    - [Conversion Booster for Google Ads](https://knowledge.profitmetrics.io/tracking-conversion-setup?hsLang=en#conversion-booster-for-google-ads)
    - [Conversion Booster for Meta](https://knowledge.profitmetrics.io/tracking-conversion-setup?hsLang=en#conversion-booster-for-meta)
    - [Conversion Booster Custom Pixels](https://knowledge.profitmetrics.io/tracking-conversion-setup?hsLang=en#conversion-booster-custom-pixels)
    - [Enhanced Conversions](https://knowledge.profitmetrics.io/tracking-conversion-setup?hsLang=en#enhanced-conversions)
- [Shopping Booster](https://knowledge.profitmetrics.io/shopping-booster?hsLang=en#main-content)

    - [Overview & Setup](https://knowledge.profitmetrics.io/shopping-booster?hsLang=en#overview-setup)
    - [Supplemental Feeds](https://knowledge.profitmetrics.io/shopping-booster?hsLang=en#supplemental-feeds)
    - [Campaigns & Labels](https://knowledge.profitmetrics.io/shopping-booster?hsLang=en#campaigns-labels)
    - [Troubleshooting](https://knowledge.profitmetrics.io/shopping-booster?hsLang=en#troubleshooting)
- [Product Feed & Costs](https://knowledge.profitmetrics.io/product-feed-costs?hsLang=en#main-content)

    - [Product Feed](https://knowledge.profitmetrics.io/product-feed-costs?hsLang=en#product-feed)
    - [Shipping & Payment Costs](https://knowledge.profitmetrics.io/product-feed-costs?hsLang=en#shipping-payment-costs)
    - [Expenses](https://knowledge.profitmetrics.io/product-feed-costs?hsLang=en#expenses)
- [Dashboard, Orders & Reporting](https://knowledge.profitmetrics.io/dashboard-orders-reporting?hsLang=en#main-content)

    - [Dashboard & Orders](https://knowledge.profitmetrics.io/dashboard-orders-reporting?hsLang=en#dashboard-orders)
    - [Looker Studio](https://knowledge.profitmetrics.io/dashboard-orders-reporting?hsLang=en#looker-studio)
    - [Google BigQuery](https://knowledge.profitmetrics.io/dashboard-orders-reporting?hsLang=en#google-bigquery)
- [Account & Billing](https://knowledge.profitmetrics.io/account-billing?hsLang=en#main-content)

    - [Users & Access](https://knowledge.profitmetrics.io/account-billing?hsLang=en#users-access)
    - [Billing & Invoices](https://knowledge.profitmetrics.io/account-billing?hsLang=en#billing-invoices)
- [Privacy & Consent](https://knowledge.profitmetrics.io/privacy-consent?hsLang=en#main-content)

    - [GDPR](https://knowledge.profitmetrics.io/privacy-consent?hsLang=en#gdpr)
    - [Consent Management Platforms](https://knowledge.profitmetrics.io/privacy-consent?hsLang=en#consent-management-platforms)
    - [Google Consent Mode](https://knowledge.profitmetrics.io/privacy-consent?hsLang=en#google-consent-mode)
- [For Agencies](https://knowledge.profitmetrics.io/for-agencies?hsLang=en#main-content)

    - [Getting Started as an Agency](https://knowledge.profitmetrics.io/for-agencies?hsLang=en#getting-started-as-an-agency)
    - [Agency Certification](https://knowledge.profitmetrics.io/for-agencies?hsLang=en#agency-certification)
- [Shopify](https://knowledge.profitmetrics.io/shopify?hsLang=en)
- [PrestaShop](https://knowledge.profitmetrics.io/prestashop?hsLang=en)
- [Google Ads](https://knowledge.profitmetrics.io/google-ads?hsLang=en)
- [Meta (Facebook / Instagram)](https://knowledge.profitmetrics.io/meta-facebook-instagram?hsLang=en)
- [Uncategorized](https://knowledge.profitmetrics.io/uncategorized?hsLang=en)
- [Billing](https://knowledge.profitmetrics.io/billing?hsLang=en)
- [Google Sheets](https://knowledge.profitmetrics.io/google-sheets?hsLang=en)
- [Account](https://knowledge.profitmetrics.io/account?hsLang=en)
- [Ideal Shop](https://knowledge.profitmetrics.io/ideal-shop?hsLang=en)

[![ProfitMetrics logo black version](https://knowledge.profitmetrics.io/hs-fs/hubfs/pm_logotype_blue.png?width=193&height=28&name=pm_logotype_blue.png "ProfitMetrics logo black version")](https://profitmetrics.io)

<https://www.facebook.com/ProfitMetrics/> <https://podcasts.apple.com/> [mailto:support@profitmetrics.io](mailto:support@profitmetrics.io)

Copyright © 2026, ProfitMetrics ApS