Show / Hide Table of Contents

Class CampaignGoal

Settings that control the goal of a campaign.

Inheritance
System.Object
CampaignGoal
Implements
Google.Apis.Requests.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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CampaignGoal : IDirectResponseSchema

Properties

CampaignGoalType

Required. The type of the campaign goal.

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

PerformanceGoal

Required. The performance goal of the campaign. Acceptable values for performance_goal_type are: * PERFORMANCE_GOAL_TYPE_CPM * PERFORMANCE_GOAL_TYPE_CPC * PERFORMANCE_GOAL_TYPE_CPA * PERFORMANCE_GOAL_TYPE_CPIAVC * PERFORMANCE_GOAL_TYPE_CTR * PERFORMANCE_GOAL_TYPE_VIEWABILITY * PERFORMANCE_GOAL_TYPE_OTHER

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top