Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
Thank You VERY much, It took me several hours and I couldn't make it. Everything works great now. greets mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
Thank You VERY much, It took me several hours and I couldn't make it. greets mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: problem with getting campaignStats (v201101, php)

2011-08-16 Thread jstedman
The individual stats fields have to be selected by name in the selector. It is not obvious in the documentation how this works, but the fields you want are tagged "selectable" on this page: http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.CampaignStats.html If you look to

problem with getting campaignStats (v201101, php)

2011-08-16 Thread mapki
hey I am trying to get campaigns by api v201101 using php.I create a Selector object and put 'fields' array in it - Everything is working well until I try to get campaign stats. According to API docs (http:// code.google.com/intl/pl/apis/adwords/docs/reference/latest/ CampaignService.Selector.html)