Re: Data type & length limits for param1 and param2 supported through paramservice

2012-03-16 Thread Eric Koleda
Hi, In response to your questions: 1) More information about the insertion text formats allowed is available here: http://code.google.com/apis/adwords/docs/reference/latest/AdParamService.AdParam.html#insertionText I am not aware of a length limit, but if after the insertion the line becomes

Application Process Frustration

2012-03-16 Thread Devin
We applied for our API token 5 weeks ago. We responded promptly to all inquiries and provided all the requested documentation from our end, after which we were told that your review team was "following this application closely and will complete the review as early as possible". That was over t

Re: Request: Need more columns for URL Performance Report

2012-03-16 Thread Kevin
Hi Anash, It's not available in that report either. Thanks, -Kevin On Friday, March 16, 2012 2:47:49 AM UTC-7, Anash P. Oommen wrote: > > Hi Kevin, > > Could you try using the Criteria report instead and see if you get > destination URL for deleted keywords? > > Cheers, > Anash P. Oommen, > AdW

Updated PHP API Library, recieve Unmarshalling Error: cvc-elt.4.3 when edit keyword

2012-03-16 Thread Eugene
Updated PHP API Library to 3.0.1(from old one which used v201008, can't find exact version). Full error: Catched exception SoapFault exception: [soap:Client] Unmarshalling Error: cvc-elt.4.3: Type 'ns1:Criterion' is not validly derived from the type definition, 'CriterionUse', of element 'ns1:cr

Re: v201109 PHP Library 3.0.1 - Unmarshalling Error: cvc-elt.4.3 - when I update existing keyword

2012-03-16 Thread Eugene
http://pastebin.com/Qcx1bp6L Here's SOAP log. I removed developer id from it. On Friday, March 16, 2012 5:23:49 PM UTC, Eugene wrote: > > Full error is: > Catched exception SoapFault exception: [soap:Client] Unmarshalling Error: > cvc-elt.4.3: Type 'ns1:Criterion' is not validly derived from the

Re: Linking ad, keyword, and placement performance reports

2012-03-16 Thread vinyl
Bump. No ideas? Am I posting this in the wrong group?! On Wednesday, March 14, 2012 3:46:58 PM UTC-7, vinyl wrote: > > Hi all, > > I'm trying to link the ad, keyword, and placement reports to better > analyze the performance of various keywords/ads. However, I'm having > trouble folding the plac

v201109 PHP Library 3.0.1 - Unmarshalling Error: cvc-elt.4.3 - when I update existing keyword

2012-03-16 Thread Eugene
Full error is: Catched exception SoapFault exception: [soap:Client] Unmarshalling Error: cvc-elt.4.3: Type 'ns1:Criterion' is not validly derived from the type definition, 'CriterionUse', of element 'ns1:criterionUse'. in /var/www/vhosts/dev2.blueclaw.co.uk/httpdocs/dg_adwords/xmlparser/src/Goo

Re: AdHoc Report Java: Error

2012-03-16 Thread Mikhil
Kevin Thanks for your help. I have one more doubt, I was using an old version to pull reports at that time i was able to pull all account reports in a single file but now i have to parse through each account to pull reports as individual pieces. is that old version capability still available if ye

Re: LOGIN_COOKIE_REQUIRED error with Perl Library on V201109 after I changed MCC Login password

2012-03-16 Thread tank98
Thanks for replying, I tried this morning, looks like it works now, and I did not save SOAP XML last night, so I guess it may caused by changing password need some time to sync? Anyway, it works now. Best, Tank On Thursday, March 15, 2012 11:56:56 PM UTC-7, tank98 wrote: > > > > Hi Adwords Te

Re: LocationCriterionService Selector returns bogus values

2012-03-16 Thread Aaron Sherman
On Friday, March 16, 2012 5:22:31 AM UTC-4, Anash P. Oommen wrote: > > > Could you please post the sanitized xml or the request id for this request? > >> >> Anash, this is the request ID in the response headers: 0004bb5e111358380a0c0b28547d The body of my request is: https://adwords.goo

EntityNotFound.INVALID_ID Error

2012-03-16 Thread Federico Sebastian Lazarte
Hi Everyone I have a system that publish campaigns, adgroups and and ads from distinct client account. I have a lot of EntityNotFound.INVALID_ID when i'm trying to add new campaign, a new adgroupts to this campaign and a ads to this adgroup. I think the issue is related to user authentication,

Re: Disapproval Reasons for Keyword/AdExtension

2012-03-16 Thread Eric Koleda
Hi Lloyd, There is no way to retrieve the disapproval reasons for criteria or extensions via the API. I'll talk to the team about exposing this data but even if it can be exposed it would need to wait for another API version to be released. Best, - Eric Koleda, AdWords API Team On Tuesday, M

Re: AuthenticationError.CUSTOMER_NOT_FOUND;

2012-03-16 Thread Rodrigo Berlinck
i using php client library. I tested the GetCampaingns but it returns the error "An error has occurred: @AuthenticationError.CUSTOMER_NOT_FOUND; trigger: '464-032-1572 'Service[ CampaignService.get]" this is my auth.ini file email = "rodrigode...@gmail.com" password = "" userAgent = "R

Re: DatabaseError.CONCURRENT_MODIFICATION on API version v201109

2012-03-16 Thread Cristian Allietto
Hi Danial, thank you for your response. The post that you have linked to me is dated March 30 2011, so it refers to the v201101 version that is the version that allows me to use multithread. So I still not understand if there are (and if so what) new restrictions in the new v201109 version. T

Re: Request: Need more columns for URL Performance Report

2012-03-16 Thread Anash P. Oommen
Hi Kevin, Could you try using the Criteria report instead and see if you get destination URL for deleted keywords? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 15 March 2012 06:04:51 UTC+5:30, Kevin wrote: > > Hi, > > Could we have the following columns in URL Performance Report:

Re: GDN keyword-based placements - what will the performance data look like?

2012-03-16 Thread Anash P. Oommen
Hi Reed, You might also want to ask this question on the AdWords forum at http://www.en.adwords-community.com/t5/AdWords-Community/ct-p/AdWords since this question is more about how AdWords returns data than about the API. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 13 March 201

Re: AuthenticationError.CUSTOMER_NOT_FOUND;

2012-03-16 Thread Anash P. Oommen
Hi Rodrigo, 464-032-1572 looks like a production account, not a sandbox account. To use the sandbox, you should 1. Run GetCampaigns code example. This initializes the sandbox and creates 5 test sandbox accounts. 2. Run GetAccountHierarchy code example. This will return the customer ids of the

Re: Error 411 using Ad Hoc reports v201109

2012-03-16 Thread Anash P. Oommen
Hi Jeremy, I suspect this has to do with the HTTP request you send out to our servers. Are you using a client library? Could you try capturing the outgoing traffic with an HTTPS proxy and check if you are indeed sending a Content-Length header as part of your request? Fiddler ( http://www.fiddl

Re: How to add Placements in Google Adwords using PHP

2012-03-16 Thread Anash P. Oommen
Hi Anand, You could check out the AddPlacements code example at http://code.google.com/p/google-api-adwords-php/source/browse/trunk/adx-examples/v201109/BasicOperations/AddPlacements.php Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 15 March 2012 16:44:16 UTC+5:30, Anand Agarwal w

Re: LOGIN_COOKIE_REQUIRED error with Perl Library on V201109 after I changed MCC Login password

2012-03-16 Thread Anash P. Oommen
Hi Tank, This means that the request does not contain a valid authToken. Could you please post the sanitized SOAP xml for the failed request on this thread? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 16 March 2012 12:26:56 UTC+5:30, tank98 wrote: > > > > Hi Adwords Team, > > I am

Re: LocationCriterionService Selector returns bogus values

2012-03-16 Thread Anash P. Oommen
Hi Aaron, Could you please post the sanitized xml or the request id for this request? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 16 March 2012 02:32:48 UTC+5:30, Aaron Sherman wrote: > > When requesting LocationCriterionService entries, I use the following > Predicate in my Select

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-16 Thread Anash P. Oommen
Hi Wolfram, Could you please open an issue at http://code.google.com/p/google-api-ads-java/issues/list about this? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 15 March 2012 19:20:22 UTC+5:30, wn wrote: > > Hi, > > for what it's worth: I've managed to quick-fix (nothing more!!) th

Re: Instability of production APIs

2012-03-16 Thread Anash P. Oommen
Hi, If I remember correctly, versioned urls for report downloads were introduced around v201008, so it isn't a recent change. If you migrated from v13 reports in a much older version of the new reports (v201008 or before), you might have copy-pasted the old url which didn't have version as par

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: A Sandbox Dilemma

2012-03-16 Thread K.F.
I've tried that example and succeeded to find out my real clientId in Sandbox! I've misunderstood that Sandbox doesn't distinguish Ids from Emails. Thank you very much, Slava! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.