Google Analytics API v2.4 (revision 33)



com.google.api.services.analytics
Class Analytics.Management.Goals

java.lang.Object
  extended by com.google.api.services.analytics.Analytics.Management.Goals
Enclosing class:
Analytics.Management

public class Analytics.Management.Goals
extends Object

The "goals" collection of methods.


Nested Class Summary
 class Analytics.Management.Goals.List
           
 
Constructor Summary
Analytics.Management.Goals()
           
 
Method Summary
 Analytics.Management.Goals.List list(String accountId, String webPropertyId, String profileId)
          Lists goals to which the user has access.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analytics.Management.Goals

public Analytics.Management.Goals()
Method Detail

list

public Analytics.Management.Goals.List list(String accountId,
                                            String webPropertyId,
                                            String profileId)
                                     throws IOException
Lists goals to which the user has access. Create a request for the method "goals.list". This request holds the parameters needed by the the analytics server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
accountId - Account ID to retrieve goals for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to.
webPropertyId - Web property ID to retrieve goals for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to.
profileId - Profile ID to retrieve goals for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to.
Returns:
the request
Throws:
IOException