Re: Adwords Sandbox down?

2012-11-14 Thread David Torres
Hi Paul and Andy, We are aware of the issues with the Sandbox and working on solve them ASAP. Best, - David Torres - AdWords API Team On Wednesday, November 7, 2012 4:37:27 PM UTC-5, Paul Groetzner wrote: > > I take that back. Some of the functionality is back, not all > > On Wednesday, Novemb

Re: Adwords Sandbox down?

2012-11-07 Thread Paul Groetzner
I take that back. Some of the functionality is back, not all On Wednesday, November 7, 2012 4:24:00 PM UTC-5, Paul Groetzner wrote: > > Started working again for me. ;) > > On Wednesday, November 7, 2012 3:34:00 PM UTC-5, Andy wrote: >> >> Stopped working for me about 3 hours ago, as well. >> >>

Re: Adwords Sandbox down?

2012-11-07 Thread Paul Groetzner
Started working again for me. ;) On Wednesday, November 7, 2012 3:34:00 PM UTC-5, Andy wrote: > > Stopped working for me about 3 hours ago, as well. > > On Wednesday, November 7, 2012 1:38:15 PM UTC-5, Stefan den Hartog wrote: >> >> Anyone else getting the error: >> >> An error has occurred: Inter

Re: Adwords Sandbox down?

