| Package | Description |
|---|---|
| com.google.api.services.analytics | |
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.CustomMetrics.Insert |
Analytics.Management.CustomMetrics.insert(java.lang.String accountId,
java.lang.String webPropertyId,
CustomMetric content)
Create a new custom metric.
|
Analytics.Management.CustomMetrics.Patch |
Analytics.Management.CustomMetrics.patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customMetricId,
CustomMetric content)
Updates an existing custom metric.
|
Analytics.Management.CustomMetrics.Update |
Analytics.Management.CustomMetrics.update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customMetricId,
CustomMetric content)
Updates an existing custom metric.
|
| Constructor and Description |
|---|
Analytics.Management.CustomMetrics.Insert(java.lang.String accountId,
java.lang.String webPropertyId,
CustomMetric content)
Create a new custom metric.
|
Analytics.Management.CustomMetrics.Patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customMetricId,
CustomMetric content)
Updates an existing custom metric.
|
Analytics.Management.CustomMetrics.Update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String customMetricId,
CustomMetric content)
Updates an existing custom metric.
|
| Modifier and Type | Method and Description |
|---|---|
CustomMetric |
CustomMetric.clone() |
CustomMetric |
CustomMetric.set(java.lang.String fieldName,
java.lang.Object value) |
CustomMetric |
CustomMetric.setAccountId(java.lang.String accountId)
Account ID.
|
CustomMetric |
CustomMetric.setActive(java.lang.Boolean active)
Boolean indicating whether the custom metric is active.
|
CustomMetric |
CustomMetric.setCreated(com.google.api.client.util.DateTime created)
Time the custom metric was created.
|
CustomMetric |
CustomMetric.setId(java.lang.String id)
Custom metric ID.
|
CustomMetric |
CustomMetric.setIndex(java.lang.Integer index)
Index of the custom metric.
|
CustomMetric |
CustomMetric.setKind(java.lang.String kind)
Kind value for a custom metric.
|
CustomMetric |
CustomMetric.setMaxValue(java.lang.String maxValue)
Max value of custom metric.
|
CustomMetric |
CustomMetric.setMinValue(java.lang.String minValue)
Min value of custom metric.
|
CustomMetric |
CustomMetric.setName(java.lang.String name)
Name of the custom metric.
|
CustomMetric |
CustomMetric.setParentLink(CustomMetric.ParentLink parentLink)
Parent link for the custom metric.
|
CustomMetric |
CustomMetric.setScope(java.lang.String scope)
Scope of the custom metric: HIT or PRODUCT.
|
CustomMetric |
CustomMetric.setSelfLink(java.lang.String selfLink)
Link for the custom metric
|
CustomMetric |
CustomMetric.setType(java.lang.String type)
Data type of custom metric.
|
CustomMetric |
CustomMetric.setUpdated(com.google.api.client.util.DateTime updated)
Time the custom metric was last modified.
|
CustomMetric |
CustomMetric.setWebPropertyId(java.lang.String webPropertyId)
Property ID.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CustomMetric> |
CustomMetrics.getItems()
Collection of custom metrics.
|
| Modifier and Type | Method and Description |
|---|---|
CustomMetrics |
CustomMetrics.setItems(java.util.List<CustomMetric> items)
Collection of custom metrics.
|