Table of Contents

Class ReportingMetadataEntry

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
public class ReportingMetadataEntry : IDirectResponseSchema
Inheritance
ReportingMetadataEntry
Implements
IDirectResponseSchema
Inherited Members

Constructors

ReportingMetadataEntry()

public ReportingMetadataEntry()

Properties

CompatibleDimensions

For metrics this is a list of dimension IDs which the metric is compatible with, for dimensions it is a list of compatibility groups the dimension belongs to.

public virtual IList<string> CompatibleDimensions { get; set; }

Property Value

IList<string>

CompatibleMetrics

The names of the metrics the dimension or metric this reporting metadata entry describes is compatible with.

public virtual IList<string> CompatibleMetrics { get; set; }

Property Value

IList<string>

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Id

Unique identifier of this reporting metadata entry, corresponding to the name of the appropriate dimension or metric.

public virtual string Id { get; set; }

Property Value

string

Kind

Kind of resource this is, in this case adsense#reportingMetadataEntry.

public virtual string Kind { get; set; }

Property Value

string

RequiredDimensions

The names of the dimensions which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted.

public virtual IList<string> RequiredDimensions { get; set; }

Property Value

IList<string>

RequiredMetrics

The names of the metrics which the dimension or metric this reporting metadata entry describes requires to also be present in order for the report to be valid. Omitting these will not cause an error or warning, but may result in data which cannot be correctly interpreted.

public virtual IList<string> RequiredMetrics { get; set; }

Property Value

IList<string>

SupportedProducts

The codes of the projects supported by the dimension or metric this reporting metadata entry describes.

public virtual IList<string> SupportedProducts { get; set; }

Property Value

IList<string>