I am writing an Angular app that interfaces with a Google Analytics API already in use. The data returned by Google is prefixed with \"ga:\" as in the example \"ga:newVisit
You need to access it as if it were an associative array:
{{total['ga:newVisits']}}