Re: Creating keyword performace report usind adwords API

2012-03-22 Thread David Torres
Hi, Aside from the great response from Ewan, I got to add that API reports were never intended to appear in the UI, so what you describe is not longer possible via the API. Best, -David Torres - AdWords API Team On Monday, March 19, 2012 3:47:48 AM UTC-4, Дамян Станчев wrote: > > Hi guys, > I

Re: Creating keyword performace report usind adwords API

2012-03-19 Thread Ewan Heming
It's actually quite easy as the main difference is that you don't need to create a report before downloading it anymore. Something like the following should work (although I haven't tested it): $adGroupId = (float) $_GET['id']; $adGroupName = $_GET['name']; # Create ad group predicate. $adGroup

Creating keyword performace report usind adwords API

2012-03-19 Thread Дамян Станчев
Hi guys, I had the following code, that I was using to create reports and they appeared in my client center. Now when the old API is deprecated I have problems doing the same thing. I need to be able to create keyword performance reports from a PHP script and they must appear in the client cent