Show / Hide Table of Contents

Class ReachReportCompatibleFields

Represents fields that are compatible to be selected for a report of type "REACH".

Inheritance
object
ReachReportCompatibleFields
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class ReachReportCompatibleFields : IDirectResponseSchema

Properties

DimensionFilters

Dimensions which are compatible to be selected in the "dimensionFilters" section of the report.

Declaration
[JsonProperty("dimensionFilters")]
public virtual IList<Dimension> DimensionFilters { get; set; }
Property Value
Type Description
IList<Dimension>

Dimensions

Dimensions which are compatible to be selected in the "dimensions" section of the report.

Declaration
[JsonProperty("dimensions")]
public virtual IList<Dimension> Dimensions { get; set; }
Property Value
Type Description
IList<Dimension>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

The kind of resource this is, in this case dfareporting#reachReportCompatibleFields.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Metrics

Metrics which are compatible to be selected in the "metricNames" section of the report.

Declaration
[JsonProperty("metrics")]
public virtual IList<Metric> Metrics { get; set; }
Property Value
Type Description
IList<Metric>

PivotedActivityMetrics

Metrics which are compatible to be selected as activity metrics to pivot on in the "activities" section of the report.

Declaration
[JsonProperty("pivotedActivityMetrics")]
public virtual IList<Metric> PivotedActivityMetrics { get; set; }
Property Value
Type Description
IList<Metric>

ReachByFrequencyMetrics

Metrics which are compatible to be selected in the "reachByFrequencyMetricNames" section of the report.

Declaration
[JsonProperty("reachByFrequencyMetrics")]
public virtual IList<Metric> ReachByFrequencyMetrics { get; set; }
Property Value
Type Description
IList<Metric>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX