public enum TargetingIdeaField extends Enum<TargetingIdeaField> implements EntityField
Enum
to facilitate the selection of fields for TargetingIdea
.Enum Constant and Description |
---|
AppId
A string that uniquely identifies a mobile application to AdWords API.
|
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.
|
Path
The category to target or exclude.
|
PlacementUrl
Url of the placement.
|
UserInterestId
Id of this user interest.
|
UserInterestName
Name of this user interest.
|
UserInterestParentId
Parent Id of this user interest.
|
UserListEligibleForDisplay
Determines whether a user list is eligible for targeting in the display network.
|
UserListEligibleForSearch
Determines whether a user list is eligible for targeting in the google.com (search) network.
|
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 AppId
{platform}-{platform_native_id}
", where platform
is "1" for iOS apps and "2" for Android apps, and where platform_native_id
is the mobile application identifier native to the corresponding platform.
For iOS, this native identifier is the 9 digit string that appears at the end of an App Store URL (e.g., "476943146" for "Flood-It! 2" whose App Store link is http://itunes.apple.com/us/app/flood-it!-2/id476943146).
For Android, this native identifier is the application's package name (e.g., "com.labpixies.colordrips" for "Color Drips" given Google Play link https://play.google.com/store/apps/details?id=com.labpixies.colordrips).
A well formed app id for AdWords API would thus be "1-476943146" for iOS and "2-com.labpixies.colordrips" for Android.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 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 UserInterestId
public static final TargetingIdeaField UserInterestName
public static final TargetingIdeaField UserInterestParentId
public static final TargetingIdeaField UserListEligibleForDisplay
public static final TargetingIdeaField UserListEligibleForSearch
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 © 2018. All Rights Reserved.