Re: TargetinIdeaService doesn't deliver any categories anymore

2011-11-16 Thread 59616E
i can provide some sample code in php: ?php error_reporting(E_STRICT | E_ALL); // You can set the include path to src directory or reference // AdWordsUser.php directly via require_once. // $path = '/path/to/aw_api_php_lib/src'; $path = dirname(__FILE__) . '/aw_api_php_lib_2.7.0/src';

Re: dotnet api and sitelinks take 2

2011-11-16 Thread Paigey
Looks like the parsing of the campaignid is a bit buggy! Using dotnet 4.0 and the latest version of the api so couldn't use long.Parse. Changed string cid = 12345678; //not real, just an example id long campaignId = long.Parse(cid); To string cid = 12345678; //not real, just an example id long

Sandbox UNEXPECTED_INTERNAL_API_ERROR

2011-11-16 Thread Вадим
Hello! I keep getting a message from ReportDefinitionService in sandbox about Internal Error second day in a row. Is it due to Google Sandbox issues or is it something on my side? Details of request and the error are: [Nov 16 2011 09:44:44.00 - ERROR] POST /api/adwords/cm/v201008/

Re: Sandbox UNEXPECTED_INTERNAL_API_ERROR

2011-11-16 Thread Ray Ray
I'm also getting this error, as far as I can tell it is only the reports that are having problems. *grumble-grumble* -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: UNEXPECTED_INTERNAL_API_ERROR

2011-11-16 Thread Ali Moiyed
Hello, can anyone give me some idea about where i am going wrong.i am using the same scripts which has been downloaded with the adwords api php library. I am just changing the credentials in auth.ini file and changing the default server to sandbox url in settings.ini file.Then why i keep getting

AuthenticationError.GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH

2011-11-16 Thread oseemann
The error AuthenticationError.GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH has been popping up occasionally since today (roughly since about 0:00 GMT), without any changes on our side (API v200909). Most times retries succeed, however for some accounts also retries fail repeatedly. Initially I

This dude’s dad lost everything overnight…

2011-11-16 Thread gamer2000
Imagine waking up to find out your family was days away from losing the house and being tossed in the street. What would you do if the only way to save your family was to literally make money appear in an instant? How would you get the money to save them? This guy Anthony made $101,606 check

Re: API version stability, change management, and testing ad-hoc changes

2011-11-16 Thread Kevin Winter
Hi, From a software engineering standpoint, we cannot recommend performing QA actions against a production environment. QA is meant to catch bugs or problems before they reach production. The sandbox environment was created specifically for this type of testing. We're not recommending you

Re: 'XML Validation': nothing to see here ... move along

2011-11-16 Thread Kevin Winter
Hi, The order of elements in XML has always been significant and well-defined by the XML schema in the WSDL. Until know, we haven't enforced this restriction, preferring to be more accepting of input. However, this leniency has lead to its own problems. For example, not only was the order

Re: Problem with v201109 migration

2011-11-16 Thread Kevin Winter
Hi, It's possible there is something in your selector that is preventing them from returning. Could you please either post your selector or the requestId from the response you previously pasted? The requestId is not considered sensitive information as it is only significant to use when

Re: Sandbox UNEXPECTED_INTERNAL_API_ERROR

2011-11-16 Thread Вадим
Yes, true. Campaigns Service, for example, works fine On 16 ноя, 12:33, Ray Ray lanediscipl...@gmail.com wrote: I'm also getting this error, as far as I can tell it is only the reports that are having problems. *grumble-grumble* -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: RMF-list - are you kidding? Google, you are loosing the popularity contest...

2011-11-16 Thread Eazybot
Hi Kevin. Your full address does not show, so I took an educated guess. If you have not received anything from me, please send me an email at mcc(at)eazybot.com -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Determine account creation date?

2011-11-16 Thread j.e.frank
I realize this is a very old thread, but I am looking at the upgrade path to v201109 from v13. We use the timeZoneEffectiveDate as a proxy for account creation date, and I don't see that field anymore in the ServicedAccountService's Account object. How would I get this information now? --

Deleting Reports v201109

2011-11-16 Thread Ian
We are in process of upgrading from defined reports to using the adhoc reports of v201109, and would like to delete the existing [obsolete] report definitions is there a way to do this using v201109 now that the ReportDefinition.mutate has been removed? --

Re: Problem Listing All Client Accounts under MCC

2011-11-16 Thread Danial Klimkin
Hello Peter, I can't see anything wrong with your request. Please send me your account ID and login email address over email. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Is MatchType available for keyword criterion in the new criteria report?

2011-11-16 Thread HK
Is there anyone from Google that can speak to this? Would be good to know if support for this is planned or not. Thanks, Hans -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com