Skip to main content
Skip table of contents

Youtube - Create Video Ads Bulk Sheet

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?

Step by Step Instructions

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).
Where to find it: Sign in to Google Ads → Top right corner (account dropdown). You’ll see the 10-digit Login Customer ID (e.g., 123-456-7890).

Google Ads Account ID

GOOGLE_ADS_ACCOUNT_ID

Alphanumeric

-

-

Enter your specific Google Ads Account ID.
Where to find it: While in Google Ads, look at the top right corner next to your account name, or check the URL after ?customerId=XXXXXXX. It will appear as a 10-digit number (e.g., 012-345-6789).

YAML

Below is the YAML template

YAML

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

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.