AdWords API Re: An internal error has occurred. Please retry your request. in Sandbox

2009-01-06 Thread Plaudit
I am getting the same error. On Jan 6, 7:47 pm, Ursula wrote: > Hello, > Is there something wrong with the sandbox today?   I've been trying to > run various tests and I am getting this error on every request: > An internal error has occurred.  Please retry your request. > > When will this be fi

AdWords API An internal error has occurred. Please retry your request. in Sandbox

2009-01-06 Thread Ursula
Hello, Is there something wrong with the sandbox today? I've been trying to run various tests and I am getting this error on every request: An internal error has occurred. Please retry your request. When will this be fixed? Thank you, Ursula Kellmann iCrossing --~--~-~--~~

AdWords API Re: Campaign optimizer off, but still bidding proxyMaxCpc

2009-01-06 Thread bryanjj
Thanks Jeff, we really appreciate your help. -Bryan On Jan 6, 12:49 pm, AdWords API Advisor wrote: > Hello Bryan, > >  Thanks. I took a look at your account and I think there's something > amiss on the AdWords level--the campaigns bids are being actively > changed as if Budget Optimizer were e

AdWords API Web service operation "addAdGroup" could not be found

2009-01-06 Thread purdue512
I'm getting Web service operation "addAdGroup" could not be found back from the AdGroupService. I am submitting the following structure (with nested structure) - which looks find to me when I dump it. AdGroup = StructNew(); AdGroup.campaignID = '3943'; AdGroup.newData = StructNew(); AdGroup.n

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread AdWords API Advisor
Hello Daniel, Those questions are dependent on what SOAP library you're using for your AdWords API communications. I'd think that if your getAllJobs() call succeeds then you have things properly set up and your getReportDownloadUrl() call should succeed as well, but that's not necessarily the ca

AdWords API Re: "five sandbox client accounts are automatically created" - HOW?

2009-01-06 Thread purdue512
WOW - That's really helpful. Thanks. It worked. Now I see my trial accounts. This should be on your "Getting Started" instructions. The part about the clientEmail header is nowhere to be found (unless I missed it). On Jan 6, 11:14 am, AdWords API Advisor wrote: > Hello, > >  Here's the full

AdWords API Re: Sandbox reports still returning canned empty response

2009-01-06 Thread AdWords API Advisor
Hello Pete, We're unfortunately not going to be able to implement anything other than a single canned response from the Sandbox's Report Service. As for changing the canned response to have it include some meaningful, albeit static, data, that's on me, and apologies for the delay. I did actual

AdWords API Re: Campaign optimizer off, but still bidding proxyMaxCpc

2009-01-06 Thread AdWords API Advisor
Hello Bryan, Thanks. I took a look at your account and I think there's something amiss on the AdWords level--the campaigns bids are being actively changed as if Budget Optimizer were enabled, but I don't see any indication that it is (and the AdWords web interface is displaying the bids as if th

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread Acapella
This is great info, thanks very much. Also, I'm not getting anything back from getReportDownloadUrl ($ReportId). Do I need to declare the ReportService before I call use getReportDownloadUrl? getAlljobs is working fine though.. Do I need to make $ReportId an integer to make this work? Here's an

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread AdWords API Advisor
Hello Dan, We don't make any guarantees about the order in which the reports will be returned, so I can't say for certain that the newest is always returned first. Again, I'd recommend searching through this group's archives for more discussions about the best way to handle this type of scenario

AdWords API Re: getCampaign not returning geoTargeting

2009-01-06 Thread AdWords API Advisor
Hello Filipp, I'll update this thread with any information I hear back. In the meantime, if modifying the proxy class works around the issue I'd recommend that you keep running with that modified version. It's obviously something that should be fixed on the server to benefit the whole developer

AdWords API Re: Search volume in getKeywordVariations not changing over time?

2009-01-06 Thread AdWords API Advisor
Hello Rakesh, My thinking would be that the data is refreshed around the first of the month, but I don't have any specific knowledge about that process. If you could pass along a handful of example keywords, the date on which you performed each of the the getKeywordVariations() calls, and the mo

AdWords API Re: Campaign optimizer off, but still bidding proxyMaxCpc

2009-01-06 Thread bryanjj
Jeff, Thanks for the reply. I do not see any explanatory text next to the bids in the web interface. The ad group id is 750368836. Any help would be appreciated since we are still seeing this behavior. Thanks, Bryan On Jan 5, 9:30 am, AdWords API Advisor wrote: > Hello Bryan, > >  What do

AdWords API AdWords Downtime: January 10, 10am-2pm PST

2009-01-06 Thread AdWords API Advisor
We'll be performing routine system maintenance on Saturday, January 10 from approximately 10:00am to 2:00pm PST. You won't be able to access AdWords or the API during this time frame, but your ads will continue to run as normal. Cheers, -Jeffrey Posnick, AdWords API Team --~--~-~--~~-

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread Acapella
Thanks Jeff! I get it now. Here's what I came up with.. $printjobs = getAllJobs(); # Display report id for each report. for ($i = 0; $i < count($printjobs); $i++) { echo 'Report ID is "' . $printjobs[$i]['id'] . '"'; } And it returned the Report Ids for each report. (Report ID is "675426353"

AdWords API Re: getCampaign not returning geoTargeting

2009-01-06 Thread frakevich...@gmail.com
Hi Jeff, please notify me, if possible, when you hear back from the API team. Thank you! Filipp On Jan 5, 4:28 pm, "frakevich...@gmail.com" wrote: > Hi Jeff, this is the requestId: 8ea141994bd0d95b830e8da5e04b191d > I was going against the adwords.google.com site. > > Thank you! > Filipp > > On

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread AdWords API Advisor
Hello Dan, General information about arrays in PHP can be found at http://us.php.net/types.array The getAllJobs() call should return an array of ReportJob objects, and each object has an id property. So you'd want to either iterate through the entire array or access a specific element (if yo

AdWords API Re: How do I get the Report ID for a report that has been run from the Reports Web Page?

2009-01-06 Thread Acapella
Thanks, Jeff. I've looked everywhere it seems and can't find the syntax on how to reference the id element in the getalljobs() array. Can you just give me an example, or point me to where it might be? I am new to PHP and the API and am just using it on this project. Thanks for all your help! Da

AdWords API Re: API Requests for account info don't always contain timeZoneId info

2009-01-06 Thread AdWords API Advisor
Hello Tam, It's not something that can be done with the API. I'd recommend contacting the AdWords representative who is working on the account in question, or if there isn't a specific contact person assigned for the account, using the form at https://adwords.google.com/support/bin/request.py

AdWords API Re: Client managers cannot have campaigns of their own. [While testing with sandbox]

2009-01-06 Thread AdWords API Advisor
Hello, See my response in http://groups.google.com/group/adwords-api/browse_thread/thread/7dcbb0ecbcacd104 Cheers, -Jeff Posnick, AdWords API Team On Jan 5, 6:29 pm, purdue512 wrote: > Sure. I hit this too. And quickly realized after re-reading the > instructions that you need to call th

AdWords API Re: "five sandbox client accounts are automatically created" - HOW?

2009-01-06 Thread AdWords API Advisor
Hello, Here's the full process: 1. Create a new GMail account (or use an existing GMail account, but it's nice to keep things separate) 2. Make a getClientAccounts() call to the Sandbox with the following headers set: email: address of the GMail account password: password of the GMail accou

AdWords API Search volume in getKeywordVariations not changing over time?

2009-01-06 Thread Rakesh
I've used the getKeywordVariations operation in the KeywordToolService to look at search volume for over a thousand keywords, for both November and December. The search volume for both months is identical. This strikes me as odd. I'd guess that some keywords might have the same volume in both mon

AdWords API Re: API Requests for account info don't always contain timeZoneId info

2009-01-06 Thread tam
Hi Jeff thanks for that. One further question. If an account has this default time but ought to be changed to, say, GMT, is it possible to do this and, if so, what does this involve? can it be done by the API? Is there a cost involved and how long would it take to alter the timezone for an ac

AdWords API Re: How can we create campaign with city zip code instead City name

2009-01-06 Thread Peer Jakobsen (AdWords API Guru)
Hi, There is no way to use zip codes for targetting, however you can simulate this by using the ProximityTargets. You would need some reference file to transform zip codes into longitudes and latitudes. Cheers --~--~-~--~~~---~--~~ You received this message beca