테스트와 프로덕션 비교
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
테스트 네트워크는 프로덕션 Google Ad Manager 계정에서 완전히 격리된 데이터 환경을
제공하여 코드를 테스트합니다.
프로덕션 계정에서 테스트 네트워크를 사용하기 전에 테스트 네트워크를 사용하여 코드를 빌드하고 테스트해야 합니다. 테스트 네트워크에 기능을 추가해야 하는 경우 계정 관리자에게 문의하세요.
테스트 네트워크를 만들려면 NetworkService.makeTestNetwork
를 호출합니다.
MakeTestNetwork
예는 각 클라이언트 라이브러리에 포함되어 있습니다. Google 계정에는 테스트 네트워크를 하나만 만들 수 있습니다.
테스트 네트워크는 다음과 같은 방식으로 제한됩니다.
- 테스트 네트워크는 항목 유형당 객체 10,000개로 제한됩니다.
- 테스트 네트워크는 광고를 게재할 수 없습니다.
- 테스트 네트워크는 광고를 게재할 수 없으므로 보고서는 항상 데이터 없이 반환됩니다.
- 예측에는 서빙 기록이 필요하므로 예측 서비스 결과가 가짜입니다. 자세한 내용은 ForecastService를 참고하세요.
- 테스트 네트워크는 기본적으로 Ad Manager 360 네트워크가 아닙니다. 즉, Ad Manager 360 네트워크에 있는 프리미엄 기능이 없습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)
[null,null,["최종 업데이트: 2025-08-21(UTC)"],[[["\u003cp\u003eTest networks provide an isolated environment for testing Google Ad Manager code before using it in production.\u003c/p\u003e\n"],["\u003cp\u003eYou can create one test network per Google account using the \u003ccode\u003eNetworkService.makeTestNetwork\u003c/code\u003e method, and client libraries include examples.\u003c/p\u003e\n"],["\u003cp\u003eTest networks have limitations, including a 10,000 object limit per entity, inability to serve ads or generate real report data, and faked forecasting results.\u003c/p\u003e\n"],["\u003cp\u003eIf creating a test network with a Service Account, add an Administrator user for UI access via \u003ccode\u003eUserService.createUsers\u003c/code\u003e.\u003c/p\u003e\n"]]],["Test networks offer isolated environments for testing code without affecting production accounts. Create one test network per Google account using `NetworkService.makeTestNetwork`, referencing client library examples. Service accounts require an added Administrator via `UserService.createUsers` for UI access. Test networks have limitations: 10,000 objects per entity, no ad serving, empty reports, faked forecasts, and lack of Ad Manager 360 premium features. Use these isolated test environments prior to using your production account.\n"],null,["# Test vs. Production\n\nTest networks help you test your code by providing a completely isolated\ndata environment from your production Google Ad Manager account.\n\nYou should build and test code using test networks before you start using it\nagainst your production account. If you need additional features added to your\ntest network, please speak to your account manager.\n\nTo create a test network, call [`NetworkService.makeTestNetwork`](/ad-manager/api/reference/latest/NetworkService#makeTestNetwork).\nA `MakeTestNetwork` example is included in each of the [client libraries](/ad-manager/api/clients). You can create only one test network for\nyour Google account.\n| **Important:** If you create a test network using a Service Account, you must also add an additional Administrator (`roleId -1`) to access the network's UI. To do so, call [`UserService.createUsers`](/ad-manager/api/reference/latest/UserService#createUsers).\n\nTest networks are limited in the following ways:\n\n- Test networks are limited to 10,000 objects per entity type.\n- Test networks cannot serve ads.\n- Because test networks cannot serve ads, reports will always come back without data.\n- Since forecasting requires serving history, forecast service results will be faked. See [ForecastService](/ad-manager/api/reference/latest/ForecastService) for more information.\n- Test networks are, by default, not Ad Manager 360 networks, meaning that they do not have the premium features found in Ad Manager 360 networks."]]