Re: Sandbox troubles?

2010-08-05 Thread Tilendor
We're able to use the sandbox now.  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


Re: Sandbox troubles?

2010-08-04 Thread Tilendor
I had a little trouble finding the URL to use for the sandbox too.
Its https://adwords-sandbox.google.com/...  Keep that in mind.

On Aug 3, 1:27 pm, Joshua J. Kugler jos...@eeinternet.com wrote:
 On Tuesday 03 August 2010, knuzich elucidated thus:

  give me please a link to wsdl for sandbox .. I have already two days
  looking for ^))

 http://code.google.com/query/#p=adwordsq=adwords%20sandbox%202009

 First link.

 And from that page, this link:

 http://adwordsapi.blogspot.com/2009/03/adwords-api-sandbox-best-pract...

 Also (similar to above link, but laid out a little better):

 http://code.google.com/apis/adwords/articles/adwords_api_sandbox_best...

 j

 --
 Joshua Kugler
 Part-Time System Admin/Programmerhttp://www.eeinternet.com
 PGP Key:http://pgp.mit.edu/ID 0x73B13B6A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-08-03 Thread Tim Underwood
Any update on this issue?  I'm still seeing the same problem.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-08-03 Thread knuzich
give me please a link to wsdl for sandbox .. I have already two days
looking for ^))

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-08-03 Thread knuzich


On Aug 2, 8:17 pm, RamonPV ramon...@gmail.com wrote:
 I am also having the same issue using the .net library; my code was
 working before but since some days ago I started getting this same
 error; I
 am getting this exception when I try to retrieve the list of
 keywords for and AdGroup; here is my code; I am using the sandbox
 mode(v201003):
  Dim AdGroupCriterionSelectorObj As New AdGroupCriterionSelector
  Dim AdGroupCriterionIdFilterObj As New AdGroupCriterionIdFilter
  AdGroupCriterionIdFilterObj.adGroupId = adGroupId
  AdGroupCriterionIdFilterObj.adGroupIdSpecified = True
  AdGroupCriterionSelectorObj.idFilters = New
 AdGroupCriterionIdFilter() {AdGroupCriterionIdFilterObj}
  adGroupCriterionPage =
 AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj)

 Is there a solution for this problem?

 The strange part of this behavior is that each user looks to be
 getting the error with a particular method; in my case all the other
 calls are working except this
 one(AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj))

 Thanks


give me please a link to wsdl for sandbox .. I have already two days
looking for ^))

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-08-03 Thread Joshua J. Kugler
On Tuesday 03 August 2010, knuzich elucidated thus:
 give me please a link to wsdl for sandbox .. I have already two days
 looking for ^))

http://code.google.com/query/#p=adwordsq=adwords%20sandbox%202009

First link.

And from that page, this link:

http://adwordsapi.blogspot.com/2009/03/adwords-api-sandbox-best-practices.html

Also (similar to above link, but laid out a little better):

http://code.google.com/apis/adwords/articles/adwords_api_sandbox_best_practices.html

j

-- 
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-08-02 Thread RamonPV
I am also having the same issue using the .net library; my code was
working before but since some days ago I started getting this error; I
am getting this same exception when I try to retrieve the list of
keywords for and Add; here is my code; I am also using the sandbox
mode(v201003):

 Dim AdGroupCriterionSelectorObj As New AdGroupCriterionSelector
 Dim AdGroupCriterionIdFilterObj As New AdGroupCriterionIdFilter
 AdGroupCriterionIdFilterObj.adGroupId = adGroupId
 AdGroupCriterionIdFilterObj.adGroupIdSpecified = True
 AdGroupCriterionSelectorObj.idFilters = New
AdGroupCriterionIdFilter() {AdGroupCriterionIdFilterObj}

 adGroupCriterionPage =
AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj)

Is there a solution for this problem?

The strange part of this behavior is that each user looks to be
getting the error with a particular method; in my case all the other
calls are working except this
one(AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj))

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


Re: Sandbox troubles?

2010-08-02 Thread RamonPV
I am also having the same issue using the .net library; my code was
working before but since some days ago I started getting this same
error; I
am getting this exception when I try to retrieve the list of
keywords for and AdGroup; here is my code; I am using the sandbox
mode(v201003):
 Dim AdGroupCriterionSelectorObj As New AdGroupCriterionSelector
 Dim AdGroupCriterionIdFilterObj As New AdGroupCriterionIdFilter
 AdGroupCriterionIdFilterObj.adGroupId = adGroupId
 AdGroupCriterionIdFilterObj.adGroupIdSpecified = True
 AdGroupCriterionSelectorObj.idFilters = New
AdGroupCriterionIdFilter() {AdGroupCriterionIdFilterObj}
 adGroupCriterionPage =
AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj)

Is there a solution for this problem?

The strange part of this behavior is that each user looks to be
getting the error with a particular method; in my case all the other
calls are working except this
one(AdGroupCriterionServiceObj.get(AdGroupCriterionSelectorObj))

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


Re: Sandbox troubles?

2010-07-30 Thread SamR
Still anxiously waiting for either an explanation or a resolution to
this problem.

