Re: How to establish the 5 virtual client account in sandbox env

2012-11-19 Thread Yulong Yang
Team. > > > > On Sunday, November 18, 2012 9:07:30 PM UTC+4, Yulong Yang wrote: >> >> Hi all, >> >> I am using python client lib for adwords api, when I tried to get it >> started I encountered a problem. >> So I finished config.py with my email ad

How to establish the 5 virtual client account in sandbox env

2012-11-18 Thread Yulong Yang
Hi all, I am using python client lib for adwords api, when I tried to get it started I encountered a problem. So I finished config.py with my email address, and when I run the get_campaign.py in basic_operations I get following: No campaigns were found. Usage: 1 units, 1 operations Until now

Re: StartDate and EndDate for ad in AdStats?

2012-09-21 Thread Yulong Yang
derstood > the documentation. > > These fields are marked as inherited, so presumably you need to get them > from the CampaignService instead? > > > > On Friday, September 21, 2012 2:52:48 PM UTC+1, Yulong Yang wrote: >> >> I actually tried both lower case an

Re: StartDate and EndDate for ad in AdStats?

2012-09-21 Thread Yulong Yang
d in page['entries']: result.append((ad['stats'])) offset += self._PAGE_SIZE selector['paging']['startIndex'] = str(offset) more_pages = offset < int(page['totalNumEntries']) return result[0] On Friday, S

Re: StartDate and EndDate for ad in AdStats?

2012-09-21 Thread Yulong Yang
EndDate (first letter caps). See > https://developers.google.com/adwords/api/docs/appendix/selectorfieldsfor a > more comprehensive list of supported selector fields. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Friday, 21 September 2012 06:56:17 UTC+5:30, Yulo

StartDate and EndDate for ad in AdStats?

2012-09-20 Thread Yulong Yang
Hi all, I am currently trying to fetch all fields listed herein AdStats for ad in sandbox. I am using python client library. All fields could be retrieved by following selector using ad groupd ad service

Re: @kevin >> sandbox account initialization logic didn't properly initialize accounts (and assigned them zeros).

2012-08-07 Thread Yulong Yang
I am stuck in this problem too. Now I have 5 client account with id = 0. When I use 0 as id in for example use_auth.py, it returns USER_PERMISSION_DENIED error. On Wednesday, July 25, 2012 4:56:51 PM UTC-4, Sander wrote: > > Hello Kevin, > > I took my problem out of the running topic on > https

Get stuck with the getting started with python client lib

2012-08-07 Thread Yulong Yang
Hi all, I am trying to use python client lib for adwords. However I encounter various problems just to follow the very basic steps in the README: 1. all dependecies installed: PyXML, fpconst, httplib2, oauth2 2. fresh google account registered 3. adwords enabled for the account 4. run get_campai