Sandbox troubles?

49 views
Skip to first unread message

Wilrik Mook

unread,
Jul 22, 2010, 4:32:46 AM7/22/10
to AdWords API Forum
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

Alex Parij

unread,
Jul 22, 2010, 11:20:14 AM7/22/10
to AdWords API Forum
Google sandbox is down since 21 July afternoon ET for us as well

AdWords API Advisor

unread,
Jul 23, 2010, 6:33:26 AM7/23/10
to AdWords API Forum
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.

claudiu.i...@befogg.com

unread,
Jul 22, 2010, 9:39:07 AM7/22/10
to AdWords API Forum
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...

barta

unread,
Jul 23, 2010, 7:14:59 AM7/23/10
to AdWords API Forum
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-
instance"><soapenv:Header><ns1:RequestHeader soapenv:actor="http://
schemas.xmlsoap.org/soap/actor/next" soapenv
:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/adwords/
cm/v201003"><ns1:authToken xmlns:ns1="https://adwords.google.com/api/
adwords/cm/v201003
">******</ns1:authToken><ns1:clientEmail>client_1+goo...@bookline.hu</
ns1:clientEmail><ns1:developerToken>goo...@bookline.hu++USD</
ns1:developerToken><ns1:us
erAgent>AdWords API Java Client Library - v8.1.0 - Bookline</
ns1:userAgent><ns1:validateOnly>false</ns1:validateOnly></
ns1:RequestHeader></soapenv:Header><so
apenv:Body><get xmlns="https://adwords.google.com/api/adwords/cm/
v201003"><selector/></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:Header><ResponseHeader xmlns="https://adwor
ds.google.com/api/adwords/cm/
v201003"><requestId>43c0e56eb2a33a5747eb54539778c57c</
requestId><operations>1</operations><responseTime>1865</
responseTime><unit
s>1</units></ResponseHeader></
soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</
faultcode><faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERR
OR @ ]</faultstring><detail><ApiExceptionFault xmlns="https://
adwords.google.com/api/adwords/cm/
v201003"><message>[InternalApiError.UNEXPECTED_INTERNAL_API_E
RROR @ ]</message><ApplicationException.Type>ApiException</
ApplicationException.Type><errors xsi:type="InternalApiError"
xmlns:xsi="http://www.w3.org/2001/XM
LSchema-instance"><fieldPath/><trigger/
><errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</

errorString><ApiError.Type>InternalApiError</ApiError.Ty
pe><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></
ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>

Thanks, Tamas

Alex Parij

unread,
Jul 23, 2010, 9:52:08 AM7/23/10
to AdWords API Forum
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">
<authToken>xxxxxx</authToken>
<userAgent>AWAPI PyLib v10.0.0: Test Client</userAgent>
<developerToken>paris...@gmail.com++CAD</developerToken>
<clientEmail>client_5+...@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:adGroupId>3000457831</ns1:adGroupId>
</ns1:idFilters>
<ns1:userStatuses>ACTIVE</ns1:userStatuses>
<ns1:userStatuses>PAUSED</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:Header><ResponseHeader xmlns="https://
adwords.google.com/api/adwords/cm/
v200909"><requestId>b97f14d9b0738b5e52ee78fb5bd9778a</
requestId><operations>1</operations><responseTime>935</
responseTime><units>1</units></ResponseHeader></
soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</
faultcode><faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ ]</faultstring><detail><ApiExceptionFault xmlns="https://
adwords.google.com/api/adwords/cm/
v200909"><message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]</
message><ApplicationException.Type>ApiException</
ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance" xsi:type="InternalApiError"><fieldPath></
fieldPath><trigger></trigger><ApiError.Type>InternalApiError</
ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></
ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
************************************************************************
EndTime: 2010-07-23 09:41:57

Jim Drannbauer

unread,
Jul 23, 2010, 2:02:56 PM7/23/10
to AdWords API Forum
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:developerToken>m...@mydomain.com++USD</wsdl:developerToken>
<wsdl:userAgent>Some Useragent</wsdl:userAgent>
<wsdl:clientEmail>clien...@mydomain.com</wsdl:clientEmail>
<wsdl:applicationToken></wsdl:applicationToken>
<wsdl:authToken>SOMELONGSTRINGOFCHARACTERS</wsdl:authToken>
</wsdl:RequestHeader>
</env:Header>
<env:Body>
<wsdl:get>
<wsdl:selector>
<wsdl:adGroupIds>3000458068</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">
> <authToken>xxxxxx</authToken>
> <userAgent>AWAPI PyLib v10.0.0: Test Client</userAgent>
> <developerToken>paris.a...@gmail.com++CAD</developerToken>
> <clientEmail>client_5+paris.a...@gmail.com</clientEmail>

barta

unread,
Jul 26, 2010, 4:28:52 AM7/26/10
to AdWords API Forum
The problem still exists. Do you already know something about it?

Invest Online

unread,
Jul 26, 2010, 5:36:26 AM7/26/10
to AdWords API Forum
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";
}
}

Helmut Schierer

