Ordering and paging for search_query_performance_report

2011-08-25 Thread herbertbintoroe
Hey, I just wonder if it is possible to do orderby and paging for search_query_performance_report from report_definition_service. If so, can somebody please give me a sample code for php client? Thanks, Herbert -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and di

International google adwords (non google US)

2011-06-17 Thread herbertbintoroe
Hey all, I just wonder if it is possible to tell if the results that I am getting from search query performance report is from non Google US (for example, if it is from Google UK). Is it differentiated by AdNetworkType1 or AdNetworkType2? Thanks, Herbert -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Search query performance report data inconsistency

2011-05-10 Thread herbertbintoroe
Hi, I would like to ask a question. I tried to download search query performance report using the API and I see some data inconsistencies. For same search term, it gives me two different results with different keyword ids. And for that search term, the other metrics (such as clicks and impressio

Google adwords API library crashes with cake PHP 1.1

2011-05-10 Thread herbertbintoroe
Hi, I encountered this problem while trying to import modules that are located in php cake 1.1 models framework. It does not let me to import the modules and it crashes without giving me any error message. Does anybody have any idea what might happen here? Thanks, Herbert -- =~=~=~=~=~=~=~=~=~

Re: Downloading search query performance report

2011-04-27 Thread herbertbintoroe
hers. For my purposes, I simply created a > report definition requesting data for the past week using > ReportDefinitionDateRangeType.LAST_7_DAYS so that I could re-use the > definition. Once I switched to that, I was consistently seeing results > in the report. > > HTH - > mm > &

Re: Downloading search query performance report

2011-04-27 Thread herbertbintoroe
.LAST_7_DAYS so that I could re-use the > definition. Once I switched to that, I was consistently seeing results > in the report. > > HTH - > mm > > On Apr 27, 1:50 am, herbertbintoroe wrote: > > > Hi All, > > > I am able to download keyword performance repor

Downloading search query performance report

2011-04-26 Thread herbertbintoroe
Hi All, I am able to download keyword performance report by using the example in version 201101. However, when I am trying to download search_query_performance_report (by changing the selector and report type from the keyword perfrormance report while creating the report definition ), I got a rep

Re: How to download keyword performance report

2011-04-26 Thread herbertbintoroe
from live ( and therefore your > AdGroupId probably doesn't even exist ) > > Pete > > PS: Looks like you've already found it, but here's a full list of PHP > Examples for > v201101:http://code.google.com/p/google-api-adwords-php/source/browse/trunk#t... > >

Re: How to download keyword performance report

2011-04-25 Thread herbertbintoroe
formance($user); print("Report definiton id = $reportDefinitionId"); $fileName = 'google_adword.xml'; $path = dirname(__FILE__) . '/' . $fileName; // Download report. ReportUtils::DownloadReport($reportDefinitionId, $path, $user); printf("R

How to download keyword performance report

2011-04-22 Thread herbertbintoroe
Hi all, I am trying to download keyword performance report and basically use the latest version of the api(201101) to create keyword_performance_report and using DownloadReport to download the report (using the codes from the examples folder). I was able to download the report, but I could only s