Create text campaign
create_text_campaignCreates a text and image ad campaign with custom start/end dates and budget. Optionally set a bidding strategy or use default manual search bids.
Instructions
Creates a TextCampaign (Text & Image ads). Without biddingStrategy it defaults to manual search bids with the network off (Search HIGHEST_POSITION, Network SERVING_OFF); pass a full biddingStrategy {Search, Network} to use an auto-strategy or enable the network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Campaign name. | |
| endDate | No | End date, format YYYY-MM-DD. | |
| startDate | Yes | Start date, format YYYY-MM-DD. | |
| biddingStrategy | No | Full BiddingStrategy object {Search, Network}. Overrides the default. | |
| dailyBudgetMode | No | ||
| dailyBudgetAmount | No | Daily budget in account currency units (converted to micros). |