Performance Max
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สคริปต์ Google Ads รองรับ mutate และ
search สำหรับ Performance Max ซึ่ง
ช่วยให้เวิร์กโฟลว์การสร้างและการจัดการแคมเปญเป็นไปได้
คู่มือนี้แสดงวิธีใช้ Mutate เพื่อสร้างแคมเปญ Performance Max
แต่แนวคิดที่นำเสนอสามารถใช้กับแคมเปญทุกประเภทที่ Google Ads API รองรับได้
Performance Max ช่วยให้คุณเข้าถึงช่องทางและพื้นที่โฆษณาทั้งหมดของ Google Ads ได้จากแคมเปญเดียวที่รวมเป็นหนึ่ง
ซึ่งจะช่วยเพิ่มประสิทธิภาพและทำงานได้อย่างมีประสิทธิภาพมากขึ้น โดยส่วนหนึ่ง
มาจากการลดความซับซ้อนและค่าใช้จ่ายที่จำเป็นในการจัดการแคมเปญหลายประเภท
แคมเปญ Performance Max จะจัดสรรงบประมาณแบบไดนามิกให้กับช่องทางที่มีประสิทธิภาพสูงสุด ซึ่งรวมถึง Search, YouTube, Display, สำรวจ, Gmail และ Maps ซึ่งจะช่วยให้คุณได้รับ Conversion มากขึ้นโดยมีผลตอบแทนจากการลงทุน (ROI) สูงสุดจากงบประมาณ และยังช่วยลดความจำเป็นในการจัดการและอัปเดตงบประมาณในหลายแคมเปญด้วย
หากต้องการสร้างโดยใช้สคริปต์ Google Ads คุณจะต้องอาศัย mutate เป็นอย่างมาก ซึ่งจะช่วยให้เข้าถึง Google Ads API และฟีเจอร์ส่วนใหญ่ได้โดยตรง
คำขอจะจัดรูปแบบใน JSON และ
ใช้รูปแบบเดียวกับปลายทาง REST ของ API
คู่มือนี้ครอบคลุมหัวข้อต่อไปนี้
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-27 UTC
[null,null,["อัปเดตล่าสุด 2025-08-27 UTC"],[[["\u003cp\u003eGoogle Ads scripts support the \u003ccode\u003emutate\u003c/code\u003e and \u003ccode\u003esearch\u003c/code\u003e functions for Performance Max, enabling campaign creation and management.\u003c/p\u003e\n"],["\u003cp\u003ePerformance Max campaigns leverage a single unified campaign to access all Google Ads channels, optimizing performance and streamlining management.\u003c/p\u003e\n"],["\u003cp\u003eBudget allocation in Performance Max campaigns is dynamic, automatically shifting to the highest-performing channels for improved ROI.\u003c/p\u003e\n"],["\u003cp\u003eCreating Performance Max campaigns using Google Ads scripts heavily relies on the \u003ccode\u003emutate\u003c/code\u003e function, which interfaces with the Google Ads API.\u003c/p\u003e\n"],["\u003cp\u003eThis guide covers interacting with Performance Max campaigns using the classic \u003ccode\u003eAdsApp\u003c/code\u003e interface, mutate strategies, asset uploading, required and optional campaign components, and reporting.\u003c/p\u003e\n"]]],[],null,["# Performance Max\n\nGoogle Ads scripts supports [mutate](/google-ads/scripts/docs/features/mutate) and\n[search](/google-ads/scripts/docs/features/reports) for Performance Max, which\nallows for campaign creation and management workflows.\n\nThis guide shows how to use mutate to create a [Performance Max campaign](/google-ads/api/performance-max),\nbut the concepts presented can be used for any campaign type supported by the\n[Google Ads API](/google-ads/api/docs/start).\n\n[Performance Max](//support.google.com/google-ads/answer/10724896) lets\nyou access all Google Ads channels and inventory from a single unified\ncampaign. It helps you optimize performance and work more efficiently, in part\nby reducing the complexity and overhead needed to manage multiple campaign\ntypes.\n\nPerformance Max campaigns allocate budgets dynamically to the\nhighest-performing channels, including Search, YouTube, Display, Discover,\nGmail, and Maps. This helps you get more conversions at the strongest return on\ninvestment (ROI) from your budget, and also eliminates the need for you to\nmanage and update budgets across several campaigns.\n\nTo create these using Google Ads scripts, you'll heavily rely on\n[mutate](/google-ads/scripts/docs/features/mutate), which allows access to the\nGoogle Ads API and most of its features directly. Requests are formatted in JSON and\nuse the same format as the API's [REST endpoints](/google-ads/api/rest/overview).\n\nThis guide covers the following topics:\n\n- Interacting with Performance Max campaigns using the [classic `AdsApp` interface](/google-ads/scripts/docs/features/performance-max/using-ads-app).\n- [Strategies when using mutates](/google-ads/scripts/docs/features/performance-max/mutate-strategy)\n- [Uploading assets](/google-ads/scripts/docs/features/performance-max/assets) to be used when creating the campaigns\n- [Required components](/google-ads/scripts/docs/features/performance-max/required-components) for Performance Max campaigns\n- [Optional components](/google-ads/scripts/docs/features/performance-max/optional-components) for Performance Max campaigns\n- [Reporting](/google-ads/scripts/docs/features/performance-max/reporting) on your Performance Max campaigns"]]