public enum DataField extends Enum<DataField> implements EntityField
Enum
to facilitate the selection of fields for Data
.Enum Constant and Description |
---|
AdGroupId
ID of the ad group that contains the criterion with which this bid landscape is associated.
|
Bid
The bid amount used to estimate this landscape point's data.
|
BidModifier
The bid modifier value of this point.
|
CampaignId |
Category
Recommended category for the website domain.
|
CategoryRank
The position of this category in the recommended set of categories.
|
Coverage
Coverage is the number of docs that match a label / number of docs that match the immediate parent label.
|
CriterionId
ID of the criterion associated with this landscape.
|
DomainName
The domain for the website.
|
EndDate
Last day on which this landscape is based.
|
HasChild
Used to determine whether a category has sub-categories associated with it.
|
IsoLanguage
The language for the website.
|
LandscapeCurrent
Only applies to landscapes with
landscapeType == DEFAULT . |
LandscapeType |
LocalClicks
Estimated number of clicks at this bid.
|
LocalCost
Estimated cost at this bid.
|
LocalImpressions
Estimated number of impressions at this bid.
|
PromotedImpressions
Estimated number of promoted impressions.
|
RecommendedCpc
The recommended cost per click for the category.
|
RequiredBudget
Required daily budget to achieve the predicted stats at this bid.
|
StartDate
First day on which this landscape is based.
|
TotalLocalClicks
Estimated total clicks for all devices in mobile bid modifier landscape.
|
TotalLocalCost
Estimated total cost for all devices in mobile bid modifier landscape.
|
TotalLocalImpressions
Estimated total impressions for all devices in mobile bid modifier landscape.
|
TotalLocalPromotedImpressions
Estimated total promoted impressions for all devices in mobile bid modifier landscape.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static DataField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataField[] |
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 DataField AdGroupId
public static final DataField Bid
public static final DataField BidModifier
public static final DataField CampaignId
public static final DataField Category
public static final DataField CategoryRank
public static final DataField Coverage
Example : united states/ca/sfo matches 500 docs and united states/ca matches 1000 docs. The coverage will be 50%.
public static final DataField CriterionId
public static final DataField DomainName
The domain can be specified in the DynamicSearchAdsSetting required for dynamic search ads.
public static final DataField EndDate
public static final DataField HasChild
public static final DataField IsoLanguage
The language can be specified in the DynamicSearchAdsSetting required for dynamic search ads.
public static final DataField LandscapeCurrent
landscapeType == DEFAULT
.
If true, then this bid landscape contains the set of ad group criteria that currently do not have criterion-level bid overrides.
If false, then this bid landscape was derived from an earlier snapshot of ad group criteria, so it may contain criteria to which bid overrides were recently added, and may not contain criteria from which bid overrides were recently removed.
For other landscapeType
s null is returned.public static final DataField LandscapeType
public static final DataField LocalClicks
public static final DataField LocalCost
public static final DataField LocalImpressions
public static final DataField PromotedImpressions
public static final DataField RecommendedCpc
public static final DataField RequiredBudget
public static final DataField StartDate
public static final DataField TotalLocalClicks
public static final DataField TotalLocalCost
public static final DataField TotalLocalImpressions
public static final DataField TotalLocalPromotedImpressions
public static DataField[] values()
for (DataField c : DataField.values()) System.out.println(c);
public static DataField 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.