09-28-2011 12:50 PM
The onScreenView method doesn't seem to be properly showing results in the Screens reports section. As an example:
If I use the following call:
try {
WebtrendsDataCollector.getInstance().onScreenView(
} catch (IllegalWebtrendsParameterValueException err) {
WebtrendsDataCollector.getLog().e(err.getMessage()
}
In the reports section:
The Events report would correctly add an event called: "View Help Screen"
The Screens report shows no data, but it should be showing "Help Screen".
Additionally, in the summary screen which displays the charts, etc... it shows the "Screen Views" and "Screen Views per Session" as 1. Since this is correct, it seems that only the "Screens" report is incorrect.
10-04-2011 04:30 PM
Sent the issue to Webtrends for investigation.
11-10-2011 11:30 AM
11-11-2011 04:20 PM
Webtrends reports they have investigated this and found that there was just a very short bit of traffic, not enough to close out the session. The screen views are recorded with the end of session event, so it was not sent to the server.
Further use of the application or inclusion of the ApplicationTerminate() method I would expect to clear this up.