Overview
This task takes an input CSV (with campaign, ad group, and keyword details), and automatically creates campaigns in Google Ads and Bing Ads.
A detailed doc on How To use this workflow can be found How to: Campaign Build Automation.
You can then:
Validate results via Slack notifications and logs
Manually review the generated Campaigns in the Ads UI
Popular Workflow Upload file Google Ads / Bing Ads + Slack
Variables
|
Name |
Reference |
Type |
Required |
Default |
Options |
Description |
|---|---|---|---|---|---|---|
|
engine |
ENGINE |
Alphanumeric |
➖ |
- |
- |
|
|
login_customer_id |
LOGIN_CUSTOMER_ID |
Alphanumeric |
➖ |
- |
- |
|
|
account_id |
ACCOUNT_ID |
Alphanumeric |
➖ |
- |
- |
|
|
template_campaign_id |
TEMPLATE_CAMPAIGN_ID |
Alphanumeric |
➖ |
- |
- |
|
|
input_filename |
INPUT_FILENAME |
Alphanumeric |
➖ |
- |
- |
|
|
slack_channel |
SLACK_CHANNEL |
Alphanumeric |
➖ |
- |
- |
|
YAML
Below is the YAML template
source:
template: Alli Solutions - Campaign Build Automation
inputs:
ENGINE:
LOGIN_CUSTOMER_ID:
ACCOUNT_ID:
TEMPLATE_CAMPAIGN_ID:
INPUT_FILENAME:
SLACK_CHANNEL:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 101