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 /?
I have a website tracked using Google Analytics. It is a Django-based website, so
Share
Taken from the Google Analytics help page:
This suggests that in your case, any users coming to your site would never hit an
index.htmlpage or similar so you should be fine leaving it blank. I doubt setting it to/would do anything as this does not actually “point” anywhere and since the Analytics documentation doesn’t mention I’d stick to leaving it blank.