0

BulkOpportunityService Oppurtunity Error のドキュメントはこちらにありますが、役立つ説明はありません

http://code.google.com/apis/adwords/docs/reference/latest/BulkOpportunityService.OpportunityError.html

考えられる 2 つの例外に関する Opportunity.Reason のドキュメントは、こちらにあります。

http://code.google.com/apis/adwords/docs/reference/latest/BulkOpportunityService.OpportunityError.Reason.html

列挙

  1. OPPORTUNITY_DOES_NOT_EXIST
  2. RPC_エラー

このエラーの原因を知っている人はいますか?

4

1 に答える 1

0

このエラーは、サービスのバックエンドに一時的な問題があったことを示しており、後で再試行すると問題が解決するはずです。

追伸 - AdWords API に関する質問は、次の公式開発者フォーラムに投稿するのが最適です: http://code.google.com/apis/adwords/forum.html

于 2011-04-11T20:27:29.567 に答える