실적 극대화 : 실적 극대화 캠페인
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google Ads 스크립트에서는 실적 최대화 캠페인의 mutate 및 search를 지원하므로 캠페인 생성 및 관리 워크플로가 가능합니다.
이 가이드에서는 mutate를 사용하여 실적 최대화 캠페인을 만드는 방법을 보여주지만, 여기에 제시된 개념은 Google Ads API에서 지원하는 모든 캠페인 유형에 사용할 수 있습니다.
실적 최대화 캠페인을 사용하면 하나의 통합 캠페인에서 모든 Google Ads 채널과 인벤토리에 액세스할 수 있습니다. 여러 캠페인 유형을 관리하는 데 필요한 복잡성과 오버헤드를 줄여 실적을 최적화하고 더 효율적으로 작업할 수 있습니다.
실적 최대화 캠페인은 검색, YouTube, 디스플레이, 디스커버, Gmail, 지도 등 실적이 가장 우수한 채널에 예산을 동적으로 할당합니다. 이를 통해 예산으로 가장 높은 투자수익 (ROI)을 달성하면서 전환수를 늘릴 수 있으며, 여러 캠페인에서 예산을 관리하고 업데이트할 필요도 없습니다.
Google Ads 스크립트를 사용하여 이러한 항목을 만들려면 Google Ads API 및 대부분의 기능에 직접 액세스할 수 있는 mutate를 많이 사용해야 합니다. 요청은 JSON 형식으로 지정되며 API의 REST 엔드포인트와 동일한 형식을 사용합니다.
이 가이드에는 다음 주제가 포함되어 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]