Enum ReportDefinition.Types.MetricValueType
Possible metric value types to add.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum ReportDefinition.Types.MetricValueType
Fields
| Name | Description |
|---|---|
| AbsoluteChange | The absolute change between the primary and comparison date ranges. |
| Comparison | The values for the comparison_date_range. |
| ComparisonPercentOfTotal | Each metrics' percent of the total for the comparison_date_range. |
| Primary | The values for the primary date_range. |
| PrimaryPercentOfTotal | Each metrics' percent of the total for the primary date_range. |
| RelativeChange | The relative change between the primary and comparison date ranges. |