Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "If you want link clicks to be tracked, then you need to call the tracking JavaScript functions in the onclick event of your HTML hyperlinks in your pages."

A block of code is set as follows:

<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(‘[your account key here]’); 
  cdAnalytics.setDomain(‘[your domain here]’); 
  cdAnalytics.trackPage(); 
</script>

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Go to the list of Campaigns from the top navigation menu by selecting the MARKETING Tab."

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.117.105.190