Tracking your home page

Hi all!

Pardon me if this has been asked already - I’ve searched the forums and FAQs feverishly before asking. style_emoticons/<#EMO_DIR#>/smile.gif

I was wondering if Piwik tracks the main home page of your domain - i.e. /index.htm or whatever your DocumentRoot’s index file is. I’ve been running Piwik (v0.6.2 currently) for around a month and I don’t see where it tracks the main page. I’ve looked under Actions -> Pages and am seeing all my sub directories showing up, but no mention of the main landing page anywhere that I can see.

Thanks for any help you can offer!
-Alteron

Of course it also tracks your web root. It’s maybe not appearing as “index.html”, “index.html” or “index.php” - it may simply be “/”.

Piwik tracks every page with a correct tag. If you want to make sure, you can use the “piwikTracker.setDocumentTitle()” feature, like in

piwikTracker.setDocumentTitle("Here! Here!");

which will show under Actions/Page Titles on the Dashboard. Details --> http: / / piwik.org/docs/javascript-tracking/

What i hate is that the following are considered like two different pages by the page URL widget :

http: //domain.org/index.htm
http: //domain.org/

But since they have the same title, the page title widget show correct data.