account | GadsAccountItem or object or array of object or string or integer | Yes | - | Select the Google Ads account, ask user for it if not provided |
update_type | string or SelectableOption | Yes | - | Choose whether to update a single campaign or multiple campaigns at once. Available options: ‘single’ (Single Update), ‘bulk’ (Bulk Updates) |
campaign_id | string or SelectItem | No | - | Select the campaign to update, ask the user for it if not provided |
campaign_budget | number | No | - | Enter the new budget amount for the campaign as an actual dollar value in the account currency, NOT in micros (e.g. pass 50 for 50/day).Donotmultiplyby1,000,000.IMPORTANT:monetaryfieldsreturnedbygadsrungaqlquery(costmicros,campaignbudgetamountmicros,etc.)arerawvaluesfromGoogleinmicros(1/1,000,000ofcurrencyunit,e.g.50000000=50) — divide by 1,000,000 before passing here. |
bulk_input_type | string or SelectableOption | No | - | Choose how to provide your campaign data. Available options: ‘manual’ (Map Fields Individually), ‘structured’ (Use Structured Data) |
campaign_ids | array of string (also accepts a comma-separated string) | No | - | Select the source of campaign IDs |
campaign_budgets | array of string or number or Decimal (also accepts a comma-separated string) | No | - | Select the source of budget values |
structured_data | array (also accepts a comma-separated string) | No | - | Select a data source that contains both campaign IDs and budgets. Your data must have these columns or JSON Keys: ‘campaign_id’ and ‘budget’ |