Google Analytics API v2.4 (revision 33)
com.google.api.services.analytics
Class Analytics.Management.Profiles
java.lang.Object
com.google.api.services.analytics.Analytics.Management.Profiles
- Enclosing class:
- Analytics.Management
public class Analytics.Management.Profiles
- extends Object
The "profiles" collection of methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Analytics.Management.Profiles
public Analytics.Management.Profiles()
list
public Analytics.Management.Profiles.List list(String accountId,
String webPropertyId)
throws IOException
- Lists profiles to which the user has access.
Create a request for the method "profiles.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 for the profiles to retrieve. Can either be a specific account ID or '~all', which refers
to all the accounts to which the user has access.webPropertyId
- Web property ID for the profiles to retrieve. Can either be a specific web property ID or '~all',
which refers to all the web properties to which the user has access.
- Returns:
- the request
- Throws:
IOException