Reason
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
This content provides a list of enums representing various reasons why a creative asset might be rejected.
Each enum value describes a specific rejection scenario, such as issues with file format, video duration, or brand/product compatibility.
The reasons include general categories like "unspecified" or "other," as well as specific issues like invalid slow motion video.
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.
[[["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."],[],["The provided content outlines a set of rejection reasons for creative assets. `REASON_UNSPECIFIED` is the default for unknown reasons. `REASON_OTHER` indicates an uncategorized issue, suggesting an update is needed. Specific reasons include `REASON_INVALID_SLOW_MOTION_VIDEO`, `REASON_INVALID_FILE_FORMAT`, and `REASON_INVALID_VIDEO_DURATION`. Assets can also be rejected for `REASON_INCOMPATIBLE_BRAND_OR_PRODUCT` or `REASON_PROHIBITED_BRAND_OR_PRODUCT` if they are incompatible or prohibited.\n"]]