public enum AdWordsConversionTrackerTrackingCodeType extends Enum<AdWordsConversionTrackerTrackingCodeType>
Java class for AdWordsConversionTracker.TrackingCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AdWordsConversionTracker.TrackingCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="WEBPAGE"/>
<enumeration value="WEBPAGE_ONCLICK"/>
<enumeration value="CLICK_TO_CALL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLICK_TO_CALL
For embedding on a (mobile) webpage.
|
WEBPAGE
The snippet that is fired as a result of a website page loading.
|
WEBPAGE_ONCLICK
The snippet contains a JavaScript function which fires the tag.
|
| Modifier and Type | Method and Description |
|---|---|
static AdWordsConversionTrackerTrackingCodeType |
fromValue(String v) |
String |
value() |
static AdWordsConversionTrackerTrackingCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdWordsConversionTrackerTrackingCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdWordsConversionTrackerTrackingCodeType WEBPAGE
public static final AdWordsConversionTrackerTrackingCodeType WEBPAGE_ONCLICK
public static final AdWordsConversionTrackerTrackingCodeType CLICK_TO_CALL
public static AdWordsConversionTrackerTrackingCodeType[] values()
for (AdWordsConversionTrackerTrackingCodeType c : AdWordsConversionTrackerTrackingCodeType.values()) System.out.println(c);
public static AdWordsConversionTrackerTrackingCodeType 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 String value()
public static AdWordsConversionTrackerTrackingCodeType fromValue(String v)
Copyright © 2023. All rights reserved.