public enum ConversionTrackerField extends Enum<ConversionTrackerField> implements EntityField
Enum
to facilitate the selection of fields for ConversionTracker
.Enum Constant and Description |
---|
AlwaysUseDefaultRevenueValue
Controls whether conversion event values and currency codes are taken from the tag snippet or from
ConversionTracker#defaultRevenueValue and ConversionTracker#defaultRevenueCurrencyCode . |
AppId
App id of the app conversion tracker.
|
AppPlatform
App platform of the app conversion tracker.
|
AppPostbackUrl
The postback URL (for iOS conversions only).
|
BackgroundColor
Background color for the site stats logo as a hex triplet (e.g.
|
Category
The category of conversion that is being tracked.
|
ConversionPageLanguage
Language used on the conversion page.
|
ConversionValue |
CountingType
How to count events for this conversion tracker.
|
CtcLookbackWindow
The click-through conversion (ctc) lookback window is the maximum number of days between the time a conversion event happens and the previous corresponding ad click.
|
DefaultRevenueValue
The value to use when the tag for this conversion tracker sends conversion events without values.
|
Id
ID of this conversion tracker,
null when creating a new one. |
IsProductAdsChargeable
Indicates whether to turn on charging for product ads.
|
MarkupLanguage
Markup language for the snippet.
|
MostRecentConversionDate |
Name
Name of this conversion tracker.
|
NumConversionEvents |
NumConvertedClicks
The number of converted clicks, a.k.a.
|
OriginalConversionTypeId
The original conversion type on which this ConversionType is based.
|
PhoneCallDuration
The phone-call duration (in seconds) after which a conversion should be reported for this AdCallMetricsConversion.
|
ProductAdsChargeableConversionWindow
Lookback window, in days, for whether product ads can be charged or not.
|
Status
Status of this conversion tracker.
|
TextFormat
Text format for the site stats logo.
|
TrackingCodeType
Tracking code to use for the conversion type.
|
ViewthroughLookbackWindow
Lookback window for view-through conversions in days.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static ConversionTrackerField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversionTrackerField[] |
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 ConversionTrackerField AlwaysUseDefaultRevenueValue
ConversionTracker#defaultRevenueValue
and ConversionTracker#defaultRevenueCurrencyCode
.
If alwaysUseDefaultRevenueValue is true, then conversion events will always use defaultRevenueValue and defaultRevenueCurrencyCode, even if the tag has supplied a value and/or code when reporting the conversion event.
If alwaysUseDefaultRevenueValue is false, then defaultRevenueValue and defaultRevenueCurrencyCode are only used if the tag does not supply a value, or the tag's value is unparseable.public static final ConversionTrackerField AppId
public static final ConversionTrackerField AppPlatform
public static final ConversionTrackerField AppPostbackUrl
public static final ConversionTrackerField BackgroundColor
public static final ConversionTrackerField Category
public static final ConversionTrackerField ConversionPageLanguage
public static final ConversionTrackerField ConversionValue
public static final ConversionTrackerField CountingType
public static final ConversionTrackerField CtcLookbackWindow
public static final ConversionTrackerField DefaultRevenueValue
See also the corresponding ConversionTracker#defaultRevenueCurrencyCode
, and see ConversionTracker#alwaysUseDefaultRevenueValue
for details about when this value is used.
public static final ConversionTrackerField Id
null
when creating a new one.public static final ConversionTrackerField IsProductAdsChargeable
public static final ConversionTrackerField MarkupLanguage
public static final ConversionTrackerField MostRecentConversionDate
public static final ConversionTrackerField Name
public static final ConversionTrackerField NumConversionEvents
public static final ConversionTrackerField NumConvertedClicks
public static final ConversionTrackerField OriginalConversionTypeId
public static final ConversionTrackerField PhoneCallDuration
public static final ConversionTrackerField ProductAdsChargeableConversionWindow
public static final ConversionTrackerField Status
public static final ConversionTrackerField TextFormat
public static final ConversionTrackerField TrackingCodeType
public static final ConversionTrackerField ViewthroughLookbackWindow
public static ConversionTrackerField[] values()
for (ConversionTrackerField c : ConversionTrackerField.values()) System.out.println(c);
public static ConversionTrackerField 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.