Class Project
Contains properties of a Planning project.
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Project : IDirectResponseSchema
Properties
AccountId
Account ID of this project.
Declaration
[JsonProperty("accountId")]
public virtual long? AccountId { get; set; }
Property Value
AdvertiserId
Advertiser ID of this project.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
AudienceAgeGroup
Audience age group of this project.
Declaration
[JsonProperty("audienceAgeGroup")]
public virtual string AudienceAgeGroup { get; set; }
Property Value
AudienceGender
Audience gender of this project.
Declaration
[JsonProperty("audienceGender")]
public virtual string AudienceGender { get; set; }
Property Value
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
ClientBillingCode
Client billing code of this project.
Declaration
[JsonProperty("clientBillingCode")]
public virtual string ClientBillingCode { get; set; }
Property Value
ClientName
Name of the project client.
Declaration
[JsonProperty("clientName")]
public virtual string ClientName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndDate
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Id
ID of this project. This is a read-only, auto-generated field.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
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
LastModifiedInfo
Information about the most recent modification of this project.
Declaration
[JsonProperty("lastModifiedInfo")]
public virtual LastModifiedInfo LastModifiedInfo { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Overview
Overview of this project.
Declaration
[JsonProperty("overview")]
public virtual string Overview { get; set; }
Property Value
StartDate
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
SubaccountId
Subaccount ID of this project.
Declaration
[JsonProperty("subaccountId")]
public virtual long? SubaccountId { get; set; }
Property Value
TargetClicks
Number of clicks that the advertiser is targeting.
Declaration
[JsonProperty("targetClicks")]
public virtual long? TargetClicks { get; set; }
Property Value
TargetConversions
Number of conversions that the advertiser is targeting.
Declaration
[JsonProperty("targetConversions")]
public virtual long? TargetConversions { get; set; }
Property Value
TargetCpaNanos
CPA that the advertiser is targeting.
Declaration
[JsonProperty("targetCpaNanos")]
public virtual long? TargetCpaNanos { get; set; }
Property Value
TargetCpcNanos
CPC that the advertiser is targeting.
Declaration
[JsonProperty("targetCpcNanos")]
public virtual long? TargetCpcNanos { get; set; }
Property Value
TargetCpmActiveViewNanos
vCPM from Active View that the advertiser is targeting.
Declaration
[JsonProperty("targetCpmActiveViewNanos")]
public virtual long? TargetCpmActiveViewNanos { get; set; }
Property Value
TargetCpmNanos
CPM that the advertiser is targeting.
Declaration
[JsonProperty("targetCpmNanos")]
public virtual long? TargetCpmNanos { get; set; }
Property Value
TargetImpressions
Number of impressions that the advertiser is targeting.
Declaration
[JsonProperty("targetImpressions")]
public virtual long? TargetImpressions { get; set; }
Property Value
Implements