in google analytics, how do I get the site from the AccountEntry ?
        Posted  
        
            by Chez
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Chez
        
        
        
        Published on 2010-04-09T14:22:25Z
        Indexed on 
            2010/04/09
            14:23 UTC
        
        
        Read the original article
        Hit count: 462
        
google-analytics-api
|java
in google analytics, how do I get the site from the AccountEntry ?
looks like that if I do:
- entry.getProperty("ga:accountName")
 - entry.getTitle().getPlainText()
 
I get it. but is this correct ? where is it documented ?
© Stack Overflow or respective owner