adwords_api_python のサンプル スクリプトを実行しようとしましたが、残念ながら次のエラーが発生しました。
[root@centos adwords_api_python_13.2.0]# python get_related_keywords.py
Traceback (most recent call last):
File "get_related_keywords.py", line 56, in <module>
page = targeting_idea_service.Get(selector)[0]
File "adspygoogle/adwords/TargetingIdeaService.py", line 79, in Get
'TargetingIdea', self._loc, request)
File "adspygoogle/adwords/AdWordsWebService.py", line 256, in CallMethod
self.__ManageSoap(buf, start_time, stop_time, error)
File "adspygoogle/adwords/AdWordsWebService.py", line 125, in __ManageSoap
raise e
adspygoogle.adwords.AdWordsErrors.AdWordsAuthenticationError: AuthenticationError.NOT_ADS_USER @ ; trigger:'738513257043' Service[TargetingIdeaService.get]
- MCC アカウントを申請し、adowrds api トークンを申請しました (ステータス: 審査および承認待ち)。
- 「config.py」スクリプトを実行して認証ヘッダーを設定しました。
彼らが私の申請を受け入れるまで待つべきですか?