Show / Hide Table of Contents

Class Project

Contains properties of a Planning project.

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

Properties

AccountId

Account ID of this project.

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

AdvertiserId

Advertiser ID of this project.

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

AudienceAgeGroup

Audience age group of this project.

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

AudienceGender

Audience gender of this project.

Declaration
[JsonProperty("audienceGender")]
public virtual string AudienceGender { get; set; }
Property Value
Type Description
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
long?

ClientBillingCode

Client billing code of this project.

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

ClientName

Name of the project client.

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

EndDate

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type Description
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
long?

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
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
string

Overview

Overview of this project.

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

StartDate

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

SubaccountId

Subaccount ID of this project.

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

TargetClicks

Number of clicks that the advertiser is targeting.

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

TargetConversions

Number of conversions that the advertiser is targeting.

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

TargetCpaNanos

CPA that the advertiser is targeting.

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

TargetCpcNanos

CPC that the advertiser is targeting.

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

TargetCpmActiveViewNanos

vCPM from Active View that the advertiser is targeting.

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

TargetCpmNanos

CPM that the advertiser is targeting.

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

TargetImpressions

Number of impressions that the advertiser is targeting.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX