2012-07-03 29 views

回答

0
Tracker t = GoogleAnalytics.getInstance(context).newTracker(trackingId); 
t.setScreenName("Your Screen Name"); 

t.setTitle("Your Page Title"); // This is the code to set Page Title. 

t.send(new HitBuilders.AppViewBuilder().build()); 
相关问题