Accept link through Google Ads

  • After requesting the link through Merchant Center, you can accept it in Google Ads.

  • Accepting the link can be done manually through the Google Ads UI or automatically using the Google Ads API.

  • Manual approval involves navigating through "TOOLS & SETTINGS," "Linked accounts," "Google Merchant Center," and clicking "APPROVE" on the link request.

  • Automatic approval using the Google Ads API involves using the MerchantCenterLink resource and setting the MerchantCenterLinkStatus field to ENABLED for a pending link.

  • Links can be rejected or unlinked using the Google Ads API by removing the MerchantCenterLink object.

摘要

通过 Merchant Center 帐号请求关联后,您可以通过 Google Ads 接受关联。您可以通过 Google Ads 界面Google Ads API 完成此操作。

手动步骤

  1. 在 Google Ads 界面中,点击工具与设置
  2. 设置下,点击已关联的帐号
  3. Google Merchant Center 下,点击管理和关联
  4. 点击查看请求
  5. 点击批准 (APPROVE)。
  6. 如需了解详情,请参阅在 Google Ads 中批准关联请求

自动计算步数

  1. 使用 MerchantCenterLink 资源可查看您的关联请求。
  2. 使用 MerchantCenterLinkStatus 字段查看关联状态。
    • 如需批准 PENDING 关联,请将 MerchantCenterLinkStatus 字段设置为 ENABLED
    • 若要拒绝 PENDING 关联,请移除 MerchantCenterLink 对象。
    • 要解除 ENABLED 关联,请移除 MerchantCenterLink 对象。
  3. 如需详细了解此流程和示例代码,请参阅将 Merchant Center 帐号与 Google Ads 帐号相关联