Integrating with CoreWare

Integrating Armanet with CoreWare is a straightforward process thanks to our partnership with CoreWare. This built-in integration allows you to easily configure and start tracking customer behavior, conversion rates, return on ad spend, and other vital metrics directly from the CoreWare platform.

Step 1: Add Armanet Conversion Tracking

  1. Log in to your CoreWare Admin Panel.
  2. Navigate to Website in the top menu.
  3. Select Templates from the dropdown options.
  4. In the Templates section, click on Analytics Code.
  1. Create a new analytics code entry with the following:
<script src="https://assets.armanet.us/armanet-pxl.js" defer></script>
<script>
var sae = window.sendAnalyticsEvent;
window.sendAnalyticsEvent = function (event, orderData) {
  Armanet.sendEvent(event, orderData);
  sae(event, orderData);
};
</script>
  1. Select Templates from the dropdown options.
  2. In the Templates section, click on Templates.
  1. Find your store template (should have your store name) and select it.
  2. Click on Javascript and select our analytics code you just created.