The Create Single Image Ad node lets you create professional image ads for Facebook and Instagram campaigns. Supports both single ad creation and bulk uploads using Google Sheets templates with multi-asset capabilities.

When to Use It

  • Create individual image ads for specific campaigns
  • Bulk upload multiple image ads at once with multi-asset support
  • Create placement-specific creatives (Stories, Feed, Right Column)
  • Test multiple ad copy variations simultaneously
  • Automate ad creation based on product catalogs or data
  • Scale ad creation for A/B testing different creatives
  • Generate dynamic ads from AI-generated content or images

Inputs

FieldTypeRequiredDescriptionCreation Mode
AccountSelectYesSelect a Meta Ads accountAll modes
Creation TypeTabsYesChoose “Single Ad” or “Bulk Ads”All modes
PageDynamic-selectYesSelect Facebook page for the adsAll modes
Structured DataDynamic-textYesData source containing ad informationBulk Ads only
Ad Set IDDynamic-selectYesSelect the ad set for this adSingle Ad only
Ad NameDynamic-textYesName of the adSingle Ad only
Ad ImageImageYesUpload or select an image for the adSingle Ad only
Primary TextText-areaYesThe main body text of the adSingle Ad only
HeadlineDynamic-textNoThe headline of the adSingle Ad only
DescriptionDynamic-textNoAdditional text below the headlineSingle Ad only
Website URLDynamic-textYesURL where people go when they click the adSingle Ad only
Call to ActionDynamic-selectYesCall-to-action button for the adSingle Ad only
Ad StatusSelectYesInitial status (ACTIVE or PAUSED, default: PAUSED)Single Ad only
URL ParametersDynamic-textNoUTM or tracking parametersSingle Ad only

Bulk Upload Template

For bulk ad creation with multi-asset support, use the Google Sheets template with these columns:

Required Columns

ColumnDescriptionRequired
adset_idAd set ID where the ad will be createdYes
ad_nameName for the adYes
ad_statusACTIVE or PAUSEDYes
image_url OR default_image_urlMain image for all placements. Use image_url for simple bulk uploads or default_image_url for multi-asset uploadsYes
website_urlLanding page URLYes
call_to_actionCTA button type (LEARN_MORE, SHOP_NOW, etc.)Yes
primary_text OR primary_text_1Main ad copy. Use primary_text for simple uploads or primary_text_1 for multi-assetYes

Optional Multi-Asset Columns (New Feature)

ColumnDescriptionUsage
story_image_urlDedicated image for Stories and Reels placements on Facebook and InstagramOptional
right_column_image_urlSpecific image for Facebook Right Column and Search placementsOptional
primary_text_2 to primary_text_5Additional primary text variations (up to 5 total)Optional
headline OR headline_1 to headline_5Single headline or multiple headline variations (up to 5 total)Optional
descriptionAdditional text below the headlineOptional
url_parametersUTM tracking parametersOptional

Multi-Asset Benefits

When you provide multiple assets in the bulk upload:
  • Placement Optimization: Different images for Stories vs Feed vs Right Column
  • Text Variations: Up to 5 primary text and headline variations per ad
  • Automatic Testing: Meta’s system will test different combinations to find the best performers
  • Enhanced Performance: Placement-specific creatives typically perform better than one-size-fits-all assets

Output

Returns the created ad IDs and count:
{
  "ad_ids": ["120210543987640123", "120210543987640124"],
  "created_count": 2
}
Single Ad Output:
  • ad_ids: Array containing the new ad ID
  • created_count: Number of ads created (1)
Bulk Ads Output:
  • ad_ids: Array of all successfully created ad IDs
  • created_count: Total number of ads created

Credit Cost

  • Cost per run: 1 credit per ad created (single ad = 1 credit, 10 bulk ads = 10 credits)

FAQs