Google Analytics API v3 (revision 41)
com.google.api.services.analytics
Class Analytics.Management.CustomDataSources
java.lang.Object
com.google.api.services.analytics.Analytics.Management.CustomDataSources
- Enclosing class:
- Analytics.Management
public class Analytics.Management.CustomDataSources
- extends Object
The "customDataSources" collection of methods.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Analytics.Management.CustomDataSources
public Analytics.Management.CustomDataSources()
list
public Analytics.Management.CustomDataSources.List list(String accountId,
String webPropertyId)
throws IOException
- List custom data sources to which the user has access.
Create a request for the method "customDataSources.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 custom data sources to retrieve.webPropertyId - Web property Id for the custom data sources to retrieve.
- Returns:
- the request
- Throws:
IOException