Back to Integrations

Magento Integration

Add Pulse to your Magento / Adobe Commerce store via layout XML.


Method 1: Layout XML

Add the Pulse script to your theme's layout XML at app/design/frontend/YOUR_THEME/default/Magento_Theme/layout/default_head_blocks.xml.

default_head_blocks.xml
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <head>
        <script src="https://pulse.ciphera.net/script.js"
                src_type="url"
                defer="true" />
    </head>
</page>

Method 2: Admin Panel

Go to Content → Design → Configuration → HTML Head → Scripts and Style Sheets and paste the Pulse script.

Admin → HTML Head
<script
  defer
  data-domain="your-site.com"
  src="https://pulse.ciphera.net/script.js"
></script>

For more details, see the Magento layout docs.