Magento

Magento

Find out how to set up the tracking code to connect your Magento website to the Azameo platform. 

1. Recover the Azameo tracking code

Start by recover your Azameo tracking code :
  1. In the Dashboard Azameo, go to the tracking code page and click on the “manual installation” tab if necessary.
  2. Copy the navigations tracking code extract.
In the example below, your website identifier is examplecom.
<script>window.azameoSite = "examplecom";</script>
<script type="text/javascript" src="//tag.azame.net/tag/script.js" async = "true"></script>
<noscript>
<link href="//tag.azame.net/tag/style.css" rel="stylesheet" media="all" type="text/css">
</noscript>

White

2. Navigation tracking

The navigation tag is an HTML code to be placed on all the pages of your site. Here are the general steps to follow:
  • Log in to your Magento admin panel.
  • Navigate to the "Content" section and click on "Design" -> "Configuration" from the dropdown menu.
  • In the "Action" column, find the appropriate theme or store view where you want to add the tracking code. Click on "Edit" in that row.
  • In the "Edit Configuration" page, scroll down to the "Other Settings" section and expand the "HTML Head" tab.
  • In the "Scripts and Style Sheets" field, paste the code previously copied :
<script>window.azameoSite = "examplecom"; </script>
<script type="text/javascript" src="//tag.azame.net/tag/script.js" async = "true"></script>
<noscript>
<link href="//tag.azame.net/tag/style.css" rel="stylesheet" media="all" type="text/css">
</noscript>
  1. important Save the changes by clicking on the "Save Configuration" button.

2. Conversion tracking

The purchase conversion tracking code is provided in the Azameo platform. It has to be placed on the purchase confirmation page.
If you do not want to write code in Magento, you can use a third party app to place the tracker, like this app :   

Please contact us via the chat for more info