Adwords API exception An internal error has occurred. Please retry your request

2011-10-20 Thread Shobha
I am fetching the creative report using Google API v13 and the PHP
code is

getCreativeTsvReport(

$reportName,

$startDate,

$endDate,

array('Campaign', 'CampaignId', 'AdGroupId', 'AdGroup',
'AdGroupStatus', 'CampaignStatus', 'CPC', 'KeywordId', 'Keyword',
'KeywordStatus', 'KeywordTypeDisplay', 'DescriptionLine1',
'DescriptionLine2', 'DescriptionLine3', 'DestinationURL',
'VisibleUrl', 'MaximumCPC', 'Impressions', 'CreativeId'),

array('Summary'),

$campaigns = array(),

$campaignStatuses = $campaignStatus,

$adGroups = array(),

$adGroupStatuses = $adGroupStatus,

$keywords = array(),

$keywordStatuses = array(),

$adWordsType = '',

$keywordType = '',

$isCrossClient = false,

$clientEmails = array(),

$includeZeroImpression = true,

60,

false
                                
);

Here the $startDate is '2005-03-01' and $endDate is '2011-10-20' and
when I execute the script it gives me the following message
"Adwords API exception An internal error has occurred. Please retry
your request"
Code No: 0
Soap Parameters :
https://adwords.google.com/api/adowrds/
v13">
  1689389955


Can somebody please tell me why am I getting this error, as I have
tried to debug  this alot but no avail?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Adwords API exception An internal error has occurred. Please retry your request

2011-10-20 Thread Anash P. Oommen
Hi Shobha,

An unexpected internal error means that something went wrong at the AdWords 
API server side. That said, v13 reports are deprecated, consider moving to 
v201109 reports instead.

Cheers,
Anash P.Oommen,
AdWords API Advisor.

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