The idea is to have a couple scripts that can start up an entire google ads account and manage basic operations
- Connect to Google Sheet
- Get lists of Campaign Names & Negative Keywords from worksheets
- Create new Worksheets for campaign names
- Generate keyword suggestions for each campaign
- Save keyword suggestions to google sheets
- Create Campaigns in Google Ads
- Add newly created Campaign Id's to data
- Add negative keywords to newly created campaigns
- For each Campaign generate Skags for each match variant
- Go to your Google Developers Console
- Create a new project
- Select your new project once it is created, (It may take a few seconds for Google to create your project)
- Enable the Google Drive API
- Click on "add credentials"
- Select "Web server"
- Select "Application data"
- Select "No, I'm not using them"
- Create a service account with a role of "Project" -> "Editor"
- Download the JSON credentials file and save as "client_secret.json"
- Copy the "client_email" from "client_secret.json" and share that email with your google sheet
- Enable the Google Sheets API
