AdWords API Re: This country code is not valid. error

2009-06-10 Thread ta...@toading.com
Problem solved On jún. 9, 19:35, tamas wrote: > Hi, >  Plz help, I'm getting the following error: > > ... > >      soapenv:Server.userException >      One or more input elements failed validation. faultstring> >       >       https://adwords.google.com/api/adwords/ > v13"> >        122 >      

AdWords API Re: "This country code is not valid."

2009-06-10 Thread ta...@toading.com
Problem solved, thx. Tamas On jún. 9, 19:05, "ta...@toading.com" wrote: > Hi All, >  I have the following problem: I'm trying to add a new campaign with > the following SOAP message: > > > http://schemas.xmlsoap.org/soap/ > envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/v13"; > xm

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-10 Thread AdWords API Advisor
Hello All, We've collected IP and timestamp information from a number of different developers and have passed it along to the team responsible for our HTTP traffic. They're actively investigating the issue, but I'm afraid that I can't point to a specific resolution to this issue yet. I'll update

AdWords API Re: New row in Creative report if firstPageCpc or qualityScore changes?

2009-06-10 Thread AdWords API Advisor
Hello Hans, Let me answer that in two parts: First, the only recommended way of identifying a specific individual keyword is to use a combination of keyword id and ad group id. In practical terms, using a combination of keyword text and ad group id should work as well, because I don't believe

AdWords API Client Library Updates: Part 2

2009-06-10 Thread AdWords API Advisor
Last month we announced an update of our client libraries to improve their feature sets and make them more consistent across the various programming languages we support. This coincided with the release of the v2009 Sandbox, and a lot of those changes were meant to ensure that the client libraries

AdWords API lastMonthSearchVolume & avgSearchVolume returning zero

2009-06-10 Thread m...@agency2.co.uk
Hi, I need some help. I seem to be correctly submitting requests using getKeywordsFromSite and I am getting a response of keywords relevant to the site, but not getting any data for the returned keywords. Any ideas? (not -1, indicating no data) Thanks Mark --~--~-~--~~---

AdWords API "Fault occurred while processing" error

2009-06-10 Thread gbase1staudiovis...@gmail.com
I am a new adword user. I get the code from http://code.google.com/p/adwords-api-php-samples/source/browse/trunk/src/v200902/add_campaign.php. First times that I run this script I get error, then I change request xml follow the xml example and the error gone. But,after I run the script again, I

AdWords API Adwords devoloper token and user/pass error

2009-06-10 Thread deniz
I have a problem with API usage if i use the following with sandbox.google.com: $email = 'my_...@email.com'; $password = 'x'; $useragent = 'My Company Name'; $developer_token = 'mydevtoken'; $application_token = 'apptoken'; response error : Fault: 1 Code: soapenv:Server.userException Strin

AdWords API ERROR: "An internal error has occurred. Please retry your request"

2009-06-10 Thread shodson
I am getting this error message. I don't know what to do. Everything worked on v12 but now that I've changed to v13 I can't get past this problem. I regenerated my ReportService class using the newer WSDL, modified my headers and my selected columns, which were giving me different errors, but I

AdWords API AdWords Downtime: June 13, 10am-2pm PDT

2009-06-10 Thread AdWords API Advisor
We'll be performing routine system maintenance on Saturday, June 13 from approximately 10:00am to 2:00pm PDT. 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 Upcoming Sandbox DB Refresh

2009-06-10 Thread AdWords API Advisor
I wanted to give everyone advanced warning that the AdWords API v13 and v200902 Sandboxs' database is scheduled to be refreshed within the next day or two--unfortunately I don't have the exact time, as it's dependent on some other work being completed first. But do be on the lookout for that takin

AdWords API Re: Adwords devoloper token and user/pass error

2009-06-10 Thread AdWords API Advisor
Hello Deniz, Please take a look at http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders for specific examples of the values you should use when logging in to the Sandbox environment. Specifically, you should not use a real developer token at all; the va

AdWords API Re: lastMonthSearchVolume & avgSearchVolume returning zero

2009-06-10 Thread AdWords API Advisor
Hello Mark, Could you post an example SOAP request and response (with your password and token informaiton X-ed out) or pass along the value of the requestId SOAP response header so that I could look up your request in our logs? I just tried a getKeywordsFromSite() call and got back results wit

AdWords API Re: "Fault occurred while processing" error

2009-06-10 Thread AdWords API Advisor
Hello, If you're not familiar with the AdWords API at all, then I'd recommend you give the APIlity PHP client library a try, as it simplifies the otherwise manual process of creating the SOAP XML in PHP: http://google-apility.sourceforge.net/ If you'd like to stick with using the sample cod

AdWords API Re: ERROR: "An internal error has occurred. Please retry your request"

2009-06-10 Thread AdWords API Advisor
Hello, If you take a look at the SOAP headers in the incoming fault message you're receiving, you should see one named requestId. Can you pass along the value of that header? I can look up the error you're receiving in our logs if you do. Cheers, -Jeff Posnick, AdWords API Team On Jun 9, 6:47

AdWords API Re: Adwords devoloper token and user/pass error

2009-06-10 Thread deniz
i'm test php samples for http://code.google.com/p/adwords-api-php-samples/ example, changed only with my information in get_client_accounts.php # Provide AdWords login information. $email = 'INSERT_LOGIN_EMAIL_HERE'; $password = 'INSERT_PASSWORD_HERE'; $useragent = 'INSERT_COMPANY_NAME: AdWords

AdWords API Re: Adwords devoloper token and user/pass error

2009-06-10 Thread AdWords API Advisor
Hello Deniz, Could you please confirm that you're following all the steps outlined at http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders regarding the values you should use for those variables? Specifically, it does not look like you're specifying the

AdWords API Better way of getting code lists?

2009-06-10 Thread doug s
As in this old thread: http://groups.google.com/group/adwords-api/browse_thread/thread/34e5958f6518abdd/390c908d90a5d3bf?lnk=gst&q=country+codes#390c908d90a5d3bf We need country, city, language etc codes to use in our UI, for example http://code.google.com/apis/adwords/docs/developer/adwords_api

AdWords API Re: Better way of getting code lists?

2009-06-10 Thread AdWords API Advisor
Hello Doug, Please see http://groups.google.com/group/adwords-api/browse_thread/thread/6c0e6bd11663d1db Cheers, -Jeff Posnick, AdWords API Team On Jun 10, 4:24 pm, doug s wrote: > As in this old > thread:http://groups.google.com/group/adwords-api/browse_thread/thread/34e59... > > We nee

AdWords API Help me;; I need a wsdl for agency.

2009-06-10 Thread facebaby
only the local copy for the agency to use the wsdl to do? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe fro

AdWords API Re: Help me;; I need a wsdl for agency.

2009-06-10 Thread Alex Magdenko
what the probem? add "?wsdl" to webservice URL address For example, for AdGroup Service use the following https://adwords.google.com/api/adwords/v13/AdGroupService?wsdl to get WSDL document. Regards, Alex On Jun 11, 6:36 am, facebaby wrote: > only the local copy for the agency to use the wsdl

AdWords API Sandbox and new report creation.

2009-06-10 Thread jalxm
Hello guys, I see that I can't create reports in Sandbox in accord with documentation. For example, I would like to create report "Campaign" - "Daily" with the following selected columns: "Campaign", "CampaignId", "CampaignStatus", "Clicks", "Cost", "DailyBudget", "Impressions", "exactMatchImpSha