Acoustic Digital Analytics provides a single library file to support the tagging of your site: eluminate.js
.
This Acoustic Digital Analytics-hosted file provides JavaScript code defining a set of functions that can be called with appropriate parameter data to send data collection image requests to Digital Analytics. This file must be included in all pages implementing Digital Analytics.
eluminate.js
- The
eluminate.js
file defines the core functionality of the Digital Analytics tagging technology. This file is partially minified and obfuscated. Thetag
function definitions are not obfuscated or minified. This file should be included in the<head></head>
section of all pages requiring Digital Analytics tracking.<head> <script type="text/javascript" src="//libs.coremetrics.com/eluminate.js"> </script> <script type="text/javascript"> cmSetClientID(…);</script> </head>
cmcustom.js
- Your specific implementation might include customizations that override the default data collection functions or introduce new functions. This custom file,
cmcustom.js
, is delivered by Acoustic Support and is locally hosted by your organization. See the contents of this file for details on your specific customizations.This file is included in all pages immediately after the Acoustic Digital Analytics-hosted
eluminate.js
library include:<head> <script type="text/javascript" src="//libs.coremetrics.com/eluminate.js"> </script> <script type="text/javascript" src="//thesite.com/cmcustom.js"></script> <script type="text/javascript"> cmSetClientID(…);</script> </head>
Eluminate File - Europe Data Center
The eluminate.js
file for Europe Data Center users is found at the following location: libs.de.coremetrics.com/eluminate.js
.
<script type="text/javascript"
src="//libs.de.coremetrics.com/eluminate.js">
Comments
0 comments
Article is closed for comments.