Spring Manual
ClickDimensions Tracking
ClickDimensions is a commerical Tracking and Analysis service for Microsoft Dynamics CRM.
Obtain your tracking code
To obtain your tracking code, in ClickDimensions complete the following:
- Log in to Microsoft Dynamics CRM, and navigate to Settings > ClickDimensions > ClickDimensions Settings
- Click on Tracking Script
- From the sample code block shown, copy the following 2 items (you only need to copy the highlighted parts):
For example, if the code on hubspot looks like this:
<script type="text/javascript">
var cdJsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + cdJsHost + "analytics.clickdimensions.com/ts.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var cdAnalytics = new clickdimensions.Analytics('analytics.clickdimensions.com');
cdAnalytics.setAccountKey('xyzABC123');
cdAnalytics.setDomain('yourdomain.com.au');
cdAnalytics.trackPage();
</script>
The required values are:
- xyzABC123
- yourdomain.com.au
Configuring Spring
To enable ClickDimensions tracking in Spring, create a new page in the Assets tab with the following settings (making sure to change the 'Value' field to match the values you copied following the steps above):
- Title: Click Dimensions
- ID: clickdimensions
- Status: Online
- Value (each value on a new line):
Save the page and your done. You may need to wait 1-2 minutes for the changes to become visible on your site.