Re: Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-07 Thread pablo
Hi David

Yes, my MCC id is 133-148-8521 and the client Id is 5284813578.

I compared the period between October 1, 2011 and October 30, 2011.
and impressions are:
MCC Panel: 193260
Report of the URL: 62,947

Thanks,

Best,

Pablo

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-07 Thread David Torres
Hi Pablo,

I'm not 100% where in your MCC account are you looking for those numbers 
(not sure what you mean by the themes tab, perhaps you are looking the UI 
in a different language than English), but I think I have an idea where the 
number MCC Panel: 193260 comes from and what is not equals to your URL 
performance report.

The reason is that the URL performance report only includes impressions 
from sites/urls which have had a certain minimum of impression or 
conversions or at least a click, that is why the impressions count will be 
lower of what you see in the Networks report in the UI. Altough in the UI 
there is a way to get the exact URL performance report that you get from 
the API by expanding automatic placements (click show details) then 
clicking on See URL list and then select All and that will give you the 
same output as the URL performance report.

Best,

-David

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-05 Thread David Torres
Hi Pablo,

Can you please post what you MCC id and the specific client customer id you 
are comparing? 

Best,

-David Torres - AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-02 Thread pablo
I found the solution. the problem was on the date of the report. 
URLs are not updated in real time as the AD and KEYWORDS, so I change the 
*dateRangeType 
= YESTERDAY* by *dateRangeType = LAST_7_DAYS* and has produced results.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-02 Thread pablo
I Comparing the results of the report, and I have seen that the output from the 
URLs are different than those listed in MCC account. 
The Clicks and CPC are OK, but Impressions not.
The report generated is URL_PERFORMANCE_REPORT (10/01/2011 to 10/30/2011 
period) and I look the results at the Themes tab of the interface of the 
MCC.

Why is there this difference?

Thanks,
Pablo

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Problems downloading URL_PERFORMANCE_REPORT (v201109)

2011-12-01 Thread pablo
I have the following code in php:

*try {*
*
*
* $user = new AdWordsUser();*
* $user-LogAll();*
* *
* $report_date = date(Y-m-d ,strtotime('yesterday'));*
* *
* for ($f=11;$f=$count;$f++){*
* $clientId = $clientes['id'][$f];*
* $user-SetClientId($clientId);*
* $user-LoadService('ReportDefinitionService', 'v201109');*
* $fileName = 'data/'.$clientId.'_'.$report_date.'_url.xls';*
* $selector = new Selector();*
* $selector-fields = 
array('CampaignId','CampaignName','CampaignStatus','AdGroupId','AdGroupName','AdGroupStatus','Domain','Url','AdNetworkType1','AdNetworkType2','Clicks','Impressions','Conversions','Cost');
*
* *
* $reportDefinition = new ReportDefinition();*
* $reportDefinition-selector = $selector;*
* $reportDefinition-reportName = 'URL Performance Report 
'.$clientId.'_'.$report_date;*
* $reportDefinition-dateRangeType = 'YESTERDAY';*
* $reportDefinition-reportType = 'URL_PERFORMANCE_REPORT';*
* $reportDefinition-downloadFormat = 'CSVFOREXCEL';*
* *
* $path = dirname(__FILE__) . '/' . $fileName;*
* $options = array('version' = 'v201109', 'returnMoneyInMicros' = TRUE);*
* *
* ReportUtils::DownloadReport($reportDefinition, $path, $user, $options);*
* *
* $clientes['report_name'][$count] = $reportDefinition-reportName;*
* $clientes['file_name_ad'][$f] = $clientId.'_'.$report_date.'_ad.xls';*
* $clientes['file_name_keyword'][$f] = 
$clientId.'_'.$report_date.'_keyword.xls';*
* $clientes['file_name_url'][$f] = $clientId.'_'.$report_date.'_url.xls';*
* $clientes['report_date'][$count] = $report_date.' 00:00:00';*
* *
* }*
* *
* echo('Se ha realizado el informe');*
* *
* *
*} catch (Exception $e) {*
* print $e-getMessage();*
*}*

The report comes to me empty. Anyone know what the problem is that I get 
empty?

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