public class Analytics.Management.CustomDimensions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.CustomDimensions.Get |
class |
Analytics.Management.CustomDimensions.Insert |
class |
Analytics.Management.CustomDimensions.List |
class |
Analytics.Management.CustomDimensions.Patch |
class |
Analytics.Management.CustomDimensions.Update |
| Constructor and Description |
|---|
Analytics.Management.CustomDimensions() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.CustomDimensions.Get |
get(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customDimensionId)
Get a custom dimension to which the user has access.
|
Analytics.Management.CustomDimensions.Insert |
insert(java.lang.String accountId,
java.lang.String webPropertyId,
CustomDimension content)
Create a new custom dimension.
|
Analytics.Management.CustomDimensions.List |
list(java.lang.String accountId,
java.lang.String webPropertyId)
Lists custom dimensions to which the user has access.
|
Analytics.Management.CustomDimensions.Patch |
patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
Analytics.Management.CustomDimensions.Update |
update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
public Analytics.Management.CustomDimensions()
public Analytics.Management.CustomDimensions.Get get(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String customDimensionId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the custom dimension to retrieve.webPropertyId - Web property ID for the custom dimension to retrieve.customDimensionId - The ID of the custom dimension to retrieve.java.io.IOExceptionpublic Analytics.Management.CustomDimensions.Insert insert(java.lang.String accountId, java.lang.String webPropertyId, CustomDimension content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the custom dimension to create.webPropertyId - Web property ID for the custom dimension to create.content - the CustomDimensionjava.io.IOExceptionpublic Analytics.Management.CustomDimensions.List list(java.lang.String accountId, java.lang.String webPropertyId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the custom dimensions to retrieve.webPropertyId - Web property ID for the custom dimensions to retrieve.java.io.IOExceptionpublic Analytics.Management.CustomDimensions.Patch patch(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String customDimensionId, CustomDimension content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the custom dimension to update.webPropertyId - Web property ID for the custom dimension to update.customDimensionId - Custom dimension ID for the custom dimension to update.content - the CustomDimensionjava.io.IOExceptionpublic Analytics.Management.CustomDimensions.Update update(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String customDimensionId, CustomDimension content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID for the custom dimension to update.webPropertyId - Web property ID for the custom dimension to update.customDimensionId - Custom dimension ID for the custom dimension to update.content - the CustomDimensionjava.io.IOException