Class TvCampaignTimepoint
A single data point for TvCampaignDetail, which holds information about the TV campaign for a specific start date and date window.
Implements
Inherited Members
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 |