Google Analytics API v2.4 (revision 33)
com.google.api.services.analytics
Class Analytics.Management.Goals
java.lang.Object
com.google.api.services.analytics.Analytics.Management.Goals
- Enclosing class:
- Analytics.Management
public class Analytics.Management.Goals
- extends Object
The "goals" collection of methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Analytics.Management.Goals
public Analytics.Management.Goals()
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