public class Analytics.Management.CustomDimensions extends 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 |
|---|
CustomDimensions() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.CustomDimensions.Get |
get(String accountId,
String webPropertyId,
String customDimensionId)
Get a custom dimension to which the user has access.
|
Analytics.Management.CustomDimensions.Insert |
insert(String accountId,
String webPropertyId,
CustomDimension content)
Create a new custom dimension.
|
Analytics.Management.CustomDimensions.List |
list(String accountId,
String webPropertyId)
Lists custom dimensions to which the user has access.
|
Analytics.Management.CustomDimensions.Patch |
patch(String accountId,
String webPropertyId,
String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
Analytics.Management.CustomDimensions.Update |
update(String accountId,
String webPropertyId,
String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
public Analytics.Management.CustomDimensions.Get get(String accountId, String webPropertyId, String customDimensionId) throws 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.IOExceptionpublic Analytics.Management.CustomDimensions.Insert insert(String accountId, String webPropertyId, CustomDimension content) throws 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 CustomDimensionIOExceptionpublic Analytics.Management.CustomDimensions.List list(String accountId, String webPropertyId) throws 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.IOExceptionpublic Analytics.Management.CustomDimensions.Patch patch(String accountId, String webPropertyId, String customDimensionId, CustomDimension content) throws 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 CustomDimensionIOExceptionpublic Analytics.Management.CustomDimensions.Update update(String accountId, String webPropertyId, String customDimensionId, CustomDimension content) throws 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 CustomDimensionIOExceptionCopyright © 2011–2022 Google. All rights reserved.