Show / Hide Table of Contents

Class TvCampaignSummary

TvCampaignSummary contains aggregate data from a TV campaign.

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

Properties

ETag

The ETag of the item.

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

EndDate

The end date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".

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

Grp

GRP of this TV campaign.

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

Id

ID of this TV campaign.

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

Impressions

Impressions across the entire TV campaign.

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

Kind

Identifies what kind of resource this is. Value: the fixed string "dfareporting#tvCampaignSummary".

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

Name

Identifier. Name of this TV campaign.

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

Spend

Spend across the entire TV campaign.

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

StartDate

The start date of the TV campaign, inclusive. A string of the format: "yyyy-MM-dd".

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

Type

"CampaignComponentType" of this TV campaign.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX