| Package | Description |
|---|---|
| com.google.api.services.analytics | |
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.CustomDimensions.Insert |
Analytics.Management.CustomDimensions.insert(String accountId,
String webPropertyId,
CustomDimension content)
Create a new custom dimension.
|
Analytics.Management.CustomDimensions.Patch |
Analytics.Management.CustomDimensions.patch(String accountId,
String webPropertyId,
String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
Analytics.Management.CustomDimensions.Update |
Analytics.Management.CustomDimensions.update(String accountId,
String webPropertyId,
String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
| Constructor and Description |
|---|
Insert(String accountId,
String webPropertyId,
CustomDimension content)
Create a new custom dimension.
|
Patch(String accountId,
String webPropertyId,
String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
Update(String accountId,
String webPropertyId,
String customDimensionId,
CustomDimension content)
Updates an existing custom dimension.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDimension |
CustomDimension.clone() |
CustomDimension |
CustomDimension.set(String fieldName,
Object value) |
CustomDimension |
CustomDimension.setAccountId(String accountId)
Account ID.
|
CustomDimension |
CustomDimension.setActive(Boolean active)
Boolean indicating whether the custom dimension is active.
|
CustomDimension |
CustomDimension.setCreated(DateTime created)
Time the custom dimension was created.
|
CustomDimension |
CustomDimension.setId(String id)
Custom dimension ID.
|
CustomDimension |
CustomDimension.setIndex(Integer index)
Index of the custom dimension.
|
CustomDimension |
CustomDimension.setKind(String kind)
Kind value for a custom dimension.
|
CustomDimension |
CustomDimension.setName(String name)
Name of the custom dimension.
|
CustomDimension |
CustomDimension.setParentLink(CustomDimension.ParentLink parentLink)
Parent link for the custom dimension.
|
CustomDimension |
CustomDimension.setScope(String scope)
Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
|
CustomDimension |
CustomDimension.setSelfLink(String selfLink)
Link for the custom dimension
|
CustomDimension |
CustomDimension.setUpdated(DateTime updated)
Time the custom dimension was last modified.
|
CustomDimension |
CustomDimension.setWebPropertyId(String webPropertyId)
Property ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDimension> |
CustomDimensions.getItems()
Collection of custom dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDimensions |
CustomDimensions.setItems(List<CustomDimension> items)
Collection of custom dimensions.
|
Copyright © 2011–2022 Google. All rights reserved.