Show / Hide Table of Contents

Class CampaignGoal

Settings that control the goal of a campaign.

Inheritance
object
CampaignGoal
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.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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

IDirectResponseSchema
In this article
Back to top Generated by DocFX