public enum TargetingIdeaField extends Enum<TargetingIdeaField> implements EntityField
Enum
to facilitate the selection of fields for TargetingIdea
.Enum Constant and Description |
---|
Argument
Value of the product operand to comapare against
|
CriteriaType |
DisplayName
Title of this mobile application.
|
Id
ID of this criterion.
|
KeywordMatchType
Match type of this keyword.
|
KeywordText
Text of this keyword (at most 80 characters and ten words).
|
MobileAppCategoryId
ID of this mobile app category.
|
Operand
Only following values are allowed as Operand : id product_type brand adwords_grouping condition adwords_labels
|
Path
The category to target or exclude.
|
PlacementUrl
Url of the placement.
|
Text
Product criteria parameter
|
UserInterestId
Id of this user interest.
|
UserInterestName
Name of this user interest.
|
UserListId
Id of this user list.
|
UserListMembershipStatus |
UserListName |
VerticalId
Id of this vertical.
|
VerticalParentId
Id of the parent of this vertical.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static TargetingIdeaField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetingIdeaField[] |
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, valueOf
name
public static final TargetingIdeaField Argument
public static final TargetingIdeaField CriteriaType
public static final TargetingIdeaField DisplayName
public static final TargetingIdeaField Id
public static final TargetingIdeaField KeywordMatchType
public static final TargetingIdeaField KeywordText
public static final TargetingIdeaField MobileAppCategoryId
public static final TargetingIdeaField Operand
public static final TargetingIdeaField Path
{"Pets & Animals", "Pets", "Dogs"}
represents the "Pets & Animals/Pets/Dogs" category.
A complete list of available vertical categories is available here This field is required and must not be empty.public static final TargetingIdeaField PlacementUrl
For example, "http://www.domain.com".
public static final TargetingIdeaField Text
public static final TargetingIdeaField UserInterestId
public static final TargetingIdeaField UserInterestName
public static final TargetingIdeaField UserListId
public static final TargetingIdeaField UserListMembershipStatus
public static final TargetingIdeaField UserListName
public static final TargetingIdeaField VerticalId
public static final TargetingIdeaField VerticalParentId
public static TargetingIdeaField[] values()
for (TargetingIdeaField c : TargetingIdeaField.values()) System.out.println(c);
public static TargetingIdeaField 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()
EntityField
isFilterable
in interface EntityField
Copyright © 2015. All Rights Reserved.