
com.google.api.ads.dfp.jaxws.v201505.ProposalLineItemErrorReason Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-appengine Show documentation
Show all versions of dfp-appengine Show documentation
DFP specific AppEngine components.
package com.google.api.ads.dfp.jaxws.v201505;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for ProposalLineItemError.Reason.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <simpleType name="ProposalLineItemError.Reason">
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
* <enumeration value="NOT_SAME_RATE_CARD"/>
* <enumeration value="LINE_ITEM_TYPE_NOT_ALLOWED"/>
* <enumeration value="END_DATE_TIME_NOT_AFTER_START_TIME"/>
* <enumeration value="END_DATE_TIME_TOO_LATE"/>
* <enumeration value="START_DATE_TIME_IS_IN_PAST"/>
* <enumeration value="END_DATE_TIME_IS_IN_PAST"/>
* <enumeration value="FRONTLOADED_NOT_ALLOWED"/>
* <enumeration value="ALL_ROADBLOCK_NOT_ALLOWED"/>
* <enumeration value="CREATIVE_SET_ROADBLOCK_NOT_ALLOWED"/>
* <enumeration value="ALREADY_STARTED"/>
* <enumeration value="CONFLICT_WITH_PRODUCT"/>
* <enumeration value="VIOLATE_BUILT_IN_TARGETING_COMPATIBILITY_RESTRICTION"/>
* <enumeration value="VIOLATE_BUILT_IN_TARGETING_LOCKED_RESTRICTION"/>
* <enumeration value="MOBILE_TECH_CRITERIA_NOT_SUPPORTED"/>
* <enumeration value="UNSUPPORTED_TARGETING_TYPE"/>
* <enumeration value="WRONG_COST"/>
* <enumeration value="CALCULATED_COST_TOO_HIGH"/>
* <enumeration value="INVALID_PRIORITY_FOR_LINE_ITEM_TYPE"/>
* <enumeration value="UPDATE_PROPOSAL_LINE_ITEM_NOT_ALLOWED"/>
* <enumeration value="CANNOT_UPDATE_TO_OR_FROM_CREATIVE_SET_ROADBLOCK"/>
* <enumeration value="SEQUENTIAL_CREATIVE_ROTATION_NOT_ALLOWED"/>
* <enumeration value="UPDATE_RESERVATION_NOT_ALLOWED"/>
* <enumeration value="INVALID_COMPANION_DELIVERY_OPTION_FOR_ROADBLOCKING_TYPE"/>
* <enumeration value="INCONSISTENT_ROADBLOCK_TYPE"/>
* <enumeration value="INVALID_UNITS_BOUGHT_BUFFER"/>
* <enumeration value="INVALID_VALUES_FOR_CLICK_TRACKING_LINE_ITEM_TYPE"/>
* <enumeration value="UPDATE_COST_ADJUSTMENT_NOT_ALLOWED"/>
* <enumeration value="UNSUPPORTED_RATE_CARD_CURRENCY_CODE"/>
* <enumeration value="END_DATE_TIME_IS_BEFORE_LAST_PAUSED_TIME"/>
* <enumeration value="VIDEO_INVALID_ROADBLOCKING"/>
* <enumeration value="UPDATE_TIME_ZONE_NOT_ALLOWED"/>
* <enumeration value="SIZE_REQUIRED"/>
* <enumeration value="COMPANION_NOT_ALLOWED"/>
* <enumeration value="MISSING_COMPANION"/>
* <enumeration value="DUPLICATED_MASTER_SIZE"/>
* <enumeration value="UNKNOWN"/>
* </restriction>
* </simpleType>
*
*
*/
@XmlType(name = "ProposalLineItemError.Reason")
@XmlEnum
public enum ProposalLineItemErrorReason {
/**
*
* The proposal line item's rate card is not the same as other proposal line items
* in the proposal.
*
*
*/
NOT_SAME_RATE_CARD,
/**
*
* The proposal line item's type is not yet supported by DFP Sales Manager.
*
*
*/
LINE_ITEM_TYPE_NOT_ALLOWED,
/**
*
* The proposal line item's end date time is not after its start date time.
*
*
*/
END_DATE_TIME_NOT_AFTER_START_TIME,
/**
*
* The proposal line item's end date time is after 1/1/2037.
*
*
*/
END_DATE_TIME_TOO_LATE,
/**
*
* The proposal line item's start date time is in past.
*
*
*/
START_DATE_TIME_IS_IN_PAST,
/**
*
* The proposal line item's end date time is in past.
*
*
*/
END_DATE_TIME_IS_IN_PAST,
/**
*
* Frontloaded delivery rate type is not allowed.
*
*
*/
FRONTLOADED_NOT_ALLOWED,
/**
*
* Roadblocking to display all creatives is not allowed.
*
*
*/
ALL_ROADBLOCK_NOT_ALLOWED,
/**
*
* Roadblocking to display all master and companion creative set is not allowed.
*
*
*/
CREATIVE_SET_ROADBLOCK_NOT_ALLOWED,
/**
*
* Some changes may not be allowed because the related line item has already started.
*
*
*/
ALREADY_STARTED,
/**
*
* The setting is conflict with product's restriction.
*
*
*/
CONFLICT_WITH_PRODUCT,
/**
*
* The proposal line item's setting violates the product's built-in targeting
* compatibility restriction.
*
*
*/
VIOLATE_BUILT_IN_TARGETING_COMPATIBILITY_RESTRICTION,
/**
*
* The proposal line item's setting violates the product's built-in targeting
* locked restriction.
*
*
*/
VIOLATE_BUILT_IN_TARGETING_LOCKED_RESTRICTION,
/**
*
* Cannot target mobile-only targeting criteria.
*
*
*/
MOBILE_TECH_CRITERIA_NOT_SUPPORTED,
/**
*
* The targeting criteria type is unsupported.
*
*
*/
UNSUPPORTED_TARGETING_TYPE,
/**
*
* The contracted cost does not match with what calculated from final rate and units bought.
*
*
*/
WRONG_COST,
/**
*
* The cost calculated from cost per unit and units is too high.
*
*
*/
CALCULATED_COST_TOO_HIGH,
/**
*
* The line item priority is invalid if it's different than the default.
*
*
*/
INVALID_PRIORITY_FOR_LINE_ITEM_TYPE,
/**
*
* Propsoal line item cannot update when it is archived.
*
*
*/
UPDATE_PROPOSAL_LINE_ITEM_NOT_ALLOWED,
/**
*
* A proposal line item cannot be updated from having
* {@link RoadblockingType#CREATIVE_SET} to having a different
* RoadblockingType, or vice versa.
*
*
*/
CANNOT_UPDATE_TO_OR_FROM_CREATIVE_SET_ROADBLOCK,
/**
*
* Serving creatives exactly in sequential order is not allowed.
*
*
*/
SEQUENTIAL_CREATIVE_ROTATION_NOT_ALLOWED,
/**
*
* Proposal line item cannot update its reservation detail once start delivering.
*
*
*/
UPDATE_RESERVATION_NOT_ALLOWED,
/**
*
* The companion delivery option is not valid for the roadblocking type.
*
*
*/
INVALID_COMPANION_DELIVERY_OPTION_FOR_ROADBLOCKING_TYPE,
/**
*
* Roadblocking type is inconsistent with creative placeholders. If the roadblocking
* type is creative set, creative placeholders should contain companions,
* and vice versa.
*
*
*/
INCONSISTENT_ROADBLOCK_TYPE,
/**
*
* UnitsBoughtBuffer is only applicable to standard line item with CPC/CPM type.
*
*
*/
INVALID_UNITS_BOUGHT_BUFFER,
/**
*
* One or more values on the proposal line item are not valid for a
* {@link LineItemType#CLICK_TRACKING} line item type.
*
*
*/
INVALID_VALUES_FOR_CLICK_TRACKING_LINE_ITEM_TYPE,
/**
*
* Proposal line item cannot update its cost adjustment after first approval.
*
*
*/
UPDATE_COST_ADJUSTMENT_NOT_ALLOWED,
/**
*
* The currency code of the proposal line item's rate card is not supported by
* the current network. All supported currencies can be found in the union of
* {@link Network#currencyCode} and {@link Network#secondaryCurrencyCodes}.
*
*
*/
UNSUPPORTED_RATE_CARD_CURRENCY_CODE,
/**
*
* The corresponding line item is paused, but the proposal line item's end date time is before
* the last paused time.
*
*
*/
END_DATE_TIME_IS_BEFORE_LAST_PAUSED_TIME,
/**
*
* Video line items cannot have roadblocking options.
*
*
*/
VIDEO_INVALID_ROADBLOCKING,
/**
*
* Time zone cannot be updated once the proposal line item has been sold.
*
*
*/
UPDATE_TIME_ZONE_NOT_ALLOWED,
/**
*
* At least one size must be specified.
*
*
*/
SIZE_REQUIRED,
/**
*
* A placeholder contains companions but the roadblocking type is not
* {@link RoadblockingType#CREATIVE_SET} or the {@link ProductType product type} is offline.
*
*
*/
COMPANION_NOT_ALLOWED,
/**
*
* A placeholder does not contain companions but the roadblocking type is
* {@link RoadblockingType#CREATIVE_SET}.
*
*
*/
MISSING_COMPANION,
/**
*
* A placeholder's master size is the same as another placeholder's master size.
*
*
*/
DUPLICATED_MASTER_SIZE,
/**
*
* The value returned if the actual value is not exposed by the requested API version.
*
*
*/
UNKNOWN;
public String value() {
return name();
}
public static ProposalLineItemErrorReason fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy