Hi, Our homepage is long and makes significant use of anchor links to various sections of the page. How can I track these in Google Analytics using this plugin, as opposed to just tracking the current page? Eg. I’d like to see when someone goes to ourwebsite.com/#about-us and ourwebsite.com/#our-services. Thanks.
follow this guidance may be helpful for you. http://stackoverflow.com/questions/...-links-in-google-analytics-universal-tracking
Google Analytics isn't going to see those as different pages because they aren't (they are the same page that the user is on). If there is something unique about those links (for example a CSS class), you could apply some custom JS and bind an event to those links when they are clicked.