public enum OfflineConversionFeedField extends Enum<OfflineConversionFeedField> implements EntityField
Enum
to facilitate the selection of fields for OfflineConversionFeed
.Enum Constant and Description |
---|
ConversionCurrencyCode
The currency that the advertiser associates with the conversion value.
|
ConversionName
The type associated with this conversion.
|
ConversionTime
The time that this conversion occurred at.
|
ConversionValue
This conversions value for the advertiser.
|
GoogleClickId
The google click ID associated with this conversion, as captured from the landing page.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static OfflineConversionFeedField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfflineConversionFeedField[] |
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 OfflineConversionFeedField ConversionCurrencyCode
public static final OfflineConversionFeedField ConversionName
It is valid to report multiple conversions for the same google click ID, since visitors may trigger multiple conversions for a click. These conversions names are generated in the front end by advertisers.
public static final OfflineConversionFeedField ConversionTime
This has to be after the click time. A time in the future is not allowed. A timezone is always required.
When a conversion for the same google click ID, conversion name and conversion time is uploaded multiple times, the first one results in a conversion being recorded. The duplicates are ignored and reported as successes, to indicate that a conversion for this combination has been recorded.
public static final OfflineConversionFeedField ConversionValue
public static final OfflineConversionFeedField GoogleClickId
If your account has auto-tagging turned on, the google click ID can be obtained from a query parameter called 'gclid'.
public static OfflineConversionFeedField[] values()
for (OfflineConversionFeedField c : OfflineConversionFeedField.values()) System.out.println(c);
public static OfflineConversionFeedField 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.