Show / Hide Table of Contents

Class CustomViewabilityMetric

Custom Viewability Metric

Inheritance
object
CustomViewabilityMetric
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.v3_5.Data
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class CustomViewabilityMetric : IDirectResponseSchema

Properties

Configuration

Configuration of the custom viewability metric.

Declaration
[JsonProperty("configuration")]
public virtual CustomViewabilityMetricConfiguration Configuration { get; set; }
Property Value
Type Description
CustomViewabilityMetricConfiguration

ETag

The ETag of the item.

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

Id

ID of the custom viewability metric.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

Name

Name of the custom viewability metric.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX