I'm using Google Universal Analytics to track page views. I can see when I navigate to the pages with the real time feature of the Google Analytics site, so my code must be working.
However Chrome keeps displaying this in the console:
Initializing Google Analytics
Running command: ga("set", "page", "/My Url here")
Command ignored. Unknown target: undefined
Running command: ga("send", "pageview")
Command ignored. Unknown target: undefined
Shortly followed by the actual data to Google Analytics, which in combination with seeing my view in the Real Time panel, means that the data is successful being sent. So what is actually going on, if GA thinks the command is undefined, why is it still sending it?