rocket
Content API for Shopping의 공식 후속 제품인
Merchant API를 만나보세요.
update
판매자 API의 새로운 기능, 버그 수정, 출시 업데이트에 관한
최신 정보를 확인하세요.
point_of_sale
Google에서 비즈니스와 제품을 관리하는 방법과 데이터, 유용한 정보, 고유한 기능에 대규모로 프로그래매틱 방식으로 액세스하는 방법을 알아봅니다.
지금 판매자 API를 시작하세요.
Google Ads를 통한 연결 수락
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요약
판매자 센터 계정을 통해 연결을 요청한 후 Google Ads를 통해 연결을 수락할 수 있습니다. Google Ads UI 또는 Google Ads API를 통해 이 작업을 수행할 수 있습니다.
수동 단계
- Google Ads UI에서 도구 및 설정을 클릭합니다.
- 설정에서 연결된 계정을 클릭합니다.
- Google 판매자 센터에서 관리 및 연결을 클릭합니다.
- 요청 보기를 클릭합니다.
- APPROVE를 클릭합니다.
- 자세한 내용은 Google Ads에서 연결 요청 승인하기를 참고하세요.
자동 단계
MerchantCenterLink
리소스를 사용하여 연결 요청을 확인합니다.
MerchantCenterLinkStatus
필드를 사용하여 링크 상태를 확인합니다.
PENDING
링크를 승인하려면 MerchantCenterLinkStatus
필드를 ENABLED
로 설정합니다.
PENDING
링크를 거부하려면 MerchantCenterLink
객체를 삭제합니다.
ENABLED
링크를 연결 해제하려면 MerchantCenterLink
객체를 삭제합니다.
- 이 프로세스 및 예시 코드에 관한 자세한 내용은 판매자 센터 계정과 Google Ads 계정 연결을 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-31(UTC)
[null,null,["최종 업데이트: 2025-08-31(UTC)"],[[["\u003cp\u003eAfter requesting a link between your Merchant Center and Google Ads accounts, you need to accept the link in Google Ads, either through the UI or the API.\u003c/p\u003e\n"],["\u003cp\u003eManually accepting the link involves navigating to the "Linked accounts" section in Google Ads settings and approving the request.\u003c/p\u003e\n"],["\u003cp\u003eAutomatically accepting or rejecting the link requires using the Google Ads API and modifying the \u003ccode\u003eMerchantCenterLink\u003c/code\u003e resource and its status field.\u003c/p\u003e\n"],["\u003cp\u003eDetailed instructions for manual approval are available in the Google Ads help center, while API-based linking is documented in the Google Ads API documentation for shopping ads.\u003c/p\u003e\n"]]],[],null,["# Accept link through Google Ads\n\nSummary\n-------\n\nAfter you request the link through your Merchant Center account, you can accept\nthe link through Google Ads. You can do this through the [Google Ads UI](https://ads.google.com/) or the\n[Google Ads API](/google-ads/api/docs/start).\n\nManual steps\n------------\n\n1. In the Google Ads UI, click **TOOLS \\& SETTINGS**.\n2. Under **SETUP** , click **Linked accounts**.\n3. Under **Google Merchant Center** , click **MANAGE \\& LINK**.\n4. Click **VIEW REQUEST**.\n5. Click **APPROVE**.\n6. See [Approve link request in Google Ads](https://support.google.com/google-ads/answer/6159060#zippy=%2Cstep-approve-link-request-in-google-ads) for more detail.\n\nAutomatic steps\n---------------\n\n1. Use the [`MerchantCenterLink`](/google-ads/api/reference/rpc/latest/MerchantCenterLink) resource to view your link requests.\n2. Use the [`MerchantCenterLinkStatus`](/google-ads/api/reference/rpc/latest/MerchantCenterLinkStatusEnum.MerchantCenterLinkStatus) field to view the link status.\n - To approve a `PENDING` link, set the `MerchantCenterLinkStatus` field to `ENABLED`.\n - To reject a `PENDING` link, remove the `MerchantCenterLink` object.\n - To unlink an `ENABLED` link, remove the `MerchantCenterLink` object.\n3. For more information about this process and example code, see [Link your\n Merchant Center and Google Ads accounts](/google-ads/api/docs/shopping-ads/merchant-center)."]]