AdWords API Re: Inconsistency in docs, or not understanding a selector

2010-03-25 Thread Joshua J. Kugler
On Thursday 25 March 2010, Joshua J. Kugler elucidated thus: > > Pete is correct, you need to need to pass in an empty selector. > > Here is an example using the PHP client library: > > > > http://code.google.com/p/google-api-adwords-php/source/browse/trunk > >/e xamples/v200909/GetAllCampaigns.ph

AdWords API Re: Inconsistency in docs, or not understanding a selector

2010-03-25 Thread Joshua J. Kugler
On Wednesday 24 March 2010, AdWords API Advisor elucidated thus: > Hi Joshua, > > Pete is correct, you need to need to pass in an empty selector. Here > is an example using the PHP client library: > > > http://code.google.com/p/google-api-adwords-php/source/browse/trunk/e >xamples/v200909/GetAll

AdWords API Re: Inconsistency in docs, or not understanding a selector

2010-03-24 Thread AdWords API Advisor
Hi Joshua, Pete is correct, you need to need to pass in an empty selector. Here is an example using the PHP client library: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/GetAllCampaigns.php Also, ensure that the selector element has the correct namespac

AdWords API Re: Inconsistency in docs, or not understanding a selector

2010-03-23 Thread Joshua J. Kugler
On Tuesday 23 March 2010, Pete Lavetsky (AdWords API Guru) elucidated thus: > I just create a new instance of a CampaignSelector and pass it in. > > public List getAllCampaigns() throws Exception { > return get( new CampaignSelector() ); > } > > I don't know if you can approximate the same wit

AdWords API Re: Inconsistency in docs, or not understanding a selector

2010-03-23 Thread Pete Lavetsky (AdWords API Guru)
I just create a new instance of a CampaignSelector and pass it in. public List getAllCampaigns() throws Exception { return get( new CampaignSelector() ); } I don't know if you can approximate the same with PHP tho ... Pete On Mar 23, 3:04 pm, "Joshua J. Kugler" wrote: > The documentation f