02-02-2012 11:03 AM
Hello,
I'm collecting data of screen views calling this function:
WebtrendsDataCollector.getInstance().onScreenView(screenPath, screenName,
"Screen view", null, screenCategory);
When i see the "Categories: Screens" report i see the number of screen views of each category, but when i click one category i always see the same screen inside the category and only this screen. All categories are showing the same screen on the report.
Our account is chocovalor, and the application is GPV.
Thanks in advance,
Asier.
Solved! Go to Solution.
02-15-2012 09:17 AM
Hi Asier,
Please ensure you change the Event Path (URI stem) for each screen so they can be uniquely identified. All items with the same Event Path will be seen as the same.
Regards,
02-16-2012 09:46 AM - last edited on 02-16-2012 09:49 AM
Hi Garett,
You're right, i'm logging all screens with same event path. I will change it.
Thanks,
Asier