Hi,

I am trying to fetch Destination URL report for a client using Adwords APi 
v201302 as well as from the 'Client Reporting' section in Adwords. But I am 
not getting the report.

I executed the report for a duration of 2013-07-01 to 2013-09-24 using both 
the methods. Sometimes, I get error ERROR_GETTING_RESPONSE_FROM_BACKEND and 
sometime no error is returned and no data is received from API.

Here, is the code snippet for the same :
$params['reportFields'] = array('CampaignId', 'EffectiveDestinationUrl', 
'Impressions');// edit
$params['customerId'] = $adwordsCustomerId;
$params['reportName'] = 'Destination URL Report';
$params['startDate'] = '2013-09-01';//edit
$params['endDate'] = '2013-07-01';
$params['dateRangeType'] = 'CUSTOM_DATE';
$params['reportType'] = 'DESTINATION_URL_REPORT';
$params['campaignStatusValue'] = array('ACTIVE','PAUSED');
$params['downloadFormat'] = 'GZIPPED_CSV';
$params['includeZeroImpressions'] = TRUE;
$params['getFileName'] = TRUE;
$d = $adwords->getReport($params);

Can you please let me know if there is some issue with the Destination URL 
report? If not what can be the reason behind this?

Thanks,
Shobha

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