Preferences

Top  Previous  Next  

The preferences tab of the manage server window allows you to control the look and feel of your DataPA Enterprise web page as illustrated below...

 

clip634

 

You can change the Web Page Title, select a Dashboard Style and change the default home screen.

 

If you opt to allow users to specify their own default home page by checking the "Allow users to specify their own default home page" option, user can specify their own home page via a preferences option on the Enterprise web page...

 

clip635

 

You can also specify some additional text that will be added to the header of every page in DataPA Enterprise. This is useful if you want to add tracking or meta tags to your implementation of DataPA Enterprise. For example, if you wanted to add Google Analytics tracking to DataPA Enterprise, you could do so by adding the following script (substituting UA-XXXXXXX-X with your tracking ID) to the box labelled "Additional text to add to the header section of pages in DataPA Enterprise";

 

<script type="text/javascript">

 

 var _gaq = _gaq || [];

 _gaq.push(['_setAccount', 'UA-XXXXXXX-X']);

 _gaq.push(['_trackPageview']);

 

 (function() {

   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;

   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';

   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);

 })();

 

</script>

 

 


Copyright © 2003-2017 DataPA Limited, all rights reserved. DataPA OpenAnalytics 6.0