Show / Hide Table of Contents

Class LineItemStats

Contains trafficking statistics for LineItem.

Inheritance
object
LineItemStats
Implements
IMessage<LineItemStats>
IEquatable<LineItemStats>
IDeepCloneable<LineItemStats>
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 LineItemStats : IMessage<LineItemStats>, IEquatable<LineItemStats>, IDeepCloneable<LineItemStats>, IBufferMessage, IMessage

Constructors

LineItemStats()

Declaration
public LineItemStats()

LineItemStats(LineItemStats)

Declaration
public LineItemStats(LineItemStats other)
Parameters
Type Name Description
LineItemStats other

Properties

ClicksDelivered

Output only. The number of clicks delivered

Declaration
public long ClicksDelivered { get; set; }
Property Value
Type Description
long

DeliveryData

Output only. Clicks or impressions delivered for each of the last 7 days. Values are in chronological order (oldest to newest).

Declaration
public RepeatedField<long> DeliveryData { get; }
Property Value
Type Description
RepeatedField<long>

HasClicksDelivered

Gets whether the "clicks_delivered" field is set

Declaration
public bool HasClicksDelivered { get; }
Property Value
Type Description
bool

HasImpressionsDelivered

Gets whether the "impressions_delivered" field is set

Declaration
public bool HasImpressionsDelivered { get; }
Property Value
Type Description
bool

HasVideoCompletionsDelivered

Gets whether the "video_completions_delivered" field is set

Declaration
public bool HasVideoCompletionsDelivered { get; }
Property Value
Type Description
bool

HasVideoStartsDelivered

Gets whether the "video_starts_delivered" field is set

Declaration
public bool HasVideoStartsDelivered { get; }
Property Value
Type Description
bool

HasViewableImpressionsDelivered

Gets whether the "viewable_impressions_delivered" field is set

Declaration
public bool HasViewableImpressionsDelivered { get; }
Property Value
Type Description
bool

ImpressionsDelivered

Output only. The number of impressions delivered.

Declaration
public long ImpressionsDelivered { get; set; }
Property Value
Type Description
long

VideoCompletionsDelivered

Output only. The number of video completions delivered.

Declaration
public long VideoCompletionsDelivered { get; set; }
Property Value
Type Description
long

VideoStartsDelivered

Output only. The number of video starts delivered.

Declaration
public long VideoStartsDelivered { get; set; }
Property Value
Type Description
long

ViewableImpressionsDelivered

Output only. The number of viewable impressions delivered.

Declaration
public long ViewableImpressionsDelivered { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX