Overview
This task takes an input CSV (with your ad details), retrieves Ad Groups from Google Ads and generates a ready-to-use YouTube Video Ads bulk sheet as an output CSV. You can then: - Send the CSV directly in Slack - Manually upload it into Google Ads
⚠️ Alpha Release
-
Note this application is in the alpha release phase and is not supported for the wider organization at the moment.
How to build the End-to-End Workflow?
Variables
|
Name |
Reference |
Type |
Required |
Default |
Options |
Description |
|---|---|---|---|---|---|---|
|
Input File Name |
INPUT_FILE_NAME |
Alphanumeric |
✅ |
- |
- |
Name of the .CSV file to read from with .csv extension (ex.: input.csv). Must match the file downloaded from Google Sheets. |
|
Output File Name |
OUTPUT_FILE_NAME |
Alphanumeric |
✅ |
- |
- |
Name to save the .CSV file locally with .csv extension (ex.: output.csv). |
|
Output Folder Name |
OUTPUT_FOLDER_NAME |
Alphanumeric |
➖ |
- |
- |
Optional folder path to save the file. If empty, defaults to the root of your workspace. |
|
Google Ads Login Customer ID |
GOOGLE_ADS_LOGIN_CUSTOMER_ID |
Alphanumeric |
✅ |
- |
- |
Enter your Google login customer ID (MCC level).
|
|
Google Ads Account ID |
GOOGLE_ADS_ACCOUNT_ID |
Alphanumeric |
✅ |
- |
- |
Enter your specific Google Ads Account ID.
|
YAML
Below is the YAML template
source:
template: Youtube - Create Video Ads Bulk Sheet
inputs:
INPUT_FILE_NAME:
OUTPUT_FILE_NAME:
OUTPUT_FOLDER_NAME:
GOOGLE_ADS_LOGIN_CUSTOMER_ID:
GOOGLE_ADS_ACCOUNT_ID:
type: TEMPLATE
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- 101