How do I set the "default page" in Google analytics if my site uses "friendly" URLs?
Posted
by mipadi
on Stack Overflow
See other posts from Stack Overflow
or by mipadi
Published on 2010-06-09T19:47:14Z
Indexed on
2010/06/09
19:52 UTC
Read the original article
Hit count: 221
django
|google-analytics
I have a website tracked using Google Analytics. It is a Django-based website, so all the URLs are "friendly" URLs (e.g., /my/friendly/url/
) and don't have associated files like index.html
, etc. Should the "default page" option in Google Analytics be left blank or set to /
?
© Stack Overflow or respective owner