image_template, image_touchups, text_optimizations, and inline_comment. For single video ads, the sub-features are video_auto_crop, text_optimizations, and inline_comment.curl -X GET \
-d 'ad_format="DESKTOP_FEED_STANDARD"' \
-d 'access_token=<ACCESS_TOKEN>' \
https://graph.facebook.com/v25.0/<CREATIVE_ID>/previews
{ "data": [ { "body": "<PREVIEW_LINK>", } ] }
curl -X GET \
-d 'ad_format="DESKTOP_FEED_STANDARD"' \
-d 'access_token=<ACCESS_TOKEN>' \
-d 'creative_feature=standard_enhancements'\
https://graph.facebook.com/v25.0/<CREATIVE_ID>/previews
{
"data": [
{
"body": "<preview link>",
"transformation_spec": {
"standard_enhancements": [
{
"body": "<preview link>",
"optimization_type_description": "Vary image aspect ratio",
"status": "eligible"
},
{
"body": "<preview link>",
"optimization_type_description": "Image templates for Feed",
"status": "eligible"
}
]
} }
]
}
| Name | Description |
|---|---|
creative_feature | Creative feature to apply to preview. Possible values: standard_enhancements |
MOBILE_FEED_STANDARD, INSTAGRAM_STANDARD, INSTAGRAM_REELS and INSTAGRAM_STORY placements.MOBILE_FEED_STANDARD may appear cropped, even without manual crops, because the placement supports a limited range of aspect ratios. See Aspect ratios supported by placements in Meta Ads Manager for more information about aspect ratio support for each placement.