list
public Analytics.Management.Goals.List list(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String profileId)
throws java.io.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 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 - View (Profile) ID to retrieve goals for. Can either be a specific view (profile) ID or '~all', which
refers to all the views (profiles) that user has access to.
- Returns:
- the request
- Throws:
java.io.IOException