Class CampaignGoal
Settings that control the goal of a campaign.
Implements
Inherited Members
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 |