I am trying the following code in the python terminal as you have
stated in the get_all_campaigns.py using latest python library 12.1.0
for v201003,
import os
import sys
sys.path.append(os.path.join('..', '..', '..', '..'))
from adspygoogle.adwords.AdWordsClient import AdWordsClient
client = AdWor
Hi,
I am trying to connect to the sandbox account with my email and
password with the instruction given to
http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders.
But unfortunately it is giving me the following error trace,
Traceback (most recent call last):