Show / Hide Table of Contents

Class Report.Types.DataTable.Types.MetricValueGroup

Contains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.

Inheritance
object
Report.Types.DataTable.Types.MetricValueGroup
Implements
IMessage<Report.Types.DataTable.Types.MetricValueGroup>
IEquatable<Report.Types.DataTable.Types.MetricValueGroup>
IDeepCloneable<Report.Types.DataTable.Types.MetricValueGroup>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class Report.Types.DataTable.Types.MetricValueGroup : IMessage<Report.Types.DataTable.Types.MetricValueGroup>, IEquatable<Report.Types.DataTable.Types.MetricValueGroup>, IDeepCloneable<Report.Types.DataTable.Types.MetricValueGroup>, IBufferMessage, IMessage

Constructors

MetricValueGroup()

Declaration
public MetricValueGroup()

MetricValueGroup(MetricValueGroup)

Declaration
public MetricValueGroup(Report.Types.DataTable.Types.MetricValueGroup other)
Parameters
Type Name Description
Report.Types.DataTable.Types.MetricValueGroup other

Properties

AbsoluteChangeValues

Data for the ABSOLUTE_CHANGE MetricValueType.

Declaration
public RepeatedField<Report.Types.Value> AbsoluteChangeValues { get; }
Property Value
Type Description
RepeatedField<Report.Types.Value>

ComparisonPercentOfTotalValues

Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.

Declaration
public RepeatedField<Report.Types.Value> ComparisonPercentOfTotalValues { get; }
Property Value
Type Description
RepeatedField<Report.Types.Value>

ComparisonValues

Data for the COMPARISON MetricValueType.

Declaration
public RepeatedField<Report.Types.Value> ComparisonValues { get; }
Property Value
Type Description
RepeatedField<Report.Types.Value>

FlagValues

If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.

Declaration
public RepeatedField<bool> FlagValues { get; }
Property Value
Type Description
RepeatedField<bool>

PrimaryPercentOfTotalValues

Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.

Declaration
public RepeatedField<Report.Types.Value> PrimaryPercentOfTotalValues { get; }
Property Value
Type Description
RepeatedField<Report.Types.Value>

PrimaryValues

Data for the PRIMARY MetricValueType.

Declaration
public RepeatedField<Report.Types.Value> PrimaryValues { get; }
Property Value
Type Description
RepeatedField<Report.Types.Value>

RelativeChangeValues

Data for the RELATIVE_CHANGE MetricValueType.

Declaration
public RepeatedField<Report.Types.Value> RelativeChangeValues { get; }
Property Value
Type Description
RepeatedField<Report.Types.Value>
In this article
Back to top Generated by DocFX