public enum AdvertisingChannelSubType extends Enum<AdvertisingChannelSubType>
Java class for AdvertisingChannelSubType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AdvertisingChannelSubType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="SEARCH_MOBILE_APP"/>
<enumeration value="DISPLAY_MOBILE_APP"/>
<enumeration value="SEARCH_EXPRESS"/>
<enumeration value="DISPLAY_EXPRESS"/>
<enumeration value="UNIVERSAL_APP_CAMPAIGN"/>
<enumeration value="DISPLAY_SMART_CAMPAIGN"/>
<enumeration value="SHOPPING_GOAL_OPTIMIZED_ADS"/>
<enumeration value="DISPLAY_GMAIL_AD"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DISPLAY_EXPRESS
AdWords Express campaigns for display.
|
DISPLAY_GMAIL_AD
Gmail Ad Campaigns
|
DISPLAY_MOBILE_APP
Mobile App Campaigns for Display
|
DISPLAY_SMART_CAMPAIGN
Smart display campaign
|
SEARCH_EXPRESS
AdWords Express campaigns for search.
|
SEARCH_MOBILE_APP
Mobile App Campaigns for Search
|
SHOPPING_GOAL_OPTIMIZED_ADS
Campaigns specialized for retail advertising, that target multiple advertising
channels across Search, Google Display Network, and YouTube.
|
UNIVERSAL_APP_CAMPAIGN
Campaigns specialized for advertising mobile app installations, that targets
multiple advertising channels across search, display and youtube.
|
UNKNOWN
Used for return value only.
|
| Modifier and Type | Method and Description |
|---|---|
static AdvertisingChannelSubType |
fromValue(String v) |
String |
value() |
static AdvertisingChannelSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdvertisingChannelSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdvertisingChannelSubType UNKNOWN
public static final AdvertisingChannelSubType SEARCH_MOBILE_APP
public static final AdvertisingChannelSubType DISPLAY_MOBILE_APP
public static final AdvertisingChannelSubType SEARCH_EXPRESS
public static final AdvertisingChannelSubType DISPLAY_EXPRESS
public static final AdvertisingChannelSubType UNIVERSAL_APP_CAMPAIGN
public static final AdvertisingChannelSubType DISPLAY_SMART_CAMPAIGN
public static final AdvertisingChannelSubType SHOPPING_GOAL_OPTIMIZED_ADS
public static final AdvertisingChannelSubType DISPLAY_GMAIL_AD
public static AdvertisingChannelSubType[] values()
for (AdvertisingChannelSubType c : AdvertisingChannelSubType.values()) System.out.println(c);
public static AdvertisingChannelSubType 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 AdvertisingChannelSubType fromValue(String v)
Copyright © 2023. All rights reserved.