[
https://jira.jboss.org/browse/JBDS-1335?page=com.atlassian.jira.plugin.sy...
]
Andre Dietisheim edited comment on JBDS-1335 at 9/23/10 11:26 AM:
------------------------------------------------------------------
there's another task for usage reporting to work in JBDS:
- we have to add the Google Analytics Snippet to the usage-page so that GA enables our
JBDS analytics account:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18653195-2']);
_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>
was (Author: adietish):
there's another task for usage reporting to work in JBDS:
- we have to add the Google Analytics Snippet to the usage-page so that GA enables our
JBDS analytics account
usage reporting needs kill-switch property file & reporting user
guide on
http://devstudio.jboss.com
----------------------------------------------------------------------------------------------------
Key: JBDS-1335
URL:
https://jira.jboss.org/browse/JBDS-1335
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Reporter: Andre Dietisheim
Assignee: Nick Boldt
Fix For: 4.0.0.Beta1
We implemented a specific usage reporting for JBDS (opposed to the one that's present
in JBoss Tools).
We now need 2 things on
http://devstudio.jboss.com
- a property file that the plugin may access (it holds the kill-switch property. The one
for jboss tools is at
http://anonsvn.jboss.org/repos/jbosstools/workspace/usage/usage.properties):
http://devstudio.jboss.com/usage/usage.properties
- a usage guide (we will provide) for the usage reporting at
http://devstudio.jboss.com/usage
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira