I am passing the screen name as follows and success response getting called.
But not showing in google analytics website console.
analytics.trackView(screenName, null,
function() {
console.log("Google Analytics trackView Success");
},
function(){
console.log("Google Analytics trackView failure");
});