Re: Campaign service selector in v201003 using python library 12.1.0

2010-09-07 Thread AdWords API Advisor
Hi, http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/tests/campaign_service_unittest.py#340 and http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/tests/campaign_service_unittest.py#361 shows how to use selectors with campaign service. Can you hav

Campaign service selector in v201003 using python library 12.1.0

2010-09-07 Thread mmrs151
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