All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.jaxws.v201511.CreativePolicyViolation Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201511;

import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;


/**
 * 

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>
 * 
* */ @XmlType(name = "CreativePolicyViolation") @XmlEnum public enum CreativePolicyViolation { /** * * Malware was found in the creative. * *

For more information see * here. * * */ MALWARE_IN_CREATIVE, /** * * Malware was found in the landing page. * *

For more information see * here. * * */ MALWARE_IN_LANDING_PAGE, /** * * The redirect url contains legally objectionable content. * * */ LEGALLY_BLOCKED_REDIRECT_URL, /** * * The creative misrepresents the product or service being advertised. * *

For more information see * here. * * */ MISREPRESENTATION_OF_PRODUCT, /** * * The creative has been determined to be self clicking. * * */ SELF_CLICKING_CREATIVE, /** * * The creative has been determined as attempting to game the Google network. * *

For more information see * here. * * */ GAMING_GOOGLE_NETWORK, /** * * The landing page for the creative uses a dynamic DNS. * *

For more information see * here. * * */ DYNAMIC_DNS, /** * * Phishing found in creative or landing page. * *

For more information see * here. * * */ PHISHING, /** * * The value returned if the actual value is not exposed by the requested API version. * * */ UNKNOWN; public String value() { return name(); } public static CreativePolicyViolation fromValue(String v) { return valueOf(v); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy