Hi Takeshi,

I'm a bit confused about the now-deprecated ReportsDefinitionService.

Reporting Basics encourages us to update our applications to use AdHoc 
Reports: https://developers.google.com/adwords/api/docs/guides/reporting 

However the two examples above both contain reference to
ReportDefinitionService.

$user->LoadService('ReportDefinitionService', 'v201209');

Do AdHoc and AWQL Reports still use ReportDefinitionService, even if it is 
deprecated? 

As always, thanks for all your help.


On Friday, January 18, 2013 6:05:27 AM UTC, Takeshi Hagikura (AdWords API 
Team) wrote:
>
> Hello Paul,
>
> 1) Basically, there are two ways of querying reports. AdHoc 
> reports<https://developers.google.com/adwords/api/docs/guides/reporting>
>  and AWQL <https://developers.google.com/adwords/api/docs/guides/awql>. 
>
> In AdHoc reports, you should query reports using report definition xml
> In AWQL, you should query reports using AWQL String.
>
> Both of them have examples.
> AdHoc reports : 
> https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/Reporting/DownloadCriteriaReport.php
> AWQL : 
> https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/Reporting/DownloadCriteriaReportWithAwql.php
>
> 2) See the code examples above.
>
> 3) Please see examples above, if you have further questions, please post 
> it here.
>
> Best,
> - Takeshi, AdWords API Team
>
> On Thursday, January 17, 2013 5:43:45 PM UTC+9, Paul C wrote:
>>
>> hi all,
>>
>> i'm a newbie to adwrods api, and I have a task to create daily reports 
>> from several adwords accounts and Pull the data into CSV file  (i'm 
>> working on PHP), 
>>
>> the reports i need to generate are:
>>
>>
>> ·         Cost per campaign
>>
>> ·         Clicks
>>
>> ·         Impressions
>>
>> ·          Ad
>>
>> ·         Language
>>
>> ·         Country
>>
>> ·         Campaign
>>
>> ·         conversion data
>>
>>
>> my question is:
>>
>> 1. how do i query each one of the above (the name to put on code) , i 
>> found this link 
>> https://developers.google.com/adwords/api/docs/appendix/reports 
>>
>> 2. how do i work with the PHP library? where is the report creating?
>>
>> 3. in general , how do i query reports?
>>
>>
>> thanks,
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to