Show / Hide Table of Contents

Class Project

Contains properties of a Planning project.

Inheritance
System.Object
Project
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class Project : IDirectResponseSchema

Properties

AccountId

Account ID of this project.

Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

AdvertiserId

Advertiser ID of this project.

Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

AudienceAgeGroup

Audience age group of this project.

Declaration
[JsonProperty("audienceAgeGroup")]
public virtual string AudienceAgeGroup { get; set; }
Property Value
Type Description
System.String

AudienceGender

Audience gender of this project.

Declaration
[JsonProperty("audienceGender")]
public virtual string AudienceGender { get; set; }
Property Value
Type Description
System.String

Budget

Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.

Declaration
[JsonProperty("budget")]
public virtual long? Budget { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ClientBillingCode

Client billing code of this project.

Declaration
[JsonProperty("clientBillingCode")]
public virtual string ClientBillingCode { get; set; }
Property Value
Type Description
System.String

ClientName

Name of the project client.

Declaration
[JsonProperty("clientName")]
public virtual string ClientName { get; set; }
Property Value
Type Description
System.String

EndDate

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

ETag

The ETag of the item.

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

Id

ID of this project. This is a read-only, auto-generated field.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Kind

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

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

LastModifiedInfo

Information about the most recent modification of this project.

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

Name

Name of this project.

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

Overview

Overview of this project.

Declaration
[JsonProperty("overview")]
public virtual string Overview { get; set; }
Property Value
Type Description
System.String

StartDate

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

SubaccountId

Subaccount ID of this project.

Declaration
[JsonProperty("subaccountId")]
public virtual long? SubaccountId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetClicks

Number of clicks that the advertiser is targeting.

Declaration
[JsonProperty("targetClicks")]
public virtual long? TargetClicks { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetConversions

Number of conversions that the advertiser is targeting.

Declaration
[JsonProperty("targetConversions")]
public virtual long? TargetConversions { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetCpaNanos

CPA that the advertiser is targeting.

Declaration
[JsonProperty("targetCpaNanos")]
public virtual long? TargetCpaNanos { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetCpcNanos

CPC that the advertiser is targeting.

Declaration
[JsonProperty("targetCpcNanos")]
public virtual long? TargetCpcNanos { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetCpmActiveViewNanos

vCPM from Active View that the advertiser is targeting.

Declaration
[JsonProperty("targetCpmActiveViewNanos")]
public virtual long? TargetCpmActiveViewNanos { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetCpmNanos

CPM that the advertiser is targeting.

Declaration
[JsonProperty("targetCpmNanos")]
public virtual long? TargetCpmNanos { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

TargetImpressions

Number of impressions that the advertiser is targeting.

Declaration
[JsonProperty("targetImpressions")]
public virtual long? TargetImpressions { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top