unread,
Jul 26, 2010, 4:35:54 AM7/26/10
to AdWords API Forum
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:authToken>xxxxxx</ns1:authToken>
<ns1:userAgent>AWAPI PyLib v11.1.0: GoogleTest</ns1:userAgent>
<ns1:developerToken>ru...@gmail.com++EUR</ns1:developerToken>
<ns1:clientEmail>client_1+ru...@gmail.com</ns1:clientEmail>
<ns1:validateOnly>false</ns1:validateOnly>
</ns1:RequestHeader>
</ns0:Header>
<ns0:Body>
<ns1:get xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v200909">
<ns1:selector>
<ns1:adGroupIds>3000359884</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:requestId>c2630076faaa949881dbe13b135c48ef</ns1:requestId>
<ns1:operations>1</ns1:operations>
<ns1:responseTime>352</ns1:responseTime>
<ns1:units>1</ns1:units>
</ns1:ResponseHeader>
</ns0:Header>
<ns0:Body>
<ns0:Fault>
<faultcode>soap: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.Type>ApiException</
ns1:ApplicationException.Type>
<ns1:errors ns2:type="InternalApiError" xmlns:ns2="http://
www.w3.org/2001/XMLSchema-instance">
<ns1:fieldPath />
<ns1:trigger />
<ns1:ApiError.Type>InternalApiError</ns1:ApiError.Type>
<ns1:reason>UNEXPECTED_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

AdWords API Advisor

unread,
Jul 26, 2010, 6:40:21 AM7/26/10
to AdWords API Forum
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.

Invest Online

unread,
Jul 26, 2010, 6:32:48 AM7/26/10
to AdWords API Forum
Here the SOAP XML:

[Jul 26 2010 12:31:38.000000 - 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:clientEmail>client_1+g...@gmail.com</
ns1:clientEmail>
<ns1:developerToken>gouden...@gmail.com++EUR</
ns1:developerToken>
<ns1:userAgent>AwApi-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:adGroupIds>3000364978</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">
<requestId>df2d4dde437e95e7ede7c0a8d9dcf98c</requestId>
<operations>1</operations>
<responseTime>382</responseTime>
<units>1</units>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap: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.Type>ApiException</
ApplicationException.Type>
<errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance" xsi:type="InternalApiError">
<fieldPath/>
<trigger/>

<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</
errorString>
<ApiError.Type>InternalApiError</ApiError.Type>
<reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
</errors>
</ApiExceptionFault>

Ugron

unread,
Jul 27, 2010, 2:23:02 AM7/27/10
to AdWords API Forum
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:

Tim Underwood

unread,
Jul 27, 2010, 3:30:56 PM7/27/10
to AdWords API Forum
I'm also seeing the same InternalApiError problem on the sandbox with
the AdGroupAdService.get call using the Java client.

Wilrik Mook

unread,
Jul 28, 2010, 4:11:30 AM7/28/10
to AdWords API Forum
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.

Jim Drannbauer

unread,
Jul 28, 2010, 9:00:00 AM7/28/10
to AdWords API Forum
I'm still having the problem with the v200909 AdGroupAdService and
AdGroupCriterionService. It has been like this since July 21st.

SamR

unread,
Jul 30, 2010, 11:23:45 AM7/30/10
to AdWords API Forum
Still anxiously waiting for either an explanation or a resolution to
this problem.

Alex Parij

unread,
Jul 30, 2010, 1:26:01 PM7/30/10
to AdWords API Forum
Me too , it's significantly impacts our development efforts.

Alexander Parij.
Message has been deleted

RamonPV

unread,
Aug 2, 2010, 1:17:24 PM8/2/10
to AdWords API Forum
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

Tim Underwood

unread,
Aug 3, 2010, 11:03:03 AM8/3/10
to AdWords API Forum
Any update on this issue? I'm still seeing the same problem.
Message has been deleted

knuzich

unread,
Aug 3, 2010, 12:50:57 PM8/3/10
to AdWords API Forum
give me please a link to wsdl for sandbox .. I have already two days
looking for ^))

Joshua J. Kugler

unread,
Aug 3, 2010, 3:27:59 PM8/3/10
to adwor...@googlegroups.com, testvo...@gmail.com
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=adwords&q=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

Tilendor

unread,
Aug 4, 2010, 3:21:53 PM8/4/10
to AdWords API Forum
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=adwords&q=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

AdWords API Advisor

unread,
Aug 4, 2010, 4:35:19 PM8/4/10
to AdWords API Forum
Hi All,

A fix went out this afternoon that should resolve these sandbox
issues. Let us know if you have any further problems.

Best,
- Eric Koleda, AdWords API Team

On Aug 4, 3:21 pm, Tilendor <mlab...@orangesoda.com> wrote:
> I had a little trouble finding the URL to use for the sandbox too.
> Itshttps://adwords-sandbox.google.com/...  Keep that in mind.

Tilendor

unread,
Aug 5, 2010, 1:23:22 PM8/5/10
to AdWords API Forum
We're able to use the sandbox now. Thanks.

Invest Online

unread,
Aug 16, 2010, 4:03:26 AM8/16/10
to AdWords API Forum
It works again!

Thanks!!!
Reply all
Reply to author
Forward
0 new messages