2012-11-07 Thread Andy
Stopped working for me about 3 hours ago, as well. On Wednesday, November 7, 2012 1:38:15 PM UTC-5, Stefan den Hartog wrote: > > Anyone else getting the error: > > An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > com.google.ads.api.services.common.error.InternalApiError.(

Re: Adwords Sandbox down?

2012-11-07 Thread Paul Groetzner
Seems to be down. I'm having issues as well. :( On Wednesday, November 7, 2012 1:38:15 PM UTC-5, Stefan den Hartog wrote: > > Anyone else getting the error: > > An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ > com.google.ads.api.services.common.error.InternalApiError.(Int

Adwords Sandbox down?

2012-11-07 Thread Stefan den Hartog
Anyone else getting the error: An error has occurred: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro I get it with the PHP version and the Sandbox Account Viewer (java) when using the sandbox -- =~=~=~=~=~=~=~=~=~=~

Re: Adwords sandbox API via OAuth and PHP Library

2012-03-19 Thread Eric Koleda
Hi Alex, Have you been able to run the UseOAuth.php example successfully against the sandbox? http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Misc/UseOAuth.php You may also want to try setting up the sample webapp, which uses the following login page for OA

Re: Adwords sandbox API via OAuth and PHP Library

2012-03-16 Thread Alex Pojarsky
Hello. That was fixed. You have to pass the auth token via $user->SetAuthToken($config->oauth_token); But now I keep getting the GOOGLE_ACCOUNT_COOKIE_INVALID error, which is also not really descriptive and can happen in many cases. How would you debug it to see what exactly the problem is? T

Re: Adwords sandbox API via OAuth and PHP Library

2012-03-06 Thread Alex Pojarsky
Still no chance. Same error. Any other ideas? Thanks. Середа, 29 лютого 2012 р., 00:30:26 UTC+2 користувач Alex Pojarsky написав: > > Makes sense, thanks. Will try. > > Вівторок, 28 лютого 2012 р., 20:56:53 UTC+2 користувач David Torres > написав: >> >> Hi Alex. >> >> You pass the developerToken

Re: Adwords sandbox API via OAuth and PHP Library

2012-02-28 Thread Alex Pojarsky
Makes sense, thanks. Will try. Вівторок, 28 лютого 2012 р., 20:56:53 UTC+2 користувач David Torres написав: > > Hi Alex. > > You pass the developerToken as part of the SOAP Headers inside your SOAP > Envelope, in the case of PHP you need to set it in your auth.ini file. And > you don't need to s

Re: Adwords sandbox API via OAuth and PHP Library

2012-02-28 Thread David Torres
Hi Alex. You pass the developerToken as part of the SOAP Headers inside your SOAP Envelope, in the case of PHP you need to set it in your auth.ini file. And you don't need to set email and password since your are using OAuth and not ClientAuth. Best, - David Torres - AdWords API Team On Fr

Re: Adwords sandbox API via OAuth and PHP Library

2012-02-24 Thread Alex Pojarsky
Hello. Thanks for the reply. But according to the http://code.google.com/apis/adwords/docs/sandbox.html#behavior - there is AuthToken required that received from the ClientAuth (not OAuth). How do you pass the developerToken while using OAuth authentication? Thanks. -- =~=~=~=~=~=~=~=~=~=~=

Re: Adwords sandbox API via OAuth and PHP Library

2012-02-21 Thread Anash P. Oommen
Hi Alex, You could use anonymous/anonymous as OAuth key/secret for testing purposes. There is no need to register your website until you are ready to deploy your solution. When you use this key/secret, Google OAuth page will warn the user that you are not registered with Google, but other than

Re: Adwords sandbox API via OAuth and PHP Library

2012-02-20 Thread Vtrio Develop
Hello all, These are the issues I am facing and exactly these are the questions I want to ask. Please any one reply. Can we use Oauth with sandbox account? (Important question) Thanks, Vipin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: h

Adwords sandbox API via OAuth and PHP Library

2012-02-20 Thread Alex Pojarsky
Greetings, everyone. I have few nooby questions about the adwords sandbox API. Yes, I've searched the google and tried to check the docs as well as tried to run code examples provided along with PHP library. My setup is the following: 1. PHP Library provided by google: http://code.google.

Re: About google adwords sandbox

2011-09-21 Thread Kevin Winter
Hi, A quick search found this article which may be relevant: http://www.checkupdown.com/status/E407.html Do you have a proxy server at your location? - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwo

Re: Trying to access Google Adwords Sandbox API

2011-09-19 Thread Kevin Winter
Hi, According to the jquery documentation, when you use GET as the method type, it appends the data to the URL and specifies a callback ( http://api.jquery.com/jQuery.ajax/). The AdWords API unfortunately does not support jsonp requests, so this will not work. I'd suggest taking a look at the

About google adwords sandbox

2011-09-19 Thread Devin Yee
Hello everyone, I'm feel doubt about google adwords sandbox using php sdk. Edit auth.ini as following: email = "yingx...@gmail.com" password = "x" userAgent = "Just a test" applicationToken = "ignored" developerToken = "yingxbin@gmail++U

Trying to access Google Adwords Sandbox API

2011-09-15 Thread adnonymous
I'm trying to access Google Adwords Sandbox API and I cannot, for the life of me, figure out what's going on. Here's my code: var wsUrl = "https://adwords-sandbox.google.com/api/ adwords/cm/v201008/CampaignService"; var soapRequest =

Re: AdWords Sandbox

2011-03-28 Thread Anash P. Oommen
Hi Hondo, To add to what Rayden mentioned, sandbox won't give you real data when downloading reports, it will give you only test data. So you might want to test your logic against the production account as well. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdWords Sandbox: use production data in sandbox?

2011-03-24 Thread Eric Koleda
Hi Hondo, There is no automatic way to copy the data from your production account to the sandbox, and you'll have to create your own account structure after each sandbox refresh. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: AdWords Sandbox

2011-03-24 Thread rayden
use examples to make some custom data. What you ask is not possible, as far as i know. Best, On 24 mar., 07:34, hondo wrote: > hi, > > can someone recommend me a tool to initilize my sandbox account with test > data? > > I don't want to implement create function for campaigns/adgroups... just to

AdWords Sandbox

2011-03-24 Thread hondo
hi, can someone recommend me a tool to initilize my sandbox account with test data? I don't want to implement create function for campaigns/adgroups... just to initialize my sandbox. Because our app mostly use reporting functionality of AdWords API. Is somehow possible to use "Google Editor" f

AdWords Sandbox: use production data in sandbox?

2011-03-22 Thread hondo
hi, is it possible to initialize the sandbox with the production data of existing mcc account? Or do i have to create my own test data by hand? By default the sandbox will be initialize with 5 empty clientAccounts as describted in sandbox best practises - http://code.google.com/intl/de-DE/apis

Re: adwords sandbox doesn't emulate/honor the validateOnly soap header

2010-12-07 Thread J
hmm... then this is a bug with the python api library. On Nov 22, 3:47 pm, AdWords API Advisor wrote: > Hi J, > > The value should be true, not > y. > > Hope that helps. Let me know if you have more questions. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Nov 18, 6:39 pm, J wrote:

Re: adwords sandbox doesn't emulate/honor the validateOnly soap header

2010-11-22 Thread AdWords API Advisor
Hi J, The value should be true, not y. Hope that helps. Let me know if you have more questions. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 18, 6:39 pm, J wrote: > i was building my app using the sandbox, and when i just did a trial > run to add a campaign, i was running with validate

adwords sandbox doesn't emulate/honor the validateOnly soap header

2010-11-18 Thread J
i was building my app using the sandbox, and when i just did a trial run to add a campaign, i was running with validate only in the header: StartTime: 2010-11-19 02:16:24 *** Outgoing HTTP headers ** User-Agent: ZSI 2.0.0 (http://pywebsvcs.sf.net); xml.e

Re: Problem with Adwords Sandbox API

2010-06-08 Thread domJ
This thread can be ignored: http://groups.google.com/group/adwords-api/browse_thread/thread/ddfbb5ba39d204b7 On 7 Jun., 17:34, domJ wrote: > Hi, > > I try to use the AdWords Sandbox API on my localhost (Apache) with the > PHP Client Library. The auth.ini looks like > >

Problem with Adwords Sandbox API

2010-06-07 Thread domJ
Hi, I try to use the AdWords Sandbox API on my localhost (Apache) with the PHP Client Library. The auth.ini looks like email = "myemail" password = "mypass" userAgent = "The Sandbox API Try" applicationToken = "ignored" developerToken = "myemail+

Re: Adwords sandbox offline?

2010-04-23 Thread AdWords API Advisor
Hi Farid, Thank you for reporting this issue. We were able to replicate the issue and we are looking into it now. Best, - Eric Koleda, AdWords API Team On Apr 22, 11:44 pm, Sultan wrote: > Hi; > I'm trying to access the adwords API using the php library but get the > following error: > > faile

Adwords sandbox offline?

2010-04-23 Thread Sultan
Hi; I'm trying to access the adwords API using the php library but get the following error: failed to load external entity "https://adwords-sandbox.google.com/api/ adwords/cm/v200909/CampaignService?wsdl I thought it could be a problem on my server at first but then I realised the wsdl was not av

AdWords API Re: AdWords sandbox + Python api

2010-02-10 Thread AdWords API Advisor
Hi Brian, While you don't need an official developer token when accessing the sandbox the header must still be filled in using a specific format. The format is listed on the same page you linked to: http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders You

AdWords API AdWords sandbox + Python api

2010-02-09 Thread Brian Wolf
Hi, I would like to use the sandbox for learning and development purposes, and I am looking currently at both Java and Python api's. According to the AW website, I do not need to be registered as a developer, I only need a google account (?) "must first have a Google account

AdWords API Re: Adwords sandbox clients gone?

2008-10-01 Thread [EMAIL PROTECTED]
>From the doc files from APIlity: "The first time you log in to the sandbox a set of five clients is automatically created. The best way to make sure this went well is to use the following code snippet for the first sandbox call:" print_r(getManagersClientAccounts()); Best is to try that with a

AdWords API Adwords sandbox clients gone?

2008-10-01 Thread Rob
Hi, I have been working with the sandbox then left it for a few weeks...now I've come back to do more work with it and all my clients are missing.Now I can't create clients in the sandbox but they are supposed to be automatically [EMAIL PROTECTED] etc. I tried also using the apility ajax fr