On Jul 28, 9:00 am, Jim Drannbauer excellentdr...@gmail.com wrote:
 I'm still having the problem with the v200909 AdGroupAdService and
 AdGroupCriterionService. It has been like this since July 21st.

 On Jul 28, 4:11 am, Wilrik Mook wil...@gmail.com wrote:

  Same is occurring here. The Campaign service is working properly now,
  as are the CampaignCriterion and AdGroup services. The issues seems to
  have migrated to the AdGroupAd and AdGroupCriterion services.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-30 Thread Alex Parij
Me too , it's significantly impacts our development efforts.

Alexander Parij.


On Jul 30, 11:23 am, SamR sras...@gmail.com wrote:
 Still anxiously waiting for either an explanation or a resolution to
 this problem.

 On Jul 28, 9:00 am, Jim Drannbauer excellentdr...@gmail.com wrote:

  I'm still having the problem with the v200909 AdGroupAdService and
  AdGroupCriterionService. It has been like this since July 21st.

  On Jul 28, 4:11 am, Wilrik Mook wil...@gmail.com wrote:

   Same is occurring here. The Campaign service is working properly now,
   as are the CampaignCriterion and AdGroup services. The issues seems to
   have migrated to the AdGroupAd and AdGroupCriterion services.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-28 Thread Wilrik Mook
Same is occurring here. The Campaign service is working properly now,
as are the CampaignCriterion and AdGroup services. The issues seems to
have migrated to the AdGroupAd and AdGroupCriterion services.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-28 Thread Jim Drannbauer
I'm still having the problem with the v200909 AdGroupAdService and
AdGroupCriterionService. It has been like this since July 21st.

On Jul 28, 4:11 am, Wilrik Mook wil...@gmail.com wrote:
 Same is occurring here. The Campaign service is working properly now,
 as are the CampaignCriterion and AdGroup services. The issues seems to
 have migrated to the AdGroupAd and AdGroupCriterion services.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-27 Thread Ugron
Same problem here while using the .NET Api for the GetAdGroupAdService
and for the AdGroupCriterionService.
The code that generates the error worked well before - weeks ago.

On Jul 26, 1:40 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi everyone,

 We have opened an issue at our end to track these errors. I'll update
 the thread once we have a fix in place.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Jul 26, 1:35 pm, Helmut Schierer ruu...@gmail.com wrote:

  Same with me since 22nd. Same Problem with v200909 and v201003.
  The day before it worked fine.

  I use the Python-API, Sandbox.
  AdgroupService works fine, AdGroupAdService gets the Error
  [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

  Request-Log:
  [2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
  v11.1.0] host=adwords-sandbox.google.com service=AdGroupAdService
  method=get operator=None responseTime=352 operations=1 units=1
  requestId=c2630076faaa949881dbe13b135c48ef isFault=True

  SOAP-Log:
  [2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
  v11.1.0] StartTime: 2010-07-26 08:30:29
  *** Outgoing HTTP headers
  **
  User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net);
  xml.etree.cElementTree v1.0.6
  
  *** Outgoing SOAP
  **
  ?xml version='1.0' encoding='UTF-8'?
  ns0:Envelope xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/;
   ns0:Header
    ns1:RequestHeader xmlns:ns1=https://adwords.google.com/api/adwords/
  cm/v200909
     ns1:authTokenxx/ns1:authToken
     ns1:userAgentAWAPI PyLib v11.1.0: GoogleTest/ns1:userAgent
     ns1:developerTokenru...@gmail.com++eur/ns1:developerToken
     ns1:clientEmailclient_1+ru...@gmail.com/ns1:clientEmail
     ns1:validateOnlyfalse/ns1:validateOnly
    /ns1:RequestHeader
   /ns0:Header
   ns0:Body
    ns1:get xmlns:ns1=https://adwords.google.com/api/adwords/cm/
  v200909
     ns1:selector
      ns1:adGroupIds3000359884/ns1:adGroupIds
     /ns1:selector
    /ns1:get
   /ns0:Body
  /ns0:Envelope
  
  *** Incoming HTTP headers
  **
  500 Internal Server Error
  Content-Type: text/xml; charset=UTF-8
  Date: Mon, 26 Jul 2010 06:30:15 GMT
  Expires: Mon, 26 Jul 2010 06:30:15 GMT
  Cache-Control: private, max-age=0
  X-Content-Type-Options: nosniff
  X-Frame-Options: SAMEORIGIN
  X-XSS-Protection: 1; mode=block
  Server: GSE
  Transfer-Encoding: chunked
  
  *** Incoming SOAP
  **
  ?xml version='1.0' encoding='UTF-8'?
  ns0:Envelope xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/;
   ns0:Header
    ns1:ResponseHeader xmlns:ns1=https://adwords.google.com/api/
  adwords/cm/v200909
     ns1:requestIdc2630076faaa949881dbe13b135c48ef/ns1:requestId
     ns1:operations1/ns1:operations
     ns1:responseTime352/ns1:responseTime
     ns1:units1/ns1:units
    /ns1:ResponseHeader
   /ns0:Header
   ns0:Body
    ns0:Fault
     faultcodesoap:Server/faultcode
     faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
  faultstring
     detail
      ns1:ApiExceptionFault xmlns:ns1=https://adwords.google.com/api/
  adwords/cm/v200909
       ns1:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
  ns1:message
       ns1:ApplicationException.TypeApiException/
  ns1:ApplicationException.Type
       ns1:errors ns2:type=InternalApiError 
  xmlns:ns2=http://www.w3.org/2001/XMLSchema-instance;
        ns1:fieldPath /
        ns1:trigger /
        ns1:ApiError.TypeInternalApiError/ns1:ApiError.Type
        ns1:reasonUNEXPECTED_INTERNAL_API_ERROR/ns1:reason
       /ns1:errors
      /ns1:ApiExceptionFault
     /detail
    /ns0:Fault
   /ns0:Body
  /ns0:Envelope
  
  EndTime: 2010-07-26 08:30:30

  Thanks, Helmut

  On 26 Jul., 10:28, barta goo...@bookline.hu wrote:

   The problem still exists. Do you already know something about it?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-27 Thread Tim Underwood
