Re: Get MCC Data

2011-10-11 Thread Paulo Fernandes
Hi Anash Where can I find more information about the v201109 PHP code examples and the source code? I don't know where can I find this information Thanks On 9 out, 23:04, Anash P. Oommen anash.p.oommen+fo...@google.com wrote: Hi Paulo, Jason's posts summarize things pretty well. cost +

Re: Get MCC Data

2011-10-11 Thread jstedman
Paulo, The v201109 examples have not been released, but the v201101 examples should still work with v201109 for at least 90% of the calls. The v201101 examples can be found here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk#trunk%2Fexamples%2Fv201101 --

Re: Get MCC Data

2011-10-11 Thread Paulo Fernandes
I found an example on Google and customized it for my necessity. The report is ok , but I the data aren't there http://pastebin.com/GHSRfsJ3 There are something wrong on my code? On 11 out, 14:41, jstedman jason.sted...@thesearchagency.com wrote: Paulo, The v201109 examples have not been

Re: Get MCC Data

2011-10-09 Thread Anash P. Oommen
Hi Paulo, Jason's posts summarize things pretty well. cost + detail of stats breakdown is a significant factor in deciding whether to go for reports or not. v201109 introduces definitionless reports which makes report downloads free, whereas downloading stats using individual services will

Get MCC Data

2011-10-07 Thread Paulo Fernandes
Hi I'm doing my own MCC and I'm not using the sand-box. So I'm asking all of you to know how can I do the following I got all my clients using GetServicedAccountService and now I need the fields (click, Impr, CTR, AVG Pos, etc..) How can I do that? There is a possibility to get this

Re: Get MCC Data

2011-10-07 Thread jstedman
There are several ways to implement getting all that data. Pretty much all of them require you to do some persistence of data on your end for it to be cost effective. I would start by looking at the reporting tutorial and ReportDefinitionService as well as the Report Types appendix. This link

Re: Get MCC Data

2011-10-07 Thread Paulo Fernandes
There are several ways to implement getting all that data. Can you tell me one example without using Report? Pretty much all of them require you to do some persistence of data on your end for it to be cost effective. Yes, everything will be stored offline I would start by looking at the

Re: Get MCC Data

2011-10-07 Thread jstedman
Without using reports you will have to make api calls to the services for each entity you wish to pull data for. If you want data at the keyword level, you will need to use the AdGroupCriterionService. If you want data at the adgroup level, you will need the AdGroupService. And so on, it really