Show / Hide Table of Contents

Class TvCampaignTimepoint

A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.

Inheritance
object
TvCampaignTimepoint
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 TvCampaignTimepoint : IDirectResponseSchema

Properties

DateWindow

The date window of the timepoint.

Declaration
[JsonProperty("dateWindow")]
public virtual string DateWindow { 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

Spend

The spend within the time range of the timepoint.

Declaration
[JsonProperty("spend")]
public virtual double? Spend { get; set; }
Property Value
Type Description
double?

StartDate

The start date of the timepoint. A string in the format of "yyyy-MM-dd".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX