102 個 Google Ads 腳本來提高您的 PPC 廣告效果

已發表: 2021-04-28

要獲得高質量的分數,您需要不斷優化廣告,這已不是什麼秘密。 但是,大多數人不知道有免費的 Google Ads 腳本可以讓您的生活更輕鬆。

這些 Google Ads 腳本會對您的廣告執行多種操作,否則這些操作將需要您手動執行。 通過使用這些腳本,您可以花更少的時間做無聊的事情,而將更多的時間花在可以取得成果的更改上。

但在我們查看最佳 Google Ads 腳本之前,它們究竟是什麼以及它們是如何工作的?

什麼是 Google Ads 腳本?

對於那些以前沒有接觸過 Google Ads 腳本的人來說,這些腳本可能聽起來令人困惑,有時甚至令人害怕。 但請放心,如果您正確使用這些腳本,它們不會對您的廣告造成任何危害,事實上,它們實際上會改進您的廣告系列並節省您的時間。

在基本層面上,腳本只是可以輕鬆粘貼到 Google Ads 中並執行一系列有用操作的代碼。

這可以是任何事情,從暫停點擊率低的廣告到提高對廉價轉化關鍵字的出價。

任何人都可以創建 Google Ads 腳本; 你只需要一些編程知識和你想要腳本做什麼的想法。 正因為如此,實際上有數百個免費的 Google Ads 腳本在線可用,並且一直在製作新腳本。

如果您有一項想要自動化的任務,那麼很可能已經有人為其編寫了腳本。

現在您了解了 Google Ads 腳本的作用、它們的外觀以及如何製作腳本?

Google Ads 腳本示例

如果您之前從未見過 Google Ads 腳本,請不要擔心,它們並不像聽起來那麼可怕。

要了解這些腳本的工作原理,下面是一個示例,您可以立即將其粘貼到您的 Google Ads 帳戶中。

 function main() { var THE_VALUE_OF_ONE_CONVERSION = 10; var DECREASE_BIDS_BY_PERCENTAGE = .5; var kw_iter = AdWordsApp.keywords() .withCondition("Status = ENABLED") .get(); while (kw_iter.hasNext()) { var kw = kw_iter.next(); var kw_stats = kw.getStatsFor("LAST_30_DAYS"); var cost = kw_stats.getCost(); var conversions = kw_stats.getConversions(); if (conversions == 0) { if (THE_VALUE_OF_ONE_CONVERSION * 5 > cost) { kw.pause(); } else if (THE_VALUE_OF_ONE_CONVERSION * 2 > cost) { kw.setMaxCpc(kw.getMaxCpc() * (1 - DECREASE_BIDS_BY_PERCENTAGE)); } } else { //no conversions on this keyword //we will deal with that later continue; } } }

如果您沒有任何編程經驗,那麼這可能看起來很令人困惑,但別擔心,您不需要了解每一行的作用。 該腳本實際上會根據某些指標暫停錶現不佳的關鍵字,在這種情況下是一次轉化的價值。 如果一次轉化的價值乘以 5 大於費用,則廣告將暫停。

現在您已經對 Google Ads 腳本的外觀有了一個很好的了解,以下是我們在網絡上的一些最愛。

最佳 Google Ads 腳本庫

廣告管理腳本

廣告管理腳本

1. 移除 Frederick Vallaeys 的表現不佳的廣告

在優化廣告系列時,確保投放效果最佳的廣告對於最大化 PPC 預算至關重要。 此腳本可幫助您確保只有效果最佳的廣告變體在您的帳戶中運行,並移除效果不佳的廣告變體。

儘管 Google 會盡量展示效果最佳的廣告,但審核您的帳戶並刪除效果不佳的廣告始終是一個好主意。

2. 丹尼爾吉爾伯特的動態廣告擴展

對於有經驗的 PPC 經理來說,標註和站點鏈接可以為用戶提供更多與其搜索相關的信息。 但是,隨著網站的定期更改以及頁面的製作和刪除,這些網站鏈接可能會隨著時間的推移而發生變化。 此腳本有助於使這些站點鏈接保持最新狀態並確保它們指向正確的頁面。

3. 暫停質量得分低的關鍵詞 Frederick Vallaeys

如果您想提高廣告系列的效果並節省資金,找出廣告系列中的弱點至關重要。 此腳本會生成您帳戶中質量得分低於您選擇的預定義質量得分的所有有效關鍵字的列表。 它還為您提供暫停這些關鍵字的選項,以便您可以優化它們並停止浪費金錢。

4. FreeAdwordsScripts.com 將 AdWords 超額投放限制為任意數量

如果您使用每日預算投放廣告系列已有一段時間,那麼您應該知道 Google 如何允許廣告超支高達 100% 以彌補低流量的日子。 然而,可以理解的是,許多廣告商希望對他們的預算有更多的控制,這正是這個腳本所做的。 要堅持每日預算,您可以將超支值更改為 0%,最高可達 100%。

5. 複製 Daniel Gilbert 的 Google Ads 擴展

Google Ads 擴展程序對於提高您的廣告點擊率至關重要。 如果您以前沒有使用過它們並且最近才添加它們,那麼您一定會看到積極的結果。 儘管這些廣告附加信息非常有用,但將它們複製到每個廣告系列中可能會很麻煩,這就是該腳本派上用場的地方。

6. Russell Savage 自動暫停低點擊率的廣告

在運行 Google Ads 廣告系列時,創建許多不同的廣告並讓 Google 自動選擇最佳廣告是很常見的。 出現的問題是表現不佳的廣告通常永遠不會暫停或刪除。 幸運的是,這個腳本為您完成了無聊的工作,並且只會暫停點擊率最低的廣告。

7. 暫停沒有活動關鍵字的廣告組作者 Russell Savage

在管理大型帳戶時,完全可以理解某些帳戶可能變得無法管理。 此腳本可暫停所有沒有任何有效關鍵字的廣告組,從而幫助您清理房屋。 通過這樣做,它可能能夠幫助您確定可以刪除哪些不再使用的廣告組。

8. 刪除 Russell Savage 的所有未獲批准的廣告

在處理大型帳戶時,某些廣告被拒登是很常見的。 根據帳戶的大小,瀏覽所有內容並刪除或編輯它們通常太耗時。 值得慶幸的是,此 Google Ads 腳本只需單擊一下即可為您刪除所有被拒登的廣告,從而節省了大量時間。

9. Wesley Parker 的外匯匯率投標調整器

在某些行業,某些貨幣的匯率會對商品和服務的需求產生巨大影響。 例如,當英鎊兌歐元走強時,預訂歐元假期的成本就會降低。 這是廣告商利用這一機會提高出價的絕佳時機。 該腳本通過監控匯率並根據需要調整出價來幫助自動化該過程。

10. 再見丹尼爾吉爾伯特的低質量分數

低質量得分關鍵字是否在浪費您寶貴的廣告預算? 使用這個非常有用的腳本最大化您的投資回報率並修復它們。 該腳本將自動找出它們在您帳戶中的位置,以便您可以輕鬆找到它們並花時間修復它們。 您還可以將腳本設置為定期運行,以便在出現問題時始終收到警報。

11. 禁用缺貨商品的廣告(Russell Savage)

許多電子商務商店通常會為其最受歡迎和最賺錢的商品投放付費廣告,但如果您沒有正確管理廣告,那麼您可能會在缺貨時投放廣告! 為了防止這種情況發生,此腳本會自動檢查您的庫存水平並在您缺貨時禁用廣告以節省資金和失望。

12. Russell Savage 基於機場延誤的管理廣告

在優化您的廣告活動時,API 的功能非常強大。 此腳本利用機場狀態 API,允許您根據機場延誤和取消啟用和暫停廣告。 如果您擁有一家企業或在機場附近有客戶,那麼這可能有助於在出現延誤時優化和展示新廣告。

13. 谷歌基於天氣的活動管理

有很多產品和服務非常依賴天氣。 下雨的時候,人們不想買它們,但到了晴天,他們就是吃不飽。 為了充分利用那些陽光明媚的日子,這個基於天氣的腳本使用了一個外部 API,它會在晴天時提高出價,在潮濕時降低出價。

14. Russell Savage 的動態股票行情

某些股票的價格會對客戶購買產品的決定產生巨大影響。 借助 API,實際上可以將牲畜價格整合到廣告中以幫助吸引用戶的注意力。 此腳本使用來自 Yahoo Finance API 的金融股票數據將實時報價集成到您的廣告中。

15. 谷歌動態銷售倒計時

你有沒有見過倒計時每小時變化的 PPC 廣告? 有人每小時更新一次廣告嗎? 當然不是! 這完全取決於一個特殊的腳本。 Google 的這個腳本會每小時更新您的廣告以顯示倒數計時器,而無需每次都等待您的廣告獲得審核。

16. 谷歌銷售倒計時日曆

銷售經常發生在許多企業中,尤其是電子商務商店。 此銷售倒計時日曆允許您在多個廣告和活動中使用它,從而最大限度地控制您的廣告。 通過使用 Google 日曆,您可以設置某些產品的特定銷售日期,使該腳本非常有用和強大。

17. 谷歌的觀眾助理

隨著 Google Ads 帳戶的發展和擴大,使廣告系列與受眾設置保持一致對許多廣告客戶來說是一項重複性任務。 此腳本允許您將您最喜歡的再營銷列表和帳戶中的類似受眾群體添加到缺少它們的廣告系列中。 這不僅可以節省大量時間,而且還可以阻止您拔掉(剩下的)頭髮。

18. Magnus Dahlquist 暫停低庫存項目

在管理電子商務商店時,向低庫存產品投放廣告毫無意義。 根據網站和產品的受歡迎程度,這些產品可能會在幾分鐘內售出,讓您為進入缺貨頁面的流量付費。 此腳本會暫停低庫存的廣告系列,確保您不會浪費金錢。

19.修復Russell Savage的大寫錯誤

廣告中的大寫錯誤通常會對您的點擊率產生重大影響,進而影響您的質量得分和其他指標。 此腳本會檢查您的所有廣告,並確保您被拒登的廣告沒有可能導致問題的大寫錯誤。

20. 通過 Digishuffle 添加價值跟踪模板

如果您必須手動完成所有操作,則使用值跟踪參數標記 URL 可能會非常乏味。 如果您正在尋找一種快速簡便的方法來向 URL 添加 CampaignName 和 AdgroupName 標記,那麼此腳本將為您節省大量時間和麻煩。

21. Ahmed Ali 的 Bulk Radius Targeting

半徑定位是 Google Ads 中一項非常有用的功能,如果使用得當,可以幫助您充分利用廣告。 不幸的是,添加半徑定位是一個非常手動的過程,當您想為大量廣告系列執行此操作時可能會非常令人沮喪。 此腳本將根據 Google 表格中的經度和緯度設置半徑定位,從而為您節省大量時間。

22.當你的價格沒有競爭力時暫停廣告艾哈邁德阿里

在管理電子商務網站時,想要獲得更多市場份額的競爭對手總是不可避免地要打價格戰。 由於某些價格被壓得如此之低,因此在您根本無法競爭時投放廣告通常是沒有意義的。 該腳本跟踪競爭對手的價格,如果價格差異過大則暫停它們,從而為您節省資金。

23. Nathan Byloff 為廣告添加結構化數據

將結構化數據添加到廣告可以帶來巨大的點擊率提升和更多的參與度。 結構化數據在為電子商務產品做廣告時特別有用,因為它可以幫助為用戶提供可能導致點擊的其他相關信息。 此腳本從 API 中提取數據以自動將其添加到您的廣告中,從而為您節省寶貴的時間。

賬戶管理腳本

賬戶管理腳本

24. Rankhammer 確保日期和時區正確

在管理廣告系列時,Google Ads 中的時區可能會導致很多問題。 此腳本可確保您的腳本根據您的帳戶設置的時區而不是數據中心的時區運行。 當在不同時區運行可能需要在與您的帳戶不同的時間暫停的廣告系列時,這非常有用。

25. Frederick Vallaeys 從電子表格創建廣告

使用 Google Ad 的編輯器有時會非常緩慢和出現故障。 值得慶幸的是,實際上可以僅使用電子表格(Google 表格或 Excel)來創建廣告。 該腳本允許您根據電子表格數據將任何電子表格模板轉換為廣告組、廣告文字、關鍵字和標籤。 憑藉輕鬆修改代碼的能力,它具有令人難以置信的可定制性和靈活性。

26. 使用 Trello 自動化賬戶管理 by Wesley Parker

掌握您的 PPC 活動通常是一項具有挑戰性的任務。 有這麼多事情要做,您如何才能及時了解最新信息並跟踪管理您的營銷活動? 該腳本通過在流行的團隊合作管理工具 Trello 中為您創建清單,幫助您跟踪需要做的事情。

27. 查爾斯·班尼斯特 (Charles Bannister) 的 Auto Ad Variant Creator

A/B 測試是 PPC 管理的一個非常重要的部分,可以通過選擇表現最佳的廣告來幫助您提高投資回報率。 此腳本採用您現有的廣告內容並混合標題和說明以創建新的廣告變體。 通過交換標題的順序,您會驚訝於它可以做出的改進。

分析腳本

分析谷歌廣告腳本

28. Russell Savage 使用 Google Ads 和 Prediction API 進行機器學習

機器學習當然有它的好處,在 Google Ads 中使用它就是其中之一。 Russell Savage 的這個腳本允許您對可能影響您的廣告的某些因素的影響進行建模和預測。 你可以用這個腳本做很多事情,絕對值得你花時間檢查一下並玩一下。

29. 你知道你出價多少嗎? 弗雷德里克·瓦萊斯 (Frederick Vallaeys)

眾所周知,Google Ads 的每次點擊費用會因眾多因素而發生巨大變化,但考慮到這麼多因素,您真的出價多少? 您可能有一個想法,但您知道實際數字嗎? 該腳本根據您的各種出價係數為您提供實際的最小值和最大值,從而為您提供答案。

30. Russell Savage 從登陸頁面提取信息

在生成關鍵字列表以優化您的廣告時,從著陸頁獲取信息非常有用。 該腳本利用 IBM Watson 的強大功能從登陸頁面生成關鍵字信息,您可以利用這些信息。 與 Google 關鍵字規劃器類似,此腳本要高級得多,我們認為它會產生更好的結果。

31. Google 展示廣告網絡展示位置分析,Derek Martin

使用這個有用的 Google Ads 腳本分析您的 Google 展示廣告網絡展示位置。 默認情況下,該腳本會檢查轉化率低於 40 美元的展示位置、成本超過 50 美元但轉化次數為 0 的展示位置,以及展示次數為 5,000 次且點擊率低於 0.1% 的展示位置。 如果您知道自己在做什麼,也可以在代碼中更改這些指標。

32. Evaluate Google Ads Quality Score Factors by Jacob Fairclough

帳戶中的低質量分數並不是世界末日,因為它總是可以修復的。 但是,首先要找出為什麼您的質量得分較低可能會非常令人困惑。 幸運的是,此腳本為您提供了您可能缺乏的所有質量得分因素的細分,並為您提供了關於應該更改什麼的可行見解。

33. Google Display Network Placement Metric Analyzer by Derek Martin

有時,Google 展示網絡中的網站質量低劣,不值得花錢。 這個 Google Ads 腳本使用 Moz 數據為花費超過 20 美元的網站恢復頁面權限、域權限、反向鏈接數量和站點年齡。 任何指標非常低或有問題的網站都應從廣告系列中排除。

34. Daniel Gilbert 的 Google Ads 錯誤檢查器

在管理大型活動時,出錯只是時間問題。 無論是將出價推得太高還是忘記應用位置定位,Google Ads 中的任何錯誤都可能造成相當大的代價。 此 Google Ads 腳本將為您仔細檢查所有內容,從而為您節省大量時間。 只需輸入您的電子郵件,您就會在一天結束時收到一份報告,指出標記和潛在問題。

35. 谷歌的 Broken URL Checker

隨著網站的發展和發展,鏈接被更改甚至有時被破壞是很自然的。 將您的廣告指向 404 頁是一種巨大的浪費,因為廣告商最終會花錢讓某人訪問空白頁面。 此腳本會自動檢查您的所有廣告,並確保 URL 不會產生“找不到頁面”或其他錯誤。

36. 檢查 Nils Rooijmans 的 HTTP 到 HTTPS 重定向

HTTPS 通常是許多網站所有者生活的禍根,隨著 Google 對使用它的人越來越嚴格,它對於獲得良好的質量評分至關重要。 該腳本通過確保您的所有廣告都使用 HTTP 並且不會意外重定向到任何奇怪的 HTTP 版本來為您完成所有檢查。

37. 您的廣告是否指向正確的域? 通過丹尼爾吉爾伯特

無論您運行和管理 PPC 廣告多久,人為錯誤幾乎是不可避免的,尤其是當您處理無數帳戶和活動時。 當輸入或複制和粘貼速度如此之快時,完全有可能在您的廣告設置中不小心打錯字,這可能會產生嚴重的後果。 幸運的是,此腳本會檢查您是否不小心將域拼寫錯誤,以及您的廣告是否指向正確的域。

38. 谷歌的單一賬戶審計師

組織和構建您的 Google Ads 帳戶對於保持廣告井井有條至關重要。 如果沒有結構,許多帳戶會變得非常忙碌並且到處都是。 但是,確保您的帳戶在結構上保持一致可能需要大量繁瑣且耗時的工作。 此腳本通過驗證您現有帳戶的結構來幫助加快進程。

39. Wesley Parker 的 Advanced Daily Quality Score Tracker

質量得分是迄今為止 Google Ads 中最重要的指標之一,因為它與您支付的費用直接相關。 良好的質量得分可以為您節省一大筆錢,而糟糕的質量得分將迫使您支付更多費用。 此腳本每天檢查您的優化,並允許您跟踪重要的質量得分指標。

40. 查爾斯·班尼斯特 (Charles Bannister) 的廣告櫃檯

計算每個廣告組有多少廣告可能是一項漫長而乏味的任務,沒有人願意浪費時間去做。 不要在這個出色的廣告計數器腳本上浪費您寶貴的時間,它會自動讓您知道每個廣告組有多少個廣告。

41. 查找 Karooya 表現不佳的廣告

並非所有廣告都是平等的,有時出於某種原因,它們的表現並不如您所願。 這些廣告通常會浪費您的資金並以多種方式拖累您的整體表現。 為了節省您的時間,此腳本會檢查您的 Google Ads 帳戶並建議應暫停哪些效果不佳的廣告。

42. Brainlabs 的登陸頁面檢查器

確保您的著陸頁符合新標準是擁有精心編寫的廣告後最重要的事情之一。 由於您很容易錯過很多可能對您的質量得分和指標產生重大影響的事情,檢查著陸頁是否存在這些錯誤有助於顯著提高您的表現。

43. 通過 Brainlabs 識別重複廣告

複製廣告是創建大量廣告創意的一種快速簡便的方法,這些創意可以快速更改以匹配特定廣告組。 但有時,您可能會復制太多,而忘記您的帳戶中有它們。 此 Google Ads 腳本會檢查您的所有廣告,以確保您的帳戶中沒有隱藏任何雜散重複項。

44. Dmytro Tonkikh 的高級損壞 URL 檢查器

廣告上損壞的網址可能會浪費大量時間和金錢,讓許多客戶感到沮喪和憤怒。 此腳本將自動檢查您的所有廣告,以確保沒有損壞的網址可能會導致您花錢。

45. Brainlabs 的 SEO 關鍵字標記

處理 SEO 和 PPC 通常是一場持久戰。 您應該在哪些關鍵字上花錢? 您是否也應該花錢購買具有強大有機排名的關鍵字? 不幸的是,我們無法回答這些問題,但此腳本將幫助您跟踪自然關鍵字及其排名。

46. Brainlabs 的相關短語分析

關鍵字是任何成功活動的基礎,但與這些關鍵字相關聯的詞將其提升到一個新的水平。 使用此腳本,您可以輕鬆找出用戶正在搜索的相關關鍵字,並將其整合到您的廣告和定位設置中。

47. 由 hoofay 暫停可疑廣告

密切關注您的廣告及其獲得的點擊次數是良好 PPC 管理的關鍵。 此腳本監控您的所有廣告系列並檢查具有大量無效點擊的廣告系列。 大量無效點擊可能意味著您受到欺詐機器人的攻擊,因此暫時暫停它們可能是值得的。

48. 比較 Karooya 的 3 個頭條和 2 個 ETA

加大型文字廣告最近進行了大修,現在可以選擇附加標題和說明。 您可能會投放一些帶有 2 個標題的廣告,一些帶有 3 個標題的廣告,但哪個更好? 此腳本有助於計算出所有關鍵性能指標,以便您可以比較差異。

49. Vincent Hsu 的 Google Ad Grants

幾年前,谷歌對非營利組織的資助計劃政策進行了重大改變。 此腳本將審核您的廣告並確保它們符合新的 Google 贈款政策。 所有信息都存儲在 Google 電子表格中以便於訪問,您還會收到一封電子郵件,其中總結了報告的內容。

50. Daniel-c05 的帳戶健康檢查

如果您只是從其他代理機構或自由職業者手中接手 Google Ads 帳戶,那麼最好進行一次健康檢查,看看哪些重要領域需要審查。 這個優秀的腳本將對帳戶運行完整的健康檢查,以查看是否有任何需要盡快修復的重大問題。

51. Brianlabs 的旋轉廣告文案

在 PPC 管理方面,測試是一項重要任務,通常會為您帶來最佳結果。 此腳本會確定 A/B 測試實驗中的最佳廣告,並顯示如果您暫停組中所有效果不佳的廣告,您的帳戶的效果會有多好。

警報腳本

谷歌警報腳本

52. FreeAdwordsScripts.com 從 AdWords 腳本向您的手機發送短信

當您不在辦公室時,及時了解您的廣告和活動以確保它們按預期運行會很有用。 雖然很容易收到電子郵件和延遲通知,但如果您碰巧互聯網連接不良甚至互聯網數據用完怎麼辦? 此腳本使用 Twilio API 在您的廣告出現警報時通過短信通知您。 至少使用這種方法,您可以獲得通知並打電話給某人進行修復。

53. 收到 Frederick Vallaeys 的 Google Ads 帳戶異常通知

當您的 Google Ads 出現問題時,您需要盡快診斷並確定問題所在。 Frederick Vallaeys 的這個高度可定制的腳本允許 PPC 經理在他們的帳戶中檢測到異常情況,以免它們變成嚴重的問題。 這是 Google 自己的異常檢測器腳本的改進版本,該腳本將為您節省大量時間來排除廣告和廣告系列的故障。

54. Nils Rooijmans 的高每次點擊費用出價警報

Google Ads 以其瘋狂的 CPC 價格而聞名,該價格會因一系列不同因素而異。 在某些行業中,每次點擊的成本可能會變得荒謬,並且通常會影響活動的盈利能力。 為確保您不會為每次點擊支付荒謬的價格,當您的廣告系列的每次點擊費用出價較高時,此腳本會自動向您發送警報。

55. Nils Rooijmans 的每日超額交付警報

近年來,讓 Google Ads 堅持您的每日預算已成為一項相當大的挑戰,但幸運的是,有幾個腳本可以提供幫助。 這是一個腳本,它會提醒您 Google 最新的每日預算更改是否會導致 Google 超額投放並花費比您的每日預算更多的錢。

56. Brainlabs 的每小時電子郵件更新

在預算管理方面,密切關注費用和 PPC 成本至關重要。 自從谷歌推出其超額投放功能以來,許多廣告系列往往最終超出了他們設定的每日預算,這讓一些人感到驚訝。 為了幫助您監控您的支出,此腳本每小時通過電子郵件向您發送當天的成本/績效。

投標管理腳本

投標管理腳本

57.Daniel Gilbert 的自動應用投標修改器

毫不誇張地說,這個腳本確實可以節省您數小時的時間。 這個非常有用的腳本將根據性能自動為設備、位置、有具體興趣的受眾和再營銷受眾應用修飾符。 您可以設置廣告系列過濾器,決定要調整的修飾符類型,設置最低展示次數、轉化次數和成本過濾器。 正如我們所說,我們並沒有說這個腳本可以節省您的時間。

58. Frederick Vallaeys 的計算和設置移動出價係數

自從在 Google Ads 中引入增強型廣告系列後,就再也不可能針對移動設備製作完全獨立的廣告系列了。 相反,移動廣告系列現在是常規廣告系列的一部分,並通過出價乘數修飾符進行控制。 此腳本有助於使移動設備上的廣告系列效果與使用出價修飾符的桌面廣告系列的效果保持一致。

59. 谷歌的電視節目出價協調

為了充分利用您的廣告系列,有時全天更改出價係數可能會很有效。 Google 的此腳本無需手動完成所有操作,而是讓您定義應調整出價係數的設定時間表。 通過使用時間表的日期和時間填充電子表格,您的廣告出價將在一天內相應地發生變化。

60. Russell Savage 為每個活動制定獨特的投標規則

通常,點擊付費管理越複雜,所需的工作就越多。 想像一下,您想為每個廣告系列設置不同的出價規則,這絕對意味著更多的工作! 為了防止您失去理智,此 Google Ads 腳本可讓您為每個廣告系列設置獨特的出價規則,從而為您節省大量寶貴時間。

61. 谷歌出價測試

在確定關鍵字的最佳出價時,嘗試不同級別的出價以查看最佳出價可能會很有效。 手動執行此操作顯然非常耗時,但幸運的是,有一個方便的腳本可以幫助您輕鬆找到最佳位置。 此腳本將根據特定的乘數調整您的關鍵字出價並記錄每次更改的結果。

62. Frederick Vallaeys 的 Google Ads 中的高級預算管理

在 Google Ads 中管理預算是最大限度提高投資回報率的最重要方法之一。 使用此 Google Ads 腳本,您可以通過控制支出來充分利用您的廣告。 通過每月、每週或每天為廣告系列、廣告組、關鍵字或廣告文字設置預算,維護您自己的高級預算。

63.丹尼爾吉爾伯特在一天中的每一小時優化出價

想要全天不斷更新您的出價嗎? 那麼你肯定需要這個腳本。 目前,谷歌每天只允許 6 個出價窗口,這意味著如果你想更新你的手段更多,那麼你需要四處走走。 幸運的是,此腳本允許您每天 24 次或每小時更新一次這些核心優化器的出價。

64. Optmyzr 按郵政編碼的預算

借助 Google Ad 的高級定位選項,您可以做很多很酷的事情來確保定位到最相關的受眾。 其中一項功能是郵政編碼定位,您可以在其中為每個區域設置不同的出價係數。 此腳本可讓您更好地控制這一強大的定位功能,以確保獲得最佳結果。

65. Google Shopping Bid Optimizer by Derek Martin

使用這個出色的 Google 購物優化腳本消除對 Google 購物優化的猜測。 非常適合充分利用您的廣告支出,只需輸入您的指標,運行它,然後觀察它發揮其魔力。 它不僅會為您節省大量時間,而且您還會對它所做的有用更改感到驚訝。

展示廣告網絡腳本

顯示網絡腳本

66. FreeAdwordsScripts.com 自動排除具有特定域的展示位置

該谷歌展示廣告網絡(GDN)是一個大型網絡擁有數百萬第三方網站可以顯示您的廣告。 為了最大限度地利用您的預算,您可能希望將某些網站排除在展示不相關的廣告之外。 儘管 Google 目前確實有一些定位選項,但此腳本可以更輕鬆地排除某些擴展域,例如 .pl 或 .jp,從而最大限度地提高您的預算。

67. 谷歌的自動展示位置排除

有時,有些視頻的目標受眾與您的廣告不同,但在開始累積統計數據之前,您可能不知道這一點。 一旦您發現某個特定展示位置沒有按照您想要的方式發揮作用,您就可以將其從定位中刪除。 此腳本可讓您識別和排除效果不佳的展示位置並獲得預期的視圖。

68. Bas Baudoin 的顯示排除器

管理您的廣告在 Google 展示廣告網絡上展示的網站可能是一個真正的挑戰。 由於許多低質量的網站和不正確的展示位置經常發生,此腳本將使您更好地控制展示位置的質量。 該腳本將每小時刪除不符合您的條件的展示位置。

69. Dawson Reid 的自動否定展示位置

您是否花費大量時間查看 Google 展示廣告的展示位置數據? 不幸的是,如果您想最大限度地提高預算和投資回報率,這是一項必要的任務。 此腳本將自動匹配您不希望展示廣告的任何負面 TLD,從而幫助您節省大量時間。

70. Kevin Adams 的完整 GDN URL 報告

Getting the most out of your money on the Google Display Network can be very challenging, especially when there are so many websites to review. If you want to review your GDN placements yourself then this script will pull all the full URLs making it super easy for you to examine them.

71. GDN Placement Cleaner by artakulov

Ensuring your ads are only placed on the highest quality Google display network sites can be a constant challenge. If you don't have the time to exclude and purge the bad websites then don't worry, this script will automatically remove placements relating to serials, online games, and other irrelevant sites.

Reporting Scripts

reporting scripts section

72. Google Ads Spellcheck by Russell Savage

There's nothing more embarrassing than having a typo or spelling error in your ads. Not only does it look unprofessional, but if a client or boss sees it then you're probably going to be in trouble! Luckily, this handy spell check script will save you the embarrassment and wrath by letting you mass spell check your ads using the Bing Spell Check API.

73. Landing Page Watch Dog by Frederick Vallaeys

Ensuring your landing pages are working as intended is crucial if you're going to be sending paid traffic to them. A broken or 404 landing page can result in a lot of money wasted! This script creates an excel report of all the landing pages in your account and returns their status code as well as if the page contains any text such as “not found”.

74. Quality Score Tracker by PPC Epiphany

As a PPC manager, tracking your quality score should be one of the most important things in your daily tasks. With quality score having such a big impact on how much you pay per click, it makes sense to track it right? Luckily, this advanced quality score tracker keeps track of an account's quality scores on a daily basis.

75. Track Google Ads Competitors Over Time by BrainLabsDigital.com

Keeping an eye on your competitors and what they are doing is the key to pay per click marketing success. Although there are various paid PPC tools out there that can help keep track of your PPC competitors, this handy script will help you do it for free. Using Google Sheets, you'll get a nice graph that shows a range of important and helpful metrics.

76. Enhanced Script Anomaly Detector by Frederick Vallaeys

Detecting Google Ads anomalies on a large scale can be a tricky task, unless you have a script! This enhanced Google Ads script is an adaptation of Google's own anomaly detection script but has been modified to work with MCC accounts. All outputs are sent to a single Google sheet and include a color coded dashboard for reference.

77. Track Return On Ad Spend by Wesley Parker

Return on ad spend is a crucial metric that many PPC managers monitor, especially for e-commerce campaigns. Although this can be done manually using spreadsheets it is very time-consuming and often tedious. To help make your life easier and to give you the important information you need to know, this script automatically creates a ROAS graph that will answer all of your questions.

78. Ad Performance Report by Google

Monitoring the performance of your ads is crucial, and the chances are your superiors will want to know what type of return you're getting. Although there are plenty of tools that produce fancy reports, they often cost a lot of money. Save time and money with this handy ad performance script that creates a range of helpful and informative graphs.

79. Mobile Analysis Insights by Google

Ensuring a positive experience for mobile users when they visit landing pages requires that sites are built with mobile and speed in mind. If your landing pages aren't mobile-friendly, then it could cost you more per click as well as lower conversions overall. To ensure your pages are up to scratch, this script by Google provides speed and usability insights to make sure your landing pages are mobile-friendly.

80. Declining Ad Groups Report by Google

When managing PPC campaigns, it's important to keep an eye out for any ad groups that are underperforming. To do this manually, you'll have to pull the metrics and analyze them yourself in a spreadsheet. However, this script can easily detect which ad groups are declining and need some attention when compared to other ad groups.

81. Report Campaigns Without Impressions by Tibbe van Asten

When managing multiple accounts, it can be incredibly tedious to check the metrics of every campaign and ad on a daily basis to check they are still active. Sometimes, campaigns may stop temporarily for a number of unexpected reasons, and with large accounts, these can sometimes go unnoticed. This script automatically alerts you via email if a campaign has not generated any impressions for the day before.

82. MCC Ad Spend Report by Corey Jansen

Keeping on top of your Google Ads spending is crucial for all agencies and managers. With so many bidding options and the chance of over-delivery, knowing exactly how much you have spent on Google Ads is very important. This script runs an entire MCC report to see how much your entire account has spent.

83. Create Google Slides With Ad Data by Frederick Vallaeys

End of month reporting can be a nightmare when you have lots of accounts, especially when you need to create a slideshow for your managers. This Google Ads script should help you save some time by automating the Google slides creation by integrating directly with Google Ads.

84. Google Sheets Reporting by Kumo Digital

When monitoring the performance of your account, it can be difficult to get the information you need together to be able to make decisions and changes. Thankfully, this can be made easier by creating a range of reports with important data that you can take action on. This handy script by Kumo Digital will do all of that and more to make your life easier.

85. Heatmap Creation Tool by Brainlabs

Heatmaps are a great way to help visualize data instead of looking at big graphs. This Google Ads script takes your account data and converts it into a handy heatmap in Google sheets. It also makes suggested bid adjustments based on the conversion rate and other metrics.

86. Advanced Google Ads Forecasting Script by Wesley Parker

Creating accurate projections for future months in Google Ads can be really important when it comes to budgeting and planning. The problem is, however, it takes a really long time to produce these reports which takes time away from the important stuff of managing campaigns. This script automatically creates a forecast for the next 12 months in just a few simple clicks!

Keyword Scripts

google ads keyword scripts

87. Check Close Variants Your Ads Are Showing For by FreeAdwordsScripts.com

Since Google may now show your ads on keywords that aren't the exact keyword you provide, it's always useful to see what your ads are actually showing up for. This script will show all keywords that Google considers to be a “close variant” of your keywords. If something doesn't look right, then be sure to add it to your negative keywords list.

88. Leverage Google Autocomplete To Find Keyword Opportunities by Derek Martin

Google's autocompleting feature can often provide an excellent list of potential new keyword opportunities as well as negative keywords. This script takes advantage of Google's autocompleting feature by running your target keyword through the autocomplete feature and emailing you the results.

89. Identify Duplicate Keywords and Close Variants by Karooya

Duplicate keywords and close variants can be a big problem when trying to optimise Google Ad campaigns. This script allows you to identify duplicate keyword issues using a process called stemming. Simply run the script and it will identify the duplicates within the same keyword match type. You can then decide if the keywords are too similar and if you should be removing them.

90. Find Your Best And Worst Search Queries by Daniel Gilbert

Optimising your search keywords doesn't have to be time consuming and boring anymore. Using the power of n-grams, this script helps you split up your queries and finds your best and worst-performing search queries. Using clicks, impressions, cost and converted clicks data, each query is given a value and arranged from highest to lowest.

91. Keyword Association Analysis by Daniel Gilbert

As a PPC manager, you should always be on the lookout for new keywords. But even with keyword research tools, the process can be very time consuming and boring. This script can definitely help speed up the process of keyword research by creating a fantastic word association chart from account data. Simply run it and it will spit out plenty of new phrases and keywords to take a look at.

92. Negative Keyword Conflicts by Google

Negative keywords are a great way to optimize your ads and get the most out of your ad spend. However, in some circumstances, these negative keywords can sometimes block normal keywords from triggering relative search queries. This script checks whether the negative keywords in an account block any normal keywords and alerts you if so.

93. Exclude Queries With High CPA by Tibbe van Asten

Removing expensive keywords is a sure-fire way to help get the most out of your ad spend and stop wasting money on low converting keywords. This script takes a look at all search terms in campaigns and ensures any overpriced search terms are excluded. The desired CPA can be defined for each campaign within the script to make it more flexible.

94. Search Term Trends by Karooya

Finding those underperforming search terms in Google Ads can be a time-consuming process. This script by Karooya helps identify search terms that are losing impressions, clicks and conversions. At the same time, it can also help identify over-performing search terms which are gaining impressions and clicks. These can then be analyzed and passed onto your SEO team.

95. Broad Match to Modified Broad Match by Aleksander Vucenovic

Switching the match settings of your keywords in Google Ads can be a long and tedious process, especially if you have a large account and lots of ad groups. This handy script will change all of your broad match keywords to modified broad match keywords in just a few minutes saving you lots of time.

96. Pause / Remove Low Volume Keywords by Ahmed Ali

Search terms with low search volume will often be flagged as “inactive” and not trigger your ads until the number of search queries has increased. This useful script checks all of your keywords and pauses / removes any that have been flagged as inactive, helping to clean up your dashboard.

97. New Shopping Search Term Suggestions by Jorn-Heiko Raußendorff

Google shopping ads are becoming extremely popular with users and a lot of their information can help with traditional text ads. These valuable search queries from Google shopping can be used to profitably develop new text campaigns. This entire process does take a while to complete, so thankfully there is a script to help speed up the process.

Miscellaneous Scripts

miscellaneous scripts section

98. JavaScript AdWords Modules by jafaircl

Building your own Google Ads scripts can sound very challenging when there is so much code to learn. Thankfully, this script will help you create functional Google Ads scripts while taking advantage of JavaScript's ES6 & ES2015 features to make your Google scripts coding just that little bit easier.

99. AdScripter by crealytics

Maintaining and storing your Google Ads scripts can be tricky without a proper storage system. Luckily, this special script will give you a nice HTML based editor that will also store your scripts on GitHub for future reference. Simply download it and extract it to a local or remote server to get it working.

100. Salesforce Integration by ryanpraski

Salesforce is a powerful CRM tool that allows you to collect lots of information about your clients and customers. This script helps collect even more information about your customer's journey by capturing the Google Ads GCLID which can be used to understand their journey even better.

101. Timer Management by Norisk Marketing

對於 Google Ads,運行自動化腳本可能會很棘手。 某些腳本允許您每隔一段時間(例如每小時)完成一項任務,但在內部設置運行腳本本身可能很困難。 幸運的是,這個有用的工具允許您通過可配置的計時器管理整個腳本庫。

102. 通過 Gscripts 刪除未使用的標籤

標籤是組織您的帳戶的好方法,但如果您不使用任何標籤,它們實際上會使帳戶變得混亂並使其難以理解。 此腳本會檢查您的共享庫以確保未使用任何標籤。 如果有任何未鏈接到廣告系列,則此腳本將刪除它們並使帳戶更易於使用。