html - Javascript loading content into index page dynamically but at cost of analytics data -


yes have website uses javascript load content links on menu in index page container resides in index page itself.... content coming load of other pages hold content , gets loaded index page...

sounds great analytics data registering index page because navigation not involving html links of other pages (only in javascript)

so there way around , problem other not being able track specific page views)

...and perhaps more importantly should redevelop site not use javascript , represent menu clicks actual other pages (hrefs) same design different content index page.

you can use event tracking track type of user activity. https://developers.google.com/analytics/devguides/collection/gajs/eventtrackerguide


Comments