public class Analytics.Management.Goals extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.Goals.List |
| Constructor and Description |
|---|
Goals() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.Goals.List |
list(String accountId,
String webPropertyId,
String profileId)
Lists goals to which the user has access.
|
public Analytics.Management.Goals.List list(String accountId, String webPropertyId, String profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.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.IOExceptionCopyright © 2011–2020 Google. All rights reserved.