Keyword Low-CTR Check
Finds high-volume keywords with weak CTR, ranks them by priority, and can email a daily optimization digest for faster ad relevance fixes.
Script code
Run weekly or daily to spot low-CTR keyword opportunities early and focus copy, intent, and structure updates where they matter most.
Preview is public. Unlock full code with name and email.
/**
* ==========================================================
* Keyword Low-CTR Check
* ==========================================================
* Description: Flags high-volume keywords with weak CTR and
* ranks them for ad relevance optimization.
*
* Copyright (c) 2026 TwoSquares. All Rights Reserved.
* Developed by Kiril Ivanov
*/
function main() {
var LOOKBACK_DAYS = 30;
var MIN_IMPRESSIONS = 500;
var MIN_CLICKS = 10;
var MAX_CTR_PERCENT = 2.0;
var SEND_EMAIL_ALERTS = false;
var ALERT_EMAIL = "[email protected]";
// ... preview shortened
}За този script
Keyword Low-CTR Check is a production-ready hygiene script for identifying active keywords that attract impressions but fail to win clicks. It helps PPC teams target relevance work where CTR underperformance is most likely suppressing efficiency.
The script applies practical filters such as minimum impressions and minimum clicks, then computes CTR and ranks low-performing keywords by a simple impact score. This creates an actionable queue instead of a raw dump of data.
You can also enable optional email summaries for recurring monitoring. Used consistently, this script supports stronger ad-to-keyword alignment, better query intent matching, and healthier quality-signal inputs over time.
Implementation notes
- Configure LOOKBACK_DAYS, MIN_IMPRESSIONS, MIN_CLICKS, and MAX_CTR_PERCENT based on account scale.
- Run manually once and review logs to calibrate thresholds and output size.
- Optionally enable SEND_EMAIL_ALERTS and set ALERT_EMAIL for automated digests.
- Prioritize top rows by impact score, then improve ad copy, message match, and ad group structure.
- Re-run weekly and track whether flagged keyword count and average CTR improve.
Още scripts в библиотеката
Keyword Quality Score Risk Watchlist
Finds enabled keywords with low Quality Score and meaningful traffic to prioritize relevance and landing page fixes.
Keyword Match Type Efficiency Watchlist
Breaks keyword performance by match type to spotlight costly low-efficiency segments for structure cleanup.
Keyword Zero-Conversion Cost Watchlist
Flags enabled keywords with meaningful spend and zero conversions, with optional auto-created sheet logging.
MCC Negative Keyword Conflict Checker
Runs across manager-account children, compares enabled keywords to campaign and ad group negatives, and exports likely conflicts into Google Sheets.
Keyword Low-CTR Check FAQs
Чести setup, usage и troubleshooting въпроси за този script.