Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry Analytics Service

Reply
New Contributor
asierpn
Posts: 5
Registered: 10-21-2010
My Carrier: Vodafone
Accepted Solution

Report "Categories: Screens" dont expand categories correctly

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.

Please use plain text.
BlackBerry Development Advisor
gbeukeboom
Posts: 803
Registered: 10-16-2009

Re: Report "Categories: Screens" dont expand categories correctly

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,

Garett Beukeboom
BlackBerry Development Advisor
Developer Zone

--
Think or a great new feature? Find a bug?
Log and track them using the Developer Issue Tracker
Please use plain text.
New Contributor
asierpn
Posts: 5
Registered: 10-21-2010
My Carrier: Vodafone

Re: Report "Categories: Screens" dont expand categories correctly

[ Edited ]

Hi Garett,

 

You're right, i'm logging all screens with same event path. I will change it.

 

Thanks,

Asier

Please use plain text.