I added the analytic in my webpage.When i started to generate the reports i am unable to get that in following condition
- I create the dimension1 with name SessionD and send there data.
- In Behavior report i add the condition where SessionD='nitin' (I already send 2 time this value)
- After test i receive that its show some % session available
- Problem come here when i click on preview its not showing single report don't know why.
Please find the attached screen shot for same.Image
Here i want that there should show the session for this also as there are x number or session present as per the test connection(i also send there data) but which is not coming.Am i doing any thing wrong?
Code added to webpage:
ga('send', 'pageview', { 'page': '/'+eLabel, 'title': eLabel, 'SessionD': gaUser, 'dimension1': gaUser, 'SessionDD': '1', 'metric1':'1' });
Thanks, Nitin Gaikwad