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
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
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
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
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