public enum CampaignGroupPerformanceTargetField extends Enum<CampaignGroupPerformanceTargetField> implements EntityField
Enum to facilitate the selection of fields for CampaignGroupPerformanceTarget.| Enum Constant and Description |
|---|
CampaignGroupId
Id of the campaign group that this performance target is for.
|
EfficiencyTargetType
This property specifies desired outcomes for some clicks, conversions or impressions statistic for the given time period.
|
EfficiencyTargetValue
The numerical value that goes along with the expression specified by the efficiency target type.
|
EndDate
The end date for the performance target.
|
ForecastStatus
The forecast status specifies how well the campaigns of a performance targets are doing or have done in the past in relation to the targets set on the performance target.
|
HasPromotedSuggestions
Specifies whether this performance target has promoted suggestions associated with it.
|
Id
Id of this campaign group performance target.
|
SpendTarget
A numerical value specifying just how much money the advertiser is willing to spend during the time period of this performance target.
|
SpendTargetType |
StartDate
The start date for the performance target.
|
VolumeGoalType
The volume goal of the performance target.
|
VolumeTargetValue
The value of the volume target.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isFilterable()
If the field is filterable.
|
static CampaignGroupPerformanceTargetField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CampaignGroupPerformanceTargetField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final CampaignGroupPerformanceTargetField CampaignGroupId
public static final CampaignGroupPerformanceTargetField EfficiencyTargetType
Only specific efficiency target types are allowed for a volume goal type. The following mapping explicitly specifies all allowed combinations. Volume Goal Type : List of Efficiency Target Types MAXIMIZE_CLICKS : CPC_LESS_THAN_OR_EQUAL_TO MAXIMIZE_CONVERSIONS : CPA_LESS_THAN_OR_EQUAL_TO
public static final CampaignGroupPerformanceTargetField EfficiencyTargetValue
public static final CampaignGroupPerformanceTargetField EndDate
public static final CampaignGroupPerformanceTargetField ForecastStatus
public static final CampaignGroupPerformanceTargetField HasPromotedSuggestions
public static final CampaignGroupPerformanceTargetField Id
public static final CampaignGroupPerformanceTargetField SpendTarget
public static final CampaignGroupPerformanceTargetField SpendTargetType
public static final CampaignGroupPerformanceTargetField StartDate
public static final CampaignGroupPerformanceTargetField VolumeGoalType
public static final CampaignGroupPerformanceTargetField VolumeTargetValue
public static CampaignGroupPerformanceTargetField[] values()
for (CampaignGroupPerformanceTargetField c : CampaignGroupPerformanceTargetField.values()) System.out.println(c);
public static CampaignGroupPerformanceTargetField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isFilterable()
EntityFieldisFilterable in interface EntityFieldCopyright © 2019. All rights reserved.