The Update Campaign Budget node lets you change the daily budget of Google Ads campaigns. Supports both single campaign updates and bulk operations.


When to Use It

  • Increase budgets for high-performing campaigns automatically
  • Decrease budgets for underperforming campaigns
  • Set seasonal budget adjustments based on performance data
  • Bulk update multiple campaign budgets based on data analysis

Inputs

FieldTypeRequiredDescription
AccountSingle-selectYesSelect one Google Ads account
Update TypeTabsYesChoose single campaign or bulk updates

Single Update Mode

FieldTypeRequiredDescription
CampaignDynamic-selectYesSelect the campaign to update
New BudgetNumberYesEnter new daily budget amount (in account currency)

Bulk Update Mode

Choose how to provide campaign data:

Option 1: Use Structured Data

FieldTypeRequiredDescription
Structured DataDynamic-textYesData source with campaign_id and budget columns

Requirements:

  • Data must contain exactly these column names: campaign_id and budget
  • Budget values must be numeric (e.g., 50, 100.50, 250)

Example structured data format:

campaign_idbudget
123456789150.00
98765432175.50
456789123200.00

Option 2: Map Fields Individually

FieldTypeRequiredDescription
Campaign IDsDynamic-textYesSource of campaign IDs
New BudgetsDynamic-textYesSource of budget values

Requirements:

  • Campaign IDs and budgets are matched by position (first ID with first budget, etc.)
  • Budget values must be numeric (e.g., 50, 100.50, 250)

Output

Returns confirmation of the update operation with details of which campaigns were modified.


Credit Cost

  • Cost per run: 1 credit (regardless of number of campaigns updated)

FAQs