Enums | |
---|---|
REASON_UNSPECIFIED |
The default value when the rejection reason has not been specified or is unknown in this version. |
REASON_OTHER |
When the creative asset's rejection reason does not fall into any of the categories. Using this state signals that the list of rejection reasons is incomplete and a should be updated. |
REASON_INVALID_SLOW_MOTION_VIDEO |
When the creative asset does not conform with slow motion video guidelines. |
REASON_INVALID_FILE_FORMAT |
When the creative asset's file format is invalid. |
REASON_INVALID_VIDEO_DURATION |
When the creative asset's video duration does not meet the requirements. |
REASON_INCOMPATIBLE_BRAND_OR_PRODUCT |
When the creative asset's brand or product is not compatible with the other brands or products displayed. |
REASON_PROHIBITED_BRAND_OR_PRODUCT |
When the creative asset's brand or product is prohibited. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Enums represent various rejection reasons for creative assets, including unspecified reasons, format issues, and brand/product conflicts."],["`REASON_OTHER` indicates an undefined rejection reason requiring an update to the list."],["Reasons like `REASON_INVALID_SLOW_MOTION_VIDEO`, `REASON_INVALID_FILE_FORMAT`, and `REASON_INVALID_VIDEO_DURATION` specify technical rejection criteria related to video format or duration."],["Brand and product compatibility and restrictions are covered by `REASON_INCOMPATIBLE_BRAND_OR_PRODUCT` and `REASON_PROHIBITED_BRAND_OR_PRODUCT`."]]],[]]