public enum TargetingType extends java.lang.Enum<TargetingType>
| Modifier and Type | Method and Description |
|---|---|
TargetingType |
getNegativeOf() |
TargetingType |
getValueForBatchType() |
boolean |
isNegativeTargeting() |
static TargetingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetingType LOCATION
public static final TargetingType FOLLOWERS_OF_USER
public static final TargetingType SIMILAR_TO_FOLLOWERS_OF_USER
public static final TargetingType INTEREST
public static final TargetingType PLATFORM
public static final TargetingType PLATFORM_VERSION
public static final TargetingType DEVICE
public static final TargetingType WIFI_ONLY
public static final TargetingType GENDER
public static final TargetingType TV_SHOW
public static final TargetingType TV_CHANNEL
public static final TargetingType TV_GENRE
public static final TargetingType TV_AD_TARGETING
public static final TargetingType TV_MARKET
public static final TargetingType BROAD_KEYWORD
public static final TargetingType UNORDERED_KEYWORD
public static final TargetingType PHRASE_KEYWORD
public static final TargetingType EXACT_KEYWORD
public static final TargetingType NEGATIVE_PHRASE_KEYWORD
public static final TargetingType NEGATIVE_UNORDERED_KEYWORD
public static final TargetingType NEGATIVE_EXACT_KEYWORD
public static final TargetingType TAILORED_AUDIENCE
public static final TargetingType TAILORED_AUDIENCES_EXCLUDED
public static final TargetingType FLEXIBLE_TAILORED_AUDIENCE
public static final TargetingType TAILORED_AUDIENCE_EXPANDED
public static final TargetingType LANGUAGE
public static final TargetingType TAILORED_AUDIENCES_EXPANDED
public static final TargetingType RTB_APP_CATEGORY
public static final TargetingType NETWORK_OPERATOR
public static final TargetingType NETWORK_ACTIVATION_DURATION
public static final TargetingType NETWORK_ACTIVATION_DURATION_LT
public static final TargetingType NETWORK_ACTIVATION_DURATION_GTE
public static final TargetingType AGE
public static final TargetingType BEHAVIOR
public static final TargetingType NEGATIVE_BEHAVIOR
public static final TargetingType BEHAVIOR_EXPANDED
public static final TargetingType TV_SHOW_AIRING_RESTRICTED
public static final TargetingType APP_STORE_CATEGORY
public static final TargetingType APP_STORE_CATEGORY_LOOKALIKE
public static final TargetingType APP_STORE_CATEGORY_EXPANDED
public static final TargetingType ENGAGEMENT_TYPE
public static final TargetingType CAMPAIGN_ENGAGEMENT
public static final TargetingType CUSTOM_APP_LIST
public static final TargetingType APP_LIST
public static final TargetingType EXCLUDE_APP_LIST
public static final TargetingType USER_ENGAGEMENT
public static final TargetingType EVENT
public static final TargetingType CONTENT_PUBLISHER_USER
public static final TargetingType CONVERSATION
public static final TargetingType IAB_CATEGORY
public static TargetingType[] values()
for (TargetingType c : TargetingType.values()) System.out.println(c);
public static TargetingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isNegativeTargeting()
public TargetingType getNegativeOf()
public TargetingType getValueForBatchType()