Google Analytics goal steps recorded as exit pages
We encountered a problem with the Google Analytics goal steps on one of our websites, where some of the steps were recorded as exit pages. In the following image, the first exit page is actually the second step in the goal:
After a bit of investigating, it seems that the first step matches all the subsequent ones, so proceeding to the next step in the goal is actually recorded as a page refresh, hence exit page. Our steps where:
1 2 | /apartamente-finalizate-in-greenfield /apartamente-finalizate-in-greenfield/cere-detalii |
The solution in this case was to explicitly specify that the step URL matches the ending of the actual URL:
1 2 | /apartamente-finalizate-in-greenfield$ /apartamente-finalizate-in-greenfield/cere-detalii$ |
Note that i encountered this problem with both head match and regular expression match on two different websites.
Synchronizing tasks between Trac and Netbeans
Cube°n is a NetBeans plugin that integrates and synchronizes the IDEs tasks with some of the most common issue-tracking systems, including Trac.
It has some very nice features, including support for multiple Trac repositories, custom ticket filtering based on Trac queries, and many more.
To install and start using Cube°n you will need to:
- Install the plugin, either by manually downloading the files or by adding the update center to NetBeans (Tools -> Plugins -> Settings -> Add -> http://cubeon.googlecode.com/svn/updates/latest.xml) and selecting it from the plugin “Available plugins” list
- Install the patched XML-RPC plugin for Trac:
wget http://cubeon.googlecode.com/files/TracXMLRPC-1.6.6-py2.6.egg easy_install TracXMLRPC-1.6.6-py2.6.egg
- Make sure you enable the new XML-RPC plugin and the HTTP authentication plugin by adding the following in your trac.ini file:
[components] tracrpc.* = enabled httpauth.* = enabled [httpauth] paths = /login, /login/xmlrpc
That’s it. You can now use the plugin (Window -> Cube°n -> Task Repositories and Task Explorer), and start adding Trac repositories and adding / synchronizing tasks.

Sunt Victor Stanciu, web developer, si scriu despre dezvoltare, standarde, tehnici si tehnologii. (