Show / Hide Table of Contents

Class FilteredBidCreativeRow

The number of filtered bids with the specified dimension values that have the specified creative.

Inheritance
object
FilteredBidCreativeRow
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class FilteredBidCreativeRow : IDirectResponseSchema

Properties

BidCount

The number of bids with the specified creative.

Declaration
[JsonProperty("bidCount")]
public virtual MetricValue BidCount { get; set; }
Property Value
Type Description
MetricValue

CreativeId

The ID of the creative.

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

ETag

The ETag of the item.

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

RowDimensions

The values of all dimensions associated with metric values in this row.

Declaration
[JsonProperty("rowDimensions")]
public virtual RowDimensions RowDimensions { get; set; }
Property Value
Type Description
RowDimensions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX