Toys Inc. wants to calculate return on investment for their online channels. They want to take into account the product margin and returned products. To do this they need to store their internal customer id along with the tracked data.

Netminers offers to upload tracking data MS SQL format for bulk loading into your inhouse BI datawarehouse. Contact support@netminers.net for more information.


The customer ID used can be any text as long as it's unique to the customer. If you prefer email addresses, you can use that.


The integration is done in one of the following ways:


1. JavaScript 

// Make sure the object document.netminers is present
if (typeof (document.netminers) != 'object') document.netminers = {};
 
// JSON strucure to use for integration of customer id
document.netminers.addVars = {
   '$custid': '21EC2020-FFFF-4069-A2DD-08002B30309D'  // Your customer id used for distinct counting and integration
}

 

2. HTML meta tagging

<meta name="Netminers.Addvars.$custid" content="21EC2020-FFFF-4069-A2DD-08002B30309D" />