public enum CreativePolicyViolation extends Enum<CreativePolicyViolation>
Java class for CreativePolicyViolation.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CreativePolicyViolation">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="MALWARE_IN_CREATIVE"/>
<enumeration value="MALWARE_IN_LANDING_PAGE"/>
<enumeration value="LEGALLY_BLOCKED_REDIRECT_URL"/>
<enumeration value="MISREPRESENTATION_OF_PRODUCT"/>
<enumeration value="SELF_CLICKING_CREATIVE"/>
<enumeration value="GAMING_GOOGLE_NETWORK"/>
<enumeration value="DYNAMIC_DNS"/>
<enumeration value="PHISHING"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DYNAMIC_DNS
The landing page for the creative uses a dynamic DNS.
|
GAMING_GOOGLE_NETWORK
The creative has been determined as attempting to game the Google network.
|
LEGALLY_BLOCKED_REDIRECT_URL
The redirect url contains legally objectionable content.
|
MALWARE_IN_CREATIVE
Malware was found in the creative.
|
MALWARE_IN_LANDING_PAGE
Malware was found in the landing page.
|
MISREPRESENTATION_OF_PRODUCT
The creative misrepresents the product or service being advertised.
|
PHISHING
Phishing found in creative or landing page.
|
SELF_CLICKING_CREATIVE
The creative has been determined to be self clicking.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static CreativePolicyViolation |
fromValue(String v) |
String |
value() |
static CreativePolicyViolation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreativePolicyViolation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreativePolicyViolation MALWARE_IN_CREATIVE
For more information see here.
public static final CreativePolicyViolation MALWARE_IN_LANDING_PAGE
For more information see here.
public static final CreativePolicyViolation LEGALLY_BLOCKED_REDIRECT_URL
public static final CreativePolicyViolation MISREPRESENTATION_OF_PRODUCT
For more information see here.
public static final CreativePolicyViolation SELF_CLICKING_CREATIVE
public static final CreativePolicyViolation GAMING_GOOGLE_NETWORK
For more information see here.
public static final CreativePolicyViolation DYNAMIC_DNS
For more information see here.
public static final CreativePolicyViolation PHISHING
For more information see here.
public static final CreativePolicyViolation UNKNOWN
public static CreativePolicyViolation[] values()
for (CreativePolicyViolation c : CreativePolicyViolation.values()) System.out.println(c);
public static CreativePolicyViolation 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 CreativePolicyViolation fromValue(String v)
Copyright © 2018. All Rights Reserved.