public enum AdwordsUserListField extends Enum<AdwordsUserListField> implements EntityField
Enum
to facilitate the selection of fields for AdwordsUserList
.Enum Constant and Description |
---|
AccessReason
Indicates the reason this account has been granted access to the list.
|
AccountUserListStatus
Indicates if this share is still active.
|
AppId
A string that uniquely identifies a mobile application from which the data was collected to AdWords API.
|
ClosingReason
Indicating the reason why this user list membership status is closed.
|
ConversionTypes
Conversion types associated with this user list.
|
DataSourceType
Data source of the list.
|
DataUploadResult |
DateSpecificListEndDate
End date of users visit.
|
DateSpecificListRule
Boolean rule that defines visitor of a page.
|
DateSpecificListStartDate
Start date of users visit.
|
Description
Description of this user list.
|
ExpressionListRule
Boolean rule that defines this user list.
|
Id
Id of this user list.
|
IntegrationCode
An Id from external system.
|
IsEligibleForDisplay
A flag that indicates this user list is eligible for Display Network.
|
IsEligibleForSearch
A flag that indicates this user list is eligible for Google Search Network.
|
IsReadOnly
A flag that indicates if a user may edit a list.
|
ListType
Type of this list: remarketing/logical/external remarketing.
|
MembershipLifeSpan
Number of days a user's cookie stays on your list since its most recent addition to the list.
|
Name
Name of this user list.
|
PrepopulationStatus
Status of pre-population.
|
Rules
Logical list rules that define this user list.
|
SeedListSize
Estimated number of users in this seed user list.
|
SeedUserListDescription
Description of this seed user list.
|
SeedUserListId
Seed UserListId from which this list is derived.
|
SeedUserListName
Name of the seed user list.
|
SeedUserListStatus
Membership status of this seed user list.
|
Size
Estimated number of users in this user list, on the Google Display Network.
|
SizeForSearch
Estimated number of users in this user list in the google.com domain.
|
SizeRange
Size range in terms of number of users of the UserList.
|
SizeRangeForSearch
Size range in terms of number of users of the UserList, for Search ads.
|
Status
Membership status of this user list.
|
UploadKeyType
Matching key type of the list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static AdwordsUserListField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdwordsUserListField[] |
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 AdwordsUserListField AccessReason
public static final AdwordsUserListField AccountUserListStatus
public static final AdwordsUserListField AppId
public static final AdwordsUserListField ClosingReason
public static final AdwordsUserListField ConversionTypes
public static final AdwordsUserListField DataSourceType
public static final AdwordsUserListField DataUploadResult
public static final AdwordsUserListField DateSpecificListEndDate
20371230
, then includes all users after startDate
.
The date's format should be YYYYMMDD.
This field is selected by default.public static final AdwordsUserListField DateSpecificListRule
public static final AdwordsUserListField DateSpecificListStartDate
20000101
, then includes all users before endDate
.
The date's format should be YYYYMMDD.
This field is selected by default.public static final AdwordsUserListField Description
public static final AdwordsUserListField ExpressionListRule
Rule#getRuleType()
.
This field is selected by default.public static final AdwordsUserListField Id
public static final AdwordsUserListField IntegrationCode
public static final AdwordsUserListField IsEligibleForDisplay
public static final AdwordsUserListField IsEligibleForSearch
public static final AdwordsUserListField IsReadOnly
public static final AdwordsUserListField ListType
public static final AdwordsUserListField MembershipLifeSpan
It'll be ignored for LogicalUserList
.
public static final AdwordsUserListField Name
AccessReason=SHARED
).public static final AdwordsUserListField PrepopulationStatus
public static final AdwordsUserListField Rules
public static final AdwordsUserListField SeedListSize
public static final AdwordsUserListField SeedUserListDescription
public static final AdwordsUserListField SeedUserListId
public static final AdwordsUserListField SeedUserListName
public static final AdwordsUserListField SeedUserListStatus
public static final AdwordsUserListField Size
public static final AdwordsUserListField SizeForSearch
public static final AdwordsUserListField SizeRange
public static final AdwordsUserListField SizeRangeForSearch
public static final AdwordsUserListField Status
public static final AdwordsUserListField UploadKeyType
public static AdwordsUserListField[] values()
for (AdwordsUserListField c : AdwordsUserListField.values()) System.out.println(c);
public static AdwordsUserListField 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 © 2022. All Rights Reserved.