Re: Possible bug in PHP library.

2012-09-04 Thread Kevin Winter
Hi, For your earlier question, yes, the capitalization matters. The documentation indicates the name that should be used in the description field. For example, for the servingStatus fieldhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#servingStatus,

Re: Possible bug in PHP library.

2012-08-29 Thread spetz
Ah, how I couldn't notice that part! So, another question is why the first letter of the field name must be uppercase to fetch it properly? Because i.e lowercase version of endDate didn't work while EndDate worked correctly. 29 Ağustos 2012 Çarşamba 02:33:06 UTC+3 tarihinde Ewan Heming

Re: Possible bug in PHP library.

2012-08-29 Thread spetz
Another problem is, GetAccountHierarchyExample() function returns only the last account (it's the last element of array) but there are 4 more elements in the root which is not listed in output. This should be a problem with the code in the GetAccountHierarchyExample() or DisplayAccountTree()

Possible bug in PHP library.

2012-08-28 Thread spetz
Hey there, I've just been started discovering AdWords API with PHP library provided here and now I am following up the step by step guide in Sandbox section under Gettin Started. What I've done so far is to enable and log into my sandbox account and created 5 dummy clients. Then I chose one

Re: Possible bug in PHP library.

2012-08-28 Thread Ewan Heming
Hi, This isn't a bug, the API only returns the fields you ask for in your request. You should see a line in your code similar to the following: $selector-fields = array('Id', 'Name'); You need to modify it to include all of the fields that you require; the list of available fields can be