AdWords API Re: "Fault occurred while processing" error
Hello Jeff, Question, Is APIlity support for v2009 sandbox? I already try this choice, but it is not work. So I not sure that, it is my fault or not. Because it has not any message from server(I already set debug ini to be yes). For my code the sample code, I attach xml http://tempuri.org"; xmlns:soap- enc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/ XMLSchema" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v200902"> DQAAAHkAAaDhJBbcXiu01T3KHojXUFkHuhevk11hQu5Aqh8BQ- kzdCjlYmD3zLTfiJ1qHbPAaS0MP7iBC_FrTO9xa9p6FKI4NZ3jCI- vl2ehZcmmHoFBA_t4guLyIg9Bs_YL_edsdnLLOGTJ5n2PvrKmoQY4gfb0vjItGLn0qN- qHJ_uxMK98Q gbase1staudiovis...@gmail.com https://adwords.google.com/api/adwords/cm/v200902";> ADD Sample Campaign ACTIVE DAILY USD 5000 STANDARD HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 Transfer- Encoding: chunked Date: Thu, 11 Jun 2009 06:52:47 GMT Expires: Thu, 11 Jun 2009 06:52:47 GMT Cache-Control: private, max-age=0 X-Content-Type- Options: nosniff Server: GFE/2.0 http://schemas.xmlsoap.org/soap/envelope/";> soap:Server [RangeError.TOO_LOW @ operations[0].operand.budget.amount] Fault: 1 Code: soap:Server String: [RangeError.TOO_LOW @ operations [0].operand.budget.amount] Detail: I try to find any option to attach file, but not found. Sorry for this very long text. Thank you for your kindness On Jun 11, 12:59 am, AdWords API Advisor wrote: > 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 code then we can debug > that if you turn debugging on ($debug = 1;) and post the request and > response SOAP XML messages that your code is sending and receiving. Be > sure to X out your password and token information before posting. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jun 10, 4:21 am, "gbase1staudiovis...@gmail.com" > > wrote: > > I am a new adword user. I get the code > > fromhttp://code.google.com/p/adwords-api-php-samples/source/browse/trunk/ > > > 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 get "Fault occurred while > > processing" message and it has not any more detail. > > > Thk 4 any help >< > > --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API put client id in clientEmails field
Hi, I have MCC account API authentication details by which I want to download keyword report for individual accounts. But for those accounts I have their Customer ID not the email. When I am putting the Customer ID in clientEmails field I am getting following error "Either this object does not exist, or this user does not have permission to access it." I am sure that the customer id provided by me is perfect so the object exists. So only thing is that the user does not have permission to access it. Anybody has succeeded putting the customer id in report object and getting the report. please help. thanks --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: Sandbox and new report creation.
Hello Alex, I just tried scheduling a report with the following definition in the v13 Sandbox and it was successful: API Test 2009-01-01 2009-02-01 Daily Campaign Campaign CampaignId CampaignStatus Clicks Cost DailyBudget Impressions impShare exactMatchImpShare Does that look like the SOAP body you're sending in your request? Cheers, -Jeff Posnick, AdWords API Team On Jun 11, 2:56 am, jalxm wrote: > 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", > "exactMatchImpShare", "impShare". > Link for that > report:http://code.google.com/apis/adwords/docs/developer/adwords_api_report... > > It works fine in production environment but it doesn't work in > sandbox. > I have got the following exception. > cut - > Exception in thread "main" AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/} > Server.userException > faultSubcode: > faultString: One or more report job parameters is invalid. > faultActor: > faultNode: > faultDetail: > {https://adwords.google.com/api/adwords/v13}fault: > 30 > > One or more report job parameters is invalid. ns1:message> > > The following columns are not supported by the > Report Type Campaign : [impShare, exactMatchImpShare] > > One or more report job parameters is invalid. > cut - > > The report will be added in Google Sandbox if I remove these columns > declared in exception. > I can see new report few minutes w/o any data (empty report). > Btw, I can't see that reportID with webservice call > ReportService.getAllJobs() > > Is it correct? > and we can't use sandbox for testing our own reports. > > Thanks, > Alex --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: "Fault occurred while processing" error
Hello, Ah, okay, if you plan on accessing the v200902 Sandbox then APIlity is not (yet) an option. The sample code will have to make do. We just started seeing [RangeError.TOO_LOW @ operations [0].operand.budget.amount] errors with our v200902 code as well, and it's been reported to the core engineering team. I think it's an inadvertent constraint that was introduced in a recent build. Apologies that it's causing issues for you in the meantime, and I'll let you know when it's resolved. Cheers, -Jeff Posnick, AdWords API Team On Jun 11, 3:06 am, gbase 1staudiovisual wrote: > Hello Jeff, > Question, Is APIlity support for v2009 sandbox? > I already try this choice, but it is not work. So I not sure that, it > is my fault or not. > Because it has not any message from server(I already set debug ini to > be yes). > > For my code the sample code, I attach xml > > > http://tempuri.org"; xmlns:soap- > enc="http://schemas.xmlsoap.org/soap/encoding/"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xmlns:xsd="http://www.w3.org/2001/ > XMLSchema" xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/";> > > https://adwords.google.com/api/adwords/cm/ > v200902"> > DQAAAHkAAaDhJBbcXiu01T3KHojXUFkHuhevk11hQu5Aqh8BQ- > kzdCjlYmD3zLTfiJ1qHbPAaS0MP7iBC_FrTO9xa9p6FKI4NZ3jCI- > vl2ehZcmmHoFBA_t4guLyIg9Bs_YL_edsdnLLOGTJ5n2PvrKmoQY4gfb0vjItGLn0qN- > qHJ_uxMK98Q > gbase1staudiovis...@gmail.com > > > > https://adwords.google.com/api/adwords/cm/v200902";> > > ADD > > Sample Campaign > ACTIVE > > > DAILY > > USD > 5000 > > STANDARD > > > > > > > HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 Transfer- > Encoding: chunked Date: Thu, 11 Jun 2009 06:52:47 GMT Expires: Thu, 11 > Jun 2009 06:52:47 GMT Cache-Control: private, max-age=0 X-Content-Type- > Options: nosniff Server: GFE/2.0 > http://schemas.xmlsoap.org/soap/envelope/";> > > > soap:Server > [RangeError.TOO_LOW @ operations[0].operand.budget.amount] > > > > > > > Fault: 1 Code: soap:Server String: [RangeError.TOO_LOW @ operations > [0].operand.budget.amount] Detail: > > > > I try to find any option to attach file, but not found. Sorry for this > very long text. > Thank you for your kindness > > On Jun 11, 12:59 am, AdWords API Advisor > > > > wrote: > > 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 code then we can debug > > that if you turn debugging on ($debug = 1;) and post the request and > > response SOAP XML messages that your code is sending and receiving. Be > > sure to X out your password and token information before posting. > > > Cheers, > > -Jeff Posnick, AdWords API Team > > > On Jun 10, 4:21 am, "gbase1staudiovis...@gmail.com" > > > wrote: > > > I am a new adword user. I get the code > > > fromhttp://code.google.com/p/adwords-api-php-samples/source/browse/trunk/ > > > > 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 get "Fault occurred while > > > processing" message and it has not any more detail. > > > > Thk 4 any help >< --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: put client id in clientEmails field
Hello Dyutiman, Yes, as far as I know only the login email addresses are supported as values for the "clientEmails" parameter in a report definition. If you don't have access to the email addresses, you could always try running a full cross-client report against all the clients under your MCC and just ignoring the data that isn't relevant to you--you should be able to request the ExternalCustomerId field in your report so that you can easily filter out the results based on the list of customer ids you care about. Cheers, -Jeff Posnick, AdWords API Team On Jun 11, 6:37 am, dyutiman wrote: > Hi, > I have MCC account API authentication details by which I want to > download keyword report for individual accounts. But for those > accounts I have their Customer ID not the email. > When I am putting the Customer ID in clientEmails field I am getting > following error "Either this object does not exist, or this user does > not have permission to access it." > > I am sure that the customer id provided by me is perfect so the object > exists. So only thing is that the user does not have permission to > access it. > > Anybody has succeeded putting the customer id in report object and > getting the report. please help. > > thanks --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Hi , how to get developer token from sandbox tesing
Hi, I want 2 know How to get developer token for sandbox tesing. Actuly I signup Adwards Account with out billing info , I didn't get any developer token , Can u any one help me... --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Getting "changes made concurrently by another agent" errors recently 2
Hello, We are currently running an application with the version 1.3 of the Google API and we sometimes get the "changes made concurrently by another agent" error consistently with a set of data. The problem happens when creating all the entities for the first time. We are certain that no updates are being made through Adwords Editor nor the website. We are not running in a multi-threaded environment. Does anyone have any idea why this might be? Thanks in advanced. --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API The specified account has been blocked due to excessive failed logins
Hi! I wanted to ask you about an error I'm having, exactly this one: Error: com.google.api.adwords.v13.AccountException: The specified account has been blocked due to excessive failed logins. ---> System.Web.Services.Protocols.SoapException: The specified account has been blocked due to excessive failed logins. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse (SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at com.google.api.adwords.v13.ApiService.MakeApiCall(String methodName, Object[] parameters) --- End of inner exception stack trace --- at com.google.api.adwords.v13.ApiService.MakeApiCall(String methodName, Object[] parameters) at com.google.api.adwords.v13.ApiService.Invoke (String methodName, Object[] parameters) at com.google.api.adwords.v13.KeywordToolService.getKeywordVariations (SeedKeyword[] seedKeywords, Boolean useSynonyms, String[] languages, String[] countries) The environment is a ASP.NET 2.0 web site, using the google-api-dot net provided here: http://code.google.com/p/google-api-adwords-dotnet/ This error happens eventually, I don't know which of these 3 options could be: 1) A problem with the server at google 2) I'm using a developer token and an app token provided by a third party company, but the email and password credentials required on the headers when calling the service are from my email not the one related directly with the tokens 3) A communication problem between the api and the service wich can send truncated data and might cause sending truncated credentials Can anyone help me? I'm really lost with this error. Thanks a lot! P.D: I'm not using sandbox. --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: Hi , how to get developer token from sandbox tesing
Hello, You don't need to sign up for anything other than a Google Account (e.g. a Gmail account) in order to use the AdWords API Sandbox. There's information on accessing the Sandbox, including a description of what values to use for your request headers, at http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html Cheers, -Jeff Posnick, AdWords API Team On Jun 11, 6:14 am, "vasuand...@gmail.com" wrote: > Hi, > > I want 2 know How to get developer token for sandbox tesing. > Actuly I signup Adwards Account with out billing info , I didn't get > any developer token , > Can u any one help me... --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Difference between AdGroupMaxContentCpc and MaxContentCPC in Keyword Structure report
Hi, I'm curious what the difference is between AdGroupMaxContentCpc and MaxContentCPC in a Structure report aggrecated by Keyword. So far these values seem to be identical and I'd like to determine under what circumstance they would differ? The values (identical) I'm getting back so far are likely from KeywordContentMaxCpc on the AdGroup object. Will MaxContentCPC perhaps only differ if "automatic placements" is set to "auto"? Thanks in advance Hans --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: The specified account has been blocked due to excessive failed logins
Hello, That error occurs when you attempt to use a password that is not valid for your given login email. Please make sure that you have the correct email/password combination entered in to your application's requests. Once you receive that error, the recommended course of action is to visit https://www.google.com/accounts/displayunlockcaptcha to unlock your account. Cheers, -Jeff Posnick, AdWords API Team On Jun 11, 11:58 am, PSA Test wrote: > Hi! I wanted to ask you about an error I'm having, exactly this one: > > Error: com.google.api.adwords.v13.AccountException: The specified > account has been blocked due to excessive failed logins. ---> > System.Web.Services.Protocols.SoapException: The specified account has > been blocked due to excessive failed logins. at > System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse > (SoapClientMessage message, WebResponse response, Stream > responseStream, Boolean asyncCall) at > System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String > methodName, Object[] parameters) at > com.google.api.adwords.v13.ApiService.MakeApiCall(String methodName, > Object[] parameters) --- End of inner exception stack trace --- at > com.google.api.adwords.v13.ApiService.MakeApiCall(String methodName, > Object[] parameters) at com.google.api.adwords.v13.ApiService.Invoke > (String methodName, Object[] parameters) at > com.google.api.adwords.v13.KeywordToolService.getKeywordVariations > (SeedKeyword[] seedKeywords, Boolean useSynonyms, String[] languages, > String[] countries) > > The environment is a ASP.NET 2.0 web site, using the google-api-dot > net provided here: > > http://code.google.com/p/google-api-adwords-dotnet/ > > This error happens eventually, I don't know which of these 3 options > could be: > > 1) A problem with the server at google > 2) I'm using a developer token and an app token provided by a third > party company, but the email and password credentials required on the > headers when calling the service are from my email not the one related > directly with the tokens > 3) A communication problem between the api and the service wich can > send truncated data and might cause sending truncated credentials > > Can anyone help me? I'm really lost with this error. > > Thanks a lot! > > P.D: I'm not using sandbox. --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: Getting "changes made concurrently by another agent" errors recently 2
Hello Gus, That's not an error you'd normally expect if you're sure you're not running multiple processes or threads, or using the AdWords web interface or AdWords Editor at the same time. Could you turn on logging for the SOAP messages you're receiving, and pass along the value you find in the "requestId" SOAP response header when you get that message? Cheers, -Jeff Posnick, AdWords API Team On Jun 11, 1:11 pm, Gus wrote: > Hello, > > We are currently running an application with the version 1.3 of the > Google API and we sometimes get the "changes made concurrently by > another agent" error consistently with a set of data. The problem > happens when creating all the entities for the first time. > > We are certain that no updates are being made through Adwords Editor > nor the website. > > We are not running in a multi-threaded environment. > > Does anyone have any idea why this might be? > > Thanks in advanced. --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: ssl broken pipe | connection reset by peer
Hello All, I wanted to provide an update today, as we've heard word from several developers that some of their HTTPS connections are still being closed prematurely or are otherwise unsuccessful. Our internal engineering team has not yet been able to track down a root cause in our logs based on the IP and timestamp information that we have. In the process of this investigation, they have identified a few of our backend servers that are experiencing issues that, while they are probably not the source of this issue, could have a negative effect on the response times for a subset of AdWords API requests. But, to reiterate, we're still actively trying to find the root cause of the specific issues reported here. Cheers, -Jeff Posnick, AdWords API Team On Jun 10, 10:43 am, AdWords API Advisor wrote: > 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 this thread as I hear more. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jun 9, 4:46 pm, Maxim wrote: > > > > > The SSL handshake problem appeared to have been fixed in the evening > > yesterday, but just started again. --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API CPC, CPM, Cost Formatting
I am new to the google api reporting service. I completed writing a java application that generates a report, downloads the xml and parses it. I am noticing that some of the values are off, such as the cpc, cpm, cost, maxCpc.. -- it seems that google appends 4 trailing for example: cpc="25" cpm="25000" cost="25" Is there any documentation regarding the way google formats the response data? Thanks Jeffrey --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---
AdWords API Re: CPC, CPM, Cost Formatting
Hi, You should take a look at this page http://code.google.com/apis/adwords/docs/developer/adwords_api_services.html Here is an extract: Monetary Units Throughout the AdWords API, money values are always specified in terms of micros, which are millionths of the fundamental currency unit. The data type for micros is a 64-bit long. For US dollars, $1 is 1,000,000 micros. Note that bids are restricted to billable units; in US dollars, all bids must be multiples of 1 micros (one cent). --~--~-~--~~~---~--~~ 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 from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~--~~~~--~~--~--~---