| Placement | Image Size Recommendation |
|---|---|
Instagram | 640px width or larger |
Facebook | 1080px by 1080px or larger |
video_data requires a thumbnail image. That image must have the same aspect ratio as the video, with a width of at least 600px.is_instagram_eligible boolean value:curl -G \
-d "access_token=<ACCESS_TOKEN>"\
-d "fields=is_instagram_eligible"\
"https://graph.facebook.com/<API_VERSION>/<VIDEO_ID>"
{
"is_instagram_eligible": false,
"id": "<VIDEO_ID>"
}
use_flexible_image_aspect_ratio.link_data:| Media | With 100x100 Cropping Spec | No 100x100 Cropping Spec |
|---|---|---|
1:1 Image | After crop, at least 600x600px | At least 600x600px |
4:5 Image | After crop, at least 600x600px | At least 600x750px |
1.91:1 Image | After crop, at least 600x600px | At least 600x315px |
Image ratio between 4:5 and 1.91:1 | After crop, at least 600x600px | At least 600px width |
Image ratio between 1:1 and 1.91:1 | After crop, at least 600x600px | At least 600px width |
Image ratio not between 4:5 and 1.91:1 | After crop, at least 600x600px | With object_story_spec, center crop to 1.91:1 if wider than this, or 4:5 if taller than this. After crop, the width must be at least 600px. With object_story_id for an existing post, not valid. |
| Media | No cropping spec, and use_flexible_image_aspect_ratio set to false |
No cropping spec, and use_flexible_image_aspect_ratio set to true, or not set
(Default behavior) | With 100x100 Cropping Spec |
|---|---|---|---|
1:1 Image | Center crop of 1.91:1 automatically performed. After crop, at least 600x315px | At least 600x600px | After crop, at least 600x600px |
4:5 Image | Center crop of 1.91:1 automatically performed. After crop, at least 600x315px | Center crop of 1:1 automatically performed. After crop, at least 600x600px | After crop, at least 600x600px |
1.91:1 Image | At least 600x315px | At least 600x315px | After crop, at least 600x600px |
Image ratio between 4:5 and 1.91:1 | Center crop of 1.91:1 automatically performed. After crop, at least 600x315px | Center crop of 1:1 automatically performed. After crop, at least 600x600px | After crop, at least 600x600px |
Image ratio between 1:1 and 1.91:1 | Center crop of 1.91:1 automatically performed. After crop, at least 600x315px | At least 600px width | After crop, at least 600x600px |
Image ratio not between 4:5 and 1.91:1 | Center crop of 1.91:1 automatically performed. After crop, at least 600x315px | Center crop of 1.91:1 if wider than this or 1:1 if taller than this. After crop, width must be at least 600px | After crop, at least 600x600px |
image_url, but you can delivery additonal_image_urls if you set additional_image_index in the ad template creative. To preview Advantage+ catalog ads using additional_image_index, you must pass the entire object_story_spec to the /generatepreviews endpoint. You cannot only pass object_story_id.