2012-01-25 11 views
0

adwordの詳細を取得するにはGoogle Adword Traffic Estimator APIを使用する必要があります.2つの方法で実行することができます。Google Adword APIを使用してadwordのトラフィック見積もりを取得するとエラーが発生する

1. without client library 2. With client library

私は、クライアントの詳細部分なしに従ってください:

それが問題に実行されます。

[email protected]:~/Documents$ wsdl2py --url=https://adwords.google.com/api/adwords/o/v201109/TrafficEstimatorService?wsdl --output- dir=. 
/usr/local/lib/python2.6/dist-packages/ZSI/resolvers.py:7: DeprecationWarning: the multifile module has been deprecated since Python 2.5 
import multifile, mimetools, urllib 
/usr/local/lib/python2.6/dist-packages/ZSI/wstools/Utility.py:143: DeprecationWarning: socket.ssl() is deprecated. Use ssl.wrap_socket() instead. 
ssl = socket.ssl(realsock, self.key_file, self.cert_file) 
/usr/local/lib/python2.6/dist-packages/ZSI/wstools/Utility.py:144: DeprecationWarning: FakeSocket is deprecated, and won't be in 3.x. Use the result of ssl.wrap_socket() directly instead. 
self.sock = httplib.FakeSocket(sock, ssl) 
Error loading https://adwords.google.com/api/adwords/o/v201109/TrafficEstimatorService?wsdl: 
sendall 

私はクライアントライブラリ

それは有効なクライアントid.Hereは私が私の有効なクライアントIDを取得する方法がわからないaskesを使用してですか? これは、あなたがこれを助けてくださいもらえますか?私の設定ファイル "adwords_api_python_15.0.6/adwords_api_auth.pkl"

(dp0 
    S'clientCustomerId' 
    p1 
    S'436-059-9693' 
    p2 
sS'developerToken' 
p3 
S'[email protected]++USD' 
p4 
sS'clientEmail' 
p5 
S'' 
p6 
sS'userAgent' 
p7 
S'AwApi-Python-15.0.6|GoogleTest' 
p8 
sS'password' 
p9 
S'mypassword' 
p10 
sS'email' 
p11 
S'[email protected]' 
p12 
s. 

ですか

答えて

0

お客様のadwordsアカウントにログインしてクライアントIDを取得できると思います。右上隅に表示されます。

+0

ええ、私は試みました。しかし、それは無効なIDのような同じエラーを示しています。 MCCアカウントの種類を有効にする必要があると思います。プライマリですか?どのようにそのことについて? – Nava

関連する問題