{"id":25070373,"url":"https://github.com/web-lifter/google-ads-scripts","last_synced_at":"2026-05-30T00:02:03.664Z","repository":{"id":184340605,"uuid":"671717597","full_name":"web-lifter/google-ads-scripts","owner":"web-lifter","description":"Welcome to the Google Ads Scripts repository! This repository contains a collection of scripts designed to automate and enhance various aspects of managing Google Ads campaigns.","archived":false,"fork":false,"pushed_at":"2026-03-19T04:22:57.000Z","size":69,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T14:04:38.068Z","etag":null,"topics":["app-script","google-ads","google-ads-scripts","gs","scripts"],"latest_commit_sha":null,"homepage":"https://weblifter.com.au","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web-lifter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["web-lifter"]}},"created_at":"2023-07-28T01:31:23.000Z","updated_at":"2026-04-04T07:52:16.000Z","dependencies_parsed_at":"2024-08-05T12:21:19.708Z","dependency_job_id":"f28d3e1d-8c67-49ec-bd83-521a18a774ed","html_url":"https://github.com/web-lifter/google-ads-scripts","commit_stats":null,"previous_names":["igeneratedigital/google-ads-scripts","web-lifter/google-ads-scripts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/web-lifter/google-ads-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-lifter%2Fgoogle-ads-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-lifter%2Fgoogle-ads-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-lifter%2Fgoogle-ads-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-lifter%2Fgoogle-ads-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-lifter","download_url":"https://codeload.github.com/web-lifter/google-ads-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-lifter%2Fgoogle-ads-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33675019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-script","google-ads","google-ads-scripts","gs","scripts"],"created_at":"2025-02-06T21:30:56.343Z","updated_at":"2026-05-30T00:02:03.658Z","avatar_url":"https://github.com/web-lifter.png","language":"JavaScript","funding_links":["https://github.com/sponsors/web-lifter"],"categories":[],"sub_categories":[],"readme":"﻿# Google Ads Scripts\n\n![License](https://img.shields.io/github/license/web-lifter/google-ads-scripts)\n![Stars](https://img.shields.io/github/stars/web-lifter/google-ads-scripts)\n![Issues](https://img.shields.io/github/issues/web-lifter/google-ads-scripts)\n![Last Commit](https://img.shields.io/github/last-commit/web-lifter/google-ads-scripts)\n\nA curated set of Google Ads Scripts for monitoring, bidding, and campaign management.\n\n## Quick Start\n\n1. Open a script and update the `// === CONFIGURATION ===` section.\n2. In Google Ads, go to `Tools \u0026 Settings` -\u003e `Scripts` and create a new script.\n3. Paste the script content, authorize, and run a preview.\n4. Schedule the script at the recommended frequency.\n\n## Scripts\n\n**Bidding**\n- `scripts/bidding/automated-bidding.gs` — Applies hourly bid modifiers via ad schedules.\n- `scripts/bidding/location-based-bidding.gs` — Adjusts location bid modifiers based on CTR.\n- `scripts/bidding/weather-based-bidding.gs` — Updates labels and budgets based on current weather.\n- `scripts/bidding/distance-based-bidding.gs` — Adds proximity targets with bid modifiers.\n\n**Monitoring**\n- `scripts/monitoring/404-checker.gs` — Pauses ads pointing to 404 pages.\n- `scripts/monitoring/broken-link-checker.gs` — Logs non-200 URL responses.\n- `scripts/monitoring/automated-alerts.gs` — Emails alerts for low conversions.\n- `scripts/monitoring/quality-score-monitor.gs` — Tracks quality score distribution and alerts on low scores.\n- `scripts/monitoring/account-anomaly-detector.gs` — Compares today vs 7/30-day averages and alerts on deviations.\n- `scripts/monitoring/performance-reporting.gs` — Exports campaign performance to Google Sheets.\n- `scripts/monitoring/spreadsheet-reporting.gs` — Exports campaign, ad group, and keyword performance to Sheets.\n\n**Keywords**\n- `scripts/keywords/keyword-management.gs` — Pauses underperforming keywords by cost per conversion.\n- `scripts/keywords/negative-keyword-manager.gs` — Adds negative keywords for costly zero-conversion terms.\n- `scripts/keywords/search-term-analyzer.gs` — Suggests keywords and negatives from search terms.\n\n**Campaign Management**\n- `scripts/campaign-management/budget-manager.gs` — Pauses campaigns that exceed a monthly spend cap.\n- `scripts/campaign-management/ad-scheduling.gs` — Creates ad schedules if missing.\n- `scripts/campaign-management/stock-management.gs` — Enables or pauses ad groups by inventory levels.\n\n**Testing**\n- `scripts/testing/ab-split-test.gs` — Alternates two ads by day for A/B testing.\n\n## Compatibility\n\n- GAQL is used for reporting in the scripts that query performance data.\n- Responsive Search Ads do not expose `getHeadline()`, so scripts log ad IDs and types instead.\n- Budget updates require non-shared budgets with edit access.\n\n## Contributing\n\nSee `CONTRIBUTING.md` for guidelines.\n\n## License\n\nMIT. See `LICENSE`.\n\n## Contact\n\nOpen-source inquiries: open-source@weblifter.com.au\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-lifter%2Fgoogle-ads-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-lifter%2Fgoogle-ads-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-lifter%2Fgoogle-ads-scripts/lists"}