I'm also seeing the same InternalApiError problem on the sandbox with
the AdGroupAdService.get call using the Java client.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-26 Thread Invest Online
I have the same problem,

I can get a list of campaigns, but cannot get a list of ads...

below my code:
getAllCampaings() = working
getAllAds() = SOAP Error:
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]




public function getAllCampaigns()
{
require_once 'frame/adwords/src/Google/Api/Ads/AdWords/Lib/
AdWordsUser.php';

$user = new AdWordsUser();
$campaignService = $user-GetCampaignService('v201003');

$selector = new CampaignSelector();

$page = $campaignService-get($selector);

// Display campaigns.
if (isset($page-entries))
{
foreach ($page-entries as $campaign)
{
print_r($campaign);
}
}
else
{
print No campaigns were found.\n;
}
}

public function getAllAds()
{
require_once 'frame/adwords/src/Google/Api/Ads/AdWords/Lib/
AdWordsUser.php';

$user = new AdWordsUser();
$adGroupAdService = $user-GetAdGroupAdService('v201003');
$adGroupId = (float) '3000364978';

$selector = new AdGroupAdSelector();
$selector-adGroupIds = array($adGroupId);
$selector-statuses = array('ENABLED', 'PAUSED', 'DISABLED');

$page = $adGroupAdService-get($selector);

// Display ads.
if (isset($page-entries))
{
foreach ($page-entries as $ad)
{
print_r($ad);
}
}
else
{
print No ads were found.\n;
}
}

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-26 Thread Helmut Schierer
Same with me since 22nd. Same Problem with v200909 and v201003.
The day before it worked fine.


I use the Python-API, Sandbox.
AdgroupService works fine, AdGroupAdService gets the Error
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

Request-Log:
[2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
v11.1.0] host=adwords-sandbox.google.com service=AdGroupAdService
method=get operator=None responseTime=352 operations=1 units=1
requestId=c2630076faaa949881dbe13b135c48ef isFault=True

SOAP-Log:
[2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
v11.1.0] StartTime: 2010-07-26 08:30:29
*** Outgoing HTTP headers
**
User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net);
xml.etree.cElementTree v1.0.6

*** Outgoing SOAP
**
?xml version='1.0' encoding='UTF-8'?
ns0:Envelope xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/;
 ns0:Header
  ns1:RequestHeader xmlns:ns1=https://adwords.google.com/api/adwords/
cm/v200909
   ns1:authTokenxx/ns1:authToken
   ns1:userAgentAWAPI PyLib v11.1.0: GoogleTest/ns1:userAgent
   ns1:developerTokenru...@gmail.com++eur/ns1:developerToken
   ns1:clientEmailclient_1+ru...@gmail.com/ns1:clientEmail
   ns1:validateOnlyfalse/ns1:validateOnly
  /ns1:RequestHeader
 /ns0:Header
 ns0:Body
  ns1:get xmlns:ns1=https://adwords.google.com/api/adwords/cm/
v200909
   ns1:selector
ns1:adGroupIds3000359884/ns1:adGroupIds
   /ns1:selector
  /ns1:get
 /ns0:Body
/ns0:Envelope

*** Incoming HTTP headers
**
500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Mon, 26 Jul 2010 06:30:15 GMT
Expires: Mon, 26 Jul 2010 06:30:15 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked

*** Incoming SOAP
**
?xml version='1.0' encoding='UTF-8'?
ns0:Envelope xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/;
 ns0:Header
  ns1:ResponseHeader xmlns:ns1=https://adwords.google.com/api/
adwords/cm/v200909
   ns1:requestIdc2630076faaa949881dbe13b135c48ef/ns1:requestId
   ns1:operations1/ns1:operations
   ns1:responseTime352/ns1:responseTime
   ns1:units1/ns1:units
  /ns1:ResponseHeader
 /ns0:Header
 ns0:Body
  ns0:Fault
   faultcodesoap:Server/faultcode
   faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
faultstring
   detail
ns1:ApiExceptionFault xmlns:ns1=https://adwords.google.com/api/
adwords/cm/v200909
 ns1:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
ns1:message
 ns1:ApplicationException.TypeApiException/
ns1:ApplicationException.Type
 ns1:errors ns2:type=InternalApiError xmlns:ns2=http://
www.w3.org/2001/XMLSchema-instance
  ns1:fieldPath /
  ns1:trigger /
  ns1:ApiError.TypeInternalApiError/ns1:ApiError.Type
  ns1:reasonUNEXPECTED_INTERNAL_API_ERROR/ns1:reason
 /ns1:errors
/ns1:ApiExceptionFault
   /detail
  /ns0:Fault
 /ns0:Body
/ns0:Envelope

EndTime: 2010-07-26 08:30:30

Thanks, Helmut


On 26 Jul., 10:28, barta goo...@bookline.hu wrote:
 The problem still exists. Do you already know something about it?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-26 Thread AdWords API Advisor
Hi everyone,

We have opened an issue at our end to track these errors. I'll update
the thread once we have a fix in place.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Jul 26, 1:35 pm, Helmut Schierer ruu...@gmail.com wrote:
 Same with me since 22nd. Same Problem with v200909 and v201003.
 The day before it worked fine.

 I use the Python-API, Sandbox.
 AdgroupService works fine, AdGroupAdService gets the Error
 [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

 Request-Log:
 [2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
 v11.1.0] host=adwords-sandbox.google.com service=AdGroupAdService
 method=get operator=None responseTime=352 operations=1 units=1
 requestId=c2630076faaa949881dbe13b135c48ef isFault=True

 SOAP-Log:
 [2010-07-26 08:30:30,125::DEBUG::AdWords API Python Client Library
 v11.1.0] StartTime: 2010-07-26 08:30:29
 *** Outgoing HTTP headers
 **
 User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net);
 xml.etree.cElementTree v1.0.6
 
 *** Outgoing SOAP
 **
 ?xml version='1.0' encoding='UTF-8'?
 ns0:Envelope xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/;
  ns0:Header
   ns1:RequestHeader xmlns:ns1=https://adwords.google.com/api/adwords/
 cm/v200909
    ns1:authTokenxx/ns1:authToken
    ns1:userAgentAWAPI PyLib v11.1.0: GoogleTest/ns1:userAgent
    ns1:developerTokenru...@gmail.com++eur/ns1:developerToken
    ns1:clientEmailclient_1+ru...@gmail.com/ns1:clientEmail
    ns1:validateOnlyfalse/ns1:validateOnly
   /ns1:RequestHeader
  /ns0:Header
  ns0:Body
   ns1:get xmlns:ns1=https://adwords.google.com/api/adwords/cm/
 v200909
    ns1:selector
     ns1:adGroupIds3000359884/ns1:adGroupIds
    /ns1:selector
   /ns1:get
  /ns0:Body
 /ns0:Envelope
 
 *** Incoming HTTP headers
 **
 500 Internal Server Error
 Content-Type: text/xml; charset=UTF-8
 Date: Mon, 26 Jul 2010 06:30:15 GMT
 Expires: Mon, 26 Jul 2010 06:30:15 GMT
 Cache-Control: private, max-age=0
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Server: GSE
 Transfer-Encoding: chunked
 
 *** Incoming SOAP
 **
 ?xml version='1.0' encoding='UTF-8'?
 ns0:Envelope xmlns:ns0=http://schemas.xmlsoap.org/soap/envelope/;
  ns0:Header
   ns1:ResponseHeader xmlns:ns1=https://adwords.google.com/api/
 adwords/cm/v200909
    ns1:requestIdc2630076faaa949881dbe13b135c48ef/ns1:requestId
    ns1:operations1/ns1:operations
    ns1:responseTime352/ns1:responseTime
    ns1:units1/ns1:units
   /ns1:ResponseHeader
  /ns0:Header
  ns0:Body
   ns0:Fault
    faultcodesoap:Server/faultcode
    faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
 faultstring
    detail
     ns1:ApiExceptionFault xmlns:ns1=https://adwords.google.com/api/
 adwords/cm/v200909
      ns1:message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
 ns1:message
      ns1:ApplicationException.TypeApiException/
 ns1:ApplicationException.Type
      ns1:errors ns2:type=InternalApiError 
 xmlns:ns2=http://www.w3.org/2001/XMLSchema-instance;
       ns1:fieldPath /
       ns1:trigger /
       ns1:ApiError.TypeInternalApiError/ns1:ApiError.Type
       ns1:reasonUNEXPECTED_INTERNAL_API_ERROR/ns1:reason
      /ns1:errors
     /ns1:ApiExceptionFault
    /detail
   /ns0:Fault
  /ns0:Body
 /ns0:Envelope
 
 EndTime: 2010-07-26 08:30:30

 Thanks, Helmut

 On 26 Jul., 10:28, barta goo...@bookline.hu wrote:



  The problem still exists. Do you already know something about it?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-26 Thread Invest Online
Here the SOAP XML:

[Jul 26 2010 12:31:38.00 - INFO] POST /api/adwords/cm/v201003/
AdGroupAdService HTTP/1.1
Host: adwords-sandbox.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.2.6-1+lenny8, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: 
Content-Length: 581

?xml version=1.0 encoding=UTF-8?
SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/
envelope/ xmlns:ns1=https://adwords.google.com/api/adwords/cm/
v201003 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  SOAP-ENV:Header
ns1:RequestHeader xsi:type=ns1:RequestHeader
  ns1:authToken*/ns1:authToken
  ns1:clientEmailclient_1+goudenamp...@gmail.com/
ns1:clientEmail
  ns1:developerTokengoudenamp...@gmail.com++eur/
ns1:developerToken
  ns1:userAgentAwApi-PHP-2.2.0-Firefox/ns1:userAgent
/ns1:RequestHeader
  /SOAP-ENV:Header
  SOAP-ENV:Body
ns1:get
  ns1:selector xmlns:ns1=https://adwords.google.com/api/adwords/
cm/v201003 xsi:type=ns1:AdGroupAdSelector
ns1:adGroupIds3000364978/ns1:adGroupIds
  /ns1:selector
/ns1:get
  /SOAP-ENV:Body
/SOAP-ENV:Envelope


HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Mon, 26 Jul 2010 10:31:38 GMT
Expires: Mon, 26 Jul 2010 10:31:38 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE

?xml version=1.0?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
ResponseHeader xmlns=https://adwords.google.com/api/adwords/cm/
v201003
  requestIddf2d4dde437e95e7ede7c0a8d9dcf98c/requestId
  operations1/operations
  responseTime382/responseTime
  units1/units
/ResponseHeader
  /soap:Header
  soap:Body
soap:Fault
  faultcodesoap:Server/faultcode
  faultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ ]/faultstring
  detail
ApiExceptionFault xmlns=https://adwords.google.com/api/
adwords/cm/v201003
  message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ ]/message
  ApplicationException.TypeApiException/
ApplicationException.Type
  errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xsi:type=InternalApiError
fieldPath/
trigger/
 
errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/
errorString
ApiError.TypeInternalApiError/ApiError.Type
reasonUNEXPECTED_INTERNAL_API_ERROR/reason
  /errors
/ApiExceptionFault
  /detail
/soap:Fault
  /soap:Body
/soap:Envelope

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-23 Thread AdWords API Advisor
Hi Alex, Wilrik,

I tried accessing the sandbox account today, and was able to make
calls successfully.

Could you provide more details on the issue? Is it that you cannot
reach adwords-sandbox.google.com from your computer? Or is it that
your calls fail when used against a particular login? Have you tried
using an alternate sandbox account to see if the calls work?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Jul 22, 8:20 pm, Alex Parij paris.a...@gmail.com wrote:
 Google sandbox is down since 21 July afternoon ET for us as well

 On Jul 22, 4:32 am, Wilrik Mook wil...@gmail.com wrote:



  Good day,

  Since this morning (CEST time), all the API sandbox is returning is an
  internal error, when I make calls to the V201003 services (tested
  campaign, campaign criterion and ad group). The exact same code was
  working yesterday and is still working fine on the production
  environment. I am using the Ruby client library. Getting the client
  accounts is no problem, so V13 services seem unaffected. V200909
  returns the same error message as V201003:
  SOAP Error: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ] (code:
  0)

  As it seems to be internal, I hope you will be able to resolve this
  issue.

  Kind regards,

  Wilrik

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-23 Thread claudiu.iorgule...@befogg.com
I am having a similar problem, but only with a specific call so far.
No matter which API version I am using, I get
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ] when I try to do a
Get() on the campaigns.
Yesterday this call was working just fine in the sandbox.

Hopefully a fix is on its way...

On Jul 22, 10:32 am, Wilrik Mook wil...@gmail.com wrote:
 Good day,

 Since this morning (CEST time), all the API sandbox is returning is an
 internal error, when I make calls to the V201003 services (tested
 campaign, campaign criterion and ad group). The exact same code was
 working yesterday and is still working fine on the production
 environment. I am using the Ruby client library. Getting the client
 accounts is no problem, so V13 services seem unaffected. V200909
 returns the same error message as V201003:
 SOAP Error: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ] (code:
 0)

 As it seems to be internal, I hope you will be able to resolve this
 issue.

 Kind regards,

 Wilrik

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-23 Thread barta
Hi,

I have created a campaign, an adGroup and two ads in sandbox.
I can list campaigns and adGroups, but when I try to list ads I get
UNEXPECTED_INTERNAL_API_ERROR.

java code is simple:

AdGroupAdServiceInterface adGroupAdService =
user.getService(AdWordsService.V201003.ADGROUP_AD_SERVICE);
AdGroupAdPage page = adGroupAdService.get(new AdGroupAdSelector());

Request log:

email=goo...@bookline.hu effectiveuser=client_1+goo...@bookline.hu
service=AdGroupAdService method=get operators={} responseTime=1865
operations=1 units=1 requestId=43c0e56eb2a33a5747eb54539778c57c
server=https://adwords-sandbox.google.com isFault=true
faultMessage=[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

SOAP log:

[23 j.l. 2010 12:54:46,427 - DEBUG]
?xml version=1.0 encoding=UTF-8?soapenv:Envelope
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsd=http://www.w3.org/2001/XMLSchema
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instancesoapenv:Headerns1:RequestHeader soapenv:actor=http://
schemas.xmlsoap.org/soap/actor/next soapenv
:mustUnderstand=0 xmlns:ns1=https://adwords.google.com/api/adwords/
cm/v201003ns1:authToken xmlns:ns1=https://adwords.google.com/api/
adwords/cm/v201003
**/ns1:authTokenns1:clientEmailclient_1+goo...@bookline.hu/
ns1:clientEmailns1:developerTokengoo...@bookline.hu++usd/
ns1:developerTokenns1:us
erAgentAdWords API Java Client Library - v8.1.0 - Bookline/
ns1:userAgentns1:validateOnlyfalse/ns1:validateOnly/
ns1:RequestHeader/soapenv:Headerso
apenv:Bodyget xmlns=https://adwords.google.com/api/adwords/cm/
v201003selector//get/soapenv:Body/soapenv:Envelope
[23 j.l. 2010 12:54:46,442 - DEBUG]
?xml version=1.0 encoding=UTF-8?soap:Envelope
xmlns:soap=http://schemas.xmlsoap.org/soap/
envelope/soap:HeaderResponseHeader xmlns=https://adwor
ds.google.com/api/adwords/cm/
v201003requestId43c0e56eb2a33a5747eb54539778c57c/
requestIdoperations1/operationsresponseTime1865/
responseTimeunit
s1/units/ResponseHeader/
soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
faultcodefaultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERR
OR @ ]/faultstringdetailApiExceptionFault xmlns=https://
adwords.google.com/api/adwords/cm/
v201003message[InternalApiError.UNEXPECTED_INTERNAL_API_E
RROR @ ]/messageApplicationException.TypeApiException/
ApplicationException.Typeerrors xsi:type=InternalApiError
xmlns:xsi=http://www.w3.org/2001/XM
LSchema-instancefieldPath/trigger/
errorStringInternalApiError.UNEXPECTED_INTERNAL_API_ERROR/

errorStringApiError.TypeInternalApiError/ApiError.Ty
pereasonUNEXPECTED_INTERNAL_API_ERROR/reason/errors/
ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

Thanks, Tamas

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles?

2010-07-23 Thread Alex Parij
For example I have an exception in Get on AdGroupCriterionService.
v200909

[2010-07-23 09:41:57,671::WARNING::AdWords API Python Client Library
v10.0.0] StartTime: 2010-07-23 09:41:55
*** Outgoing HTTP headers
**
User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net); ElementTree v1.2.6

*** Outgoing SOAP
**
?xml version=1.0 encoding=UTF-8?
SOAP-ENV:Envelope xmlns:SOAP-ENC=http://schemas.xmlsoap.org/soap/
encoding/ xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:ZSI=http://www.zolera.com/schemas/ZSI/; xmlns:xsd=http://
www.w3.org/2001/XMLSchema xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance
SOAP-ENV:Header
RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
v200909
authTokenxx/authToken
userAgentAWAPI PyLib v10.0.0: Test Client/userAgent
developerTokenparis.a...@gmail.com++cad/developerToken
clientEmailclient_5+paris.a...@gmail.com/clientEmail
/RequestHeader
/SOAP-ENV:Header
SOAP-ENV:Body xmlns:ns1=https://adwords.google.com/api/adwords/cm/
v200909
ns1:get xmlns:ns1=https://adwords.google.com/api/adwords/cm/
v200909
ns1:selector
ns1:idFilters
ns1:adGroupId3000457831/ns1:adGroupId
/ns1:idFilters
ns1:userStatusesACTIVE/ns1:userStatuses
ns1:userStatusesPAUSED/ns1:userStatuses
/ns1:selector
/ns1:get
/SOAP-ENV:Body
/SOAP-ENV:Envelope

*** Incoming HTTP headers
**
500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Fri, 23 Jul 2010 13:45:07 GMT
Expires: Fri, 23 Jul 2010 13:45:07 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked

*** Incoming SOAP
**
?xml version=1.0 encoding=UTF-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/
envelope/soap:HeaderResponseHeader xmlns=https://
adwords.google.com/api/adwords/cm/
v200909requestIdb97f14d9b0738b5e52ee78fb5bd9778a/
requestIdoperations1/operationsresponseTime935/
responseTimeunits1/units/ResponseHeader/
soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
faultcodefaultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ ]/faultstringdetailApiExceptionFault xmlns=https://
adwords.google.com/api/adwords/cm/
v200909message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
messageApplicationException.TypeApiException/
ApplicationException.Typeerrors xmlns:xsi=http://www.w3.org/2001/
XMLSchema-instance xsi:type=InternalApiErrorfieldPath/
fieldPathtrigger/triggerApiError.TypeInternalApiError/
ApiError.TypereasonUNEXPECTED_INTERNAL_API_ERROR/reason/errors/
ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

EndTime: 2010-07-23 09:41:57

On Jul 23, 7:14 am, barta goo...@bookline.hu wrote:
 Hi,

 I have created a campaign, an adGroup and two ads in sandbox.
 I can list campaigns and adGroups, but when I try to list ads I get
 UNEXPECTED_INTERNAL_API_ERROR.

 java code is simple:

 AdGroupAdServiceInterface adGroupAdService =
 user.getService(AdWordsService.V201003.ADGROUP_AD_SERVICE);
 AdGroupAdPage page = adGroupAdService.get(new AdGroupAdSelector());

 Request log:

 email=goo...@bookline.hu effectiveuser=client_1+goo...@bookline.hu
 service=AdGroupAdService method=get operators={} responseTime=1865
 operations=1 units=1 requestId=43c0e56eb2a33a5747eb54539778c57c
 server=https://adwords-sandbox.google.comisFault=true
 faultMessage=[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

 SOAP log:

 [23 j.l. 2010 12:54:46,427 - DEBUG]
 ?xml version=1.0 encoding=UTF-8?soapenv:Envelope
 xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;
 xmlns:xsd=http://www.w3.org/2001/XMLSchema
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-
 instancesoapenv:Headerns1:RequestHeader soapenv:actor=http://
 schemas.xmlsoap.org/soap/actor/next soapenv
 :mustUnderstand=0 xmlns:ns1=https://adwords.google.com/api/adwords/
 cm/v201003ns1:authToken xmlns:ns1=https://adwords.google.com/api/
 adwords/cm/v201003
 **/ns1:authTokenns1:clientEmailclient_1+goo...@bookline.hu/
 ns1:clientEmailns1:developerTokengoo...@bookline.hu++usd/
 ns1:developerTokenns1:us
 erAgentAdWords API Java Client Library - v8.1.0 - Bookline/
 ns1:userAgentns1:validateOnlyfalse/ns1:validateOnly/
 ns1:RequestHeader/soapenv:Headerso
 apenv:Bodyget xmlns=https://adwords.google.com/api/adwords/cm/
 v201003selector//get/soapenv:Body/soapenv:Envelope
 [23 j.l. 2010 12:54:46,442 - DEBUG]
 ?xml version=1.0 encoding=UTF-8?soap:Envelope
 xmlns:soap=http://schemas.xmlsoap.org/soap/
 envelope/soap:HeaderResponseHeader xmlns=https://adwor
 ds.google.com/api/adwords/cm/
 

Re: Sandbox troubles?

2010-07-23 Thread Jim Drannbauer
Same here. It's been on and off for 2 days or so.
Currently, I am experiencing problems with the AdGroupAdService and
the AdGroupCriterionService.

I am receiving [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

Here's an example of a failed request to the AdWordsAdService:
?xml version=1.0 encoding=UTF-8?
env:Envelope xmlns:wsdl=https://adwords.google.com/api/adwords/cm/
v200909 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:env=http://schemas.xmlsoap.org/soap/envelope/;
  env:Header
wsdl:RequestHeader
  wsdl:developerTokenm...@mydomain.com++usd/wsdl:developerToken
  wsdl:userAgentSome Useragent/wsdl:userAgent
  wsdl:clientEmailclient_1...@mydomain.com/wsdl:clientEmail
  wsdl:applicationToken/wsdl:applicationToken
  wsdl:authTokenSOMELONGSTRINGOFCHARACTERS/wsdl:authToken
/wsdl:RequestHeader
  /env:Header
  env:Body
wsdl:get
  wsdl:selector
wsdl:adGroupIds3000458068/wsdl:adGroupIds
  /wsdl:selector
/wsdl:get
  /env:Body
/env:Envelope

On Jul 23, 9:52 am, Alex Parij paris.a...@gmail.com wrote:
 For example I have an exception in Get on AdGroupCriterionService.
 v200909

 [2010-07-23 09:41:57,671::WARNING::AdWords API Python Client Library
 v10.0.0] StartTime: 2010-07-23 09:41:55
 *** Outgoing HTTP headers
 **
 User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net);ElementTree v1.2.6
 
 *** Outgoing SOAP
 **
 ?xml version=1.0 encoding=UTF-8?
 SOAP-ENV:Envelope xmlns:SOAP-ENC=http://schemas.xmlsoap.org/soap/
 encoding/ xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;
 xmlns:ZSI=http://www.zolera.com/schemas/ZSI/; 
 xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-
 instance
 SOAP-ENV:Header
 RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
 v200909
 authTokenxx/authToken
 userAgentAWAPI PyLib v10.0.0: Test Client/userAgent
 developerTokenparis.a...@gmail.com++cad/developerToken
 clientEmailclient_5+paris.a...@gmail.com/clientEmail
 /RequestHeader
 /SOAP-ENV:Header
 SOAP-ENV:Body xmlns:ns1=https://adwords.google.com/api/adwords/cm/
 v200909
 ns1:get xmlns:ns1=https://adwords.google.com/api/adwords/cm/
 v200909
 ns1:selector
 ns1:idFilters
 ns1:adGroupId3000457831/ns1:adGroupId
 /ns1:idFilters
 ns1:userStatusesACTIVE/ns1:userStatuses
 ns1:userStatusesPAUSED/ns1:userStatuses
 /ns1:selector
 /ns1:get
 /SOAP-ENV:Body
 /SOAP-ENV:Envelope
 
 *** Incoming HTTP headers
 **
 500 Internal Server Error
 Content-Type: text/xml; charset=UTF-8
 Date: Fri, 23 Jul 2010 13:45:07 GMT
 Expires: Fri, 23 Jul 2010 13:45:07 GMT
 Cache-Control: private, max-age=0
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Server: GSE
 Transfer-Encoding: chunked
 
 *** Incoming SOAP
 **
 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/
 envelope/soap:HeaderResponseHeader xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909requestIdb97f14d9b0738b5e52ee78fb5bd9778a/
 requestIdoperations1/operationsresponseTime935/
 responseTimeunits1/units/ResponseHeader/
 soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/
 faultcodefaultstring[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 @ ]/faultstringdetailApiExceptionFault xmlns=https://
 adwords.google.com/api/adwords/cm/
 v200909message[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]/
 messageApplicationException.TypeApiException/
 ApplicationException.Typeerrors xmlns:xsi=http://www.w3.org/2001/
 XMLSchema-instance xsi:type=InternalApiErrorfieldPath/
 fieldPathtrigger/triggerApiError.TypeInternalApiError/
 ApiError.TypereasonUNEXPECTED_INTERNAL_API_ERROR/reason/errors/
 ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope
 
 EndTime: 2010-07-23 09:41:57

 On Jul 23, 7:14 am, barta goo...@bookline.hu wrote:

  Hi,

  I have created a campaign, an adGroup and two ads in sandbox.
  I can list campaigns and adGroups, but when I try to list ads I get
  UNEXPECTED_INTERNAL_API_ERROR.

  java code is simple:

  AdGroupAdServiceInterface adGroupAdService =
  user.getService(AdWordsService.V201003.ADGROUP_AD_SERVICE);
  AdGroupAdPage page = adGroupAdService.get(new AdGroupAdSelector());

  Request log:

  email=goo...@bookline.hu effectiveuser=client_1+goo...@bookline.hu
  service=AdGroupAdService method=get operators={} responseTime=1865
  operations=1 units=1 requestId=43c0e56eb2a33a5747eb54539778c57c
  server=https://adwords-sandbox.google.comisFault=true
  

Re: Sandbox troubles?

2010-07-22 Thread Alex Parij
Google sandbox is down since 21 July afternoon ET for us as well



On Jul 22, 4:32 am, Wilrik Mook wil...@gmail.com wrote:
 Good day,

 Since this morning (CEST time), all the API sandbox is returning is an
 internal error, when I make calls to the V201003 services (tested
 campaign, campaign criterion and ad group). The exact same code was
 working yesterday and is still working fine on the production
 environment. I am using the Ruby client library. Getting the client
 accounts is no problem, so V13 services seem unaffected. V200909
 returns the same error message as V201003:
 SOAP Error: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ] (code:
 0)

 As it seems to be internal, I hope you will be able to resolve this
 issue.

 Kind regards,

 Wilrik

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles

2010-05-11 Thread Mic GM
Hi, thanks for the reply.
Anyway, I don't have that item in my menu...

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Sandbox troubles

2010-05-10 Thread AdWords API Advisor
Hi Mic,

Your developer token is available in the AdWords web interface under
My Account - AdWords API Center for your MCC account.

Best,
- Eric Koleda, AdWords API Team

On May 10, 7:11 am, Mic GM api.test.2...@gmail.com wrote:
 Good morning,
 I have some troubles using your AdWords API in the sandbox mode
 through PHP AdWords API Lib (the new version of APILity).
 As first, I've called the getAccounts() method and all is gone: 5
 client accounts were created (client_1+..., ecc...).
 But when I call the addCampaign() method I always get this error:
 authToken is missing in SoapHeader.

 Instead, using your own PHP API Lib 2.1.0 and the example I found
 here (http://code.google.com/p/adwords-api-php-samples/source/browse/
 trunk/src/add_campaign.php) with the namespace updated to the newest
 one for the sandbox v200909, I get another kind of result: New
 campaign with name  and id  was created.
 I suppose that the campaign is not added even if I don't receive any
 kind of error from the debug.

 For now, as developer token i use myem...@gmail.com++eur because I'm
 trying to use the sandbox.
 Anyway, I already have an MCC account but I can't retrieve the
 developerToken and the applicationToken from the new MCC account's
 interface. The account was created before I started working on it so I
 haven't received the tokens via mail.
 Maybe do I need these tokens to get rid of all the issues? How can I
 get them? I only can find infos about old versions of APIs or MCC
 interface...

 Thanks in advance!
 Mic

 --
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 Also find us on our blog and discussion 
 group:http://adwordsapi.blogspot.comhttp://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 
 athttp://groups.google.com/group/adwords-api?hl=en

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