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.


When to Use It

  • Create individual image ads for specific campaigns
  • Bulk upload multiple image ads at once
  • 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, use the Google Sheets template with these required columns:

ColumnDescriptionRequired
adset_idAd set ID where the ad will be createdYes
ad_nameName for the adYes
ad_statusACTIVE or PAUSEDYes
image_urlImage URL or uploadYes
thumbnail_urlNot used for image adsNo
primary_textMain ad copyYes
headlineAd headlineNo
titleNot used for image adsNo
website_urlLanding page URLYes
call_to_actionCTA button typeYes
url_parametersUTM tracking parametersNo

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