Re: Can we get statistic information by using Library or Services, but not XML and Reports?

2012-11-01 Thread Anash P. Oommen
Hi Mirror, AdWords API reports can handle only one customerId at a time. So if you set clientId as the customer id of an account, you will get the results only for that customerId. You can also limit your results within an account by using predicates. Cheers, Anash P. Oommen, AdWords API

Re: Can we get statistic information by using Library or Services, but not XML and Reports?

2012-10-31 Thread Mirror
Hi Anash! Thank's!!! :) 2. If i use DownloadCriteriaReport.phphttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201209/Reporting/DownloadCriteriaReport.php - it's show statistic for all! company in $cliendId, can I do request ONLY for one Company for example

Re: Can we get statistic information by using Library or Services, but not XML and Reports?

2012-10-31 Thread Mirror
Hi Anash! Thank's!!! :) 2. If i use DownloadCriteriaReport.phphttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201209/Reporting/DownloadCriteriaReport.php - it's show statistic for all! company in $cliendId, can I do request only for ONE Company for example

Can we get statistic information by using Library or Services, but not XML and Reports?

2012-10-30 Thread Mirror
Hello! Can we get Impressions, clicks, and average position of the group, NOT from the XML report like: // Create report definition XML. $reportDefinition = EOT reportDefinition xmlns=https://adwords.google.com/api/adwords/cm/v201109; selector fieldsAccountDescriptiveName/fields .

Re: Can we get statistic information by using Library or Services, but not XML and Reports?

2012-10-30 Thread Anash P. Oommen
Hi Mirror, It is not 100% clear from your email about what your requirements are. Reports is the recommended way to retrieve stats from the AdWords API server, but if it is a question about avoiding xml parsing, then 1. You can use AWQL, so you don't have to construct report definition xml.