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) |
ad_group_id | string or SelectableOption | No | - | Select the ad group ID to update, ask the user for it if not provided |
keyword | string | No | - | Add the keyword text |
keyword_match_type | string or SelectableOption | No | - | Select the match type for your keyword. Available options: ‘EXACT’, ‘BROAD’, ‘PHRASE’ |
keyword_status | string or SelectableOption | No | - | Select the new status for your keyword. Available options: ‘ENABLED’, ‘PAUSED’ |
bulk_input_type | string or SelectableOption | No | - | Choose how to provide your campaign data. Available options: ‘manual’ (Map Fields Individually), ‘structured’ (Use Structured Data) |
ad_group_ids | array of string (also accepts a comma-separated string) | No | - | Select the source of ad group IDs |
keywords | array of string (also accepts a comma-separated string) | No | - | Select the source of keyword texts |
keyword_match_types | array of string (also accepts a comma-separated string) | No | - | Select the source of match types |
keyword_statuses | array of string (also accepts a comma-separated string) | No | - | Select the source of statuses |
structured_data | array (also accepts a comma-separated string) | No | - | Select a data source that contains all required fields. Your data must have these columns or JSON Keys: ‘ad_group_id’, ‘keyword’, ‘match_type’, ‘status’ |