Re: Error creating campaign when account limit reached

2015-11-12 Thread Anthony Madrigal
Hi Albert, That seems like odd behavior that you were able to create a campaign even though you reached your limit. Could you please *reply privately to author *your SOAP request and response that created this campaign? Thanks, Anthony AdWords API Team -- --

Re: Error "Array to string conversion.." with PHP

2015-11-12 Thread Anthony Madrigal
Hi, Could also provide me with your inputs, so that I could see whether one of your array elements is malformed or the PHP library has a bug? Thanks again, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error creating campaign when account limit reached

2015-11-12 Thread jefferson
Hello Albert Morcillo I can confirm sometimes we can add more than 10.000 campaigns in a single account. Im working in a test account and sometimes I was able to add around 50.000 campaigns into a single account whithout any complains from the API side. Sometimes I receive account limit

Re: Error during product partition creation

2015-11-11 Thread Josh Radcliff (AdWords API Team)
Hi Peter, Using that request ID, I found some information on our side that indicates that there may have been an unexpected duplication of this request. I'm following up with the service owners to see what happened here, and will let you know as soon as I hear back from them. Thanks, Josh,

Re: Error trying to get all client customer id's for a manager account in java

2015-11-11 Thread Umesh Dengale
Hello, Could you provide the dependencies from pom.xml and library version you are using (e.g. v201506 or v201509 etc.)? Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Error during product partition creation

2015-11-10 Thread peter . rietzler
Hi No, I can't see any logs in our system despite the fact that the request has failed - but those logs were logged a few minutes later because further request were logged aggregated by our application. The first example (PRODUCT_PARTITION_ALREADY_EXISTS from 30.10.2015) that I've posted to

Re: Error during product partition creation

2015-11-03 Thread peter . rietzler
i Josh Our app definitely mutates trees in parallel - but it never mutates trees in parallel belonging to the same campaigns. The requests that I sent before were reproduced in a single-threaded sandbox. The requests you mention are requests that our app tries to send once a day exactly

Re: Error during product partition creation

2015-11-03 Thread peter . rietzler
Hi Josh These are really wild assumptions, but for me it looks like that I can see the same problem with other requests regarding shopping ad group criterions too. I've got another case that looks pretty similar to me (though I cannot prove this since I do not have SOAP logs for this). But

Re: Error during product partition creation

2015-11-03 Thread Josh Radcliff (AdWords API Team)
Hi, I took a look at the requests coming from your developer token, and I see REMOVE mutate requests coming in for that ad group's criteria at the following times: ViennaTime : 2015-10-30 06:05:40 Successful : True ViennaTime : 2015-10-30 06:06:04 Successful : False In the user interface, I

Re: Error during product partition creation

2015-11-02 Thread Josh Radcliff (AdWords API Team)
Hi Peter, Are you running multiple threads that are mutating the trees in question? I ask because I looked at two of your requests from today that failed with PRODUCT_PARTITION_ALREADY_EXISTS followed by PRODUCT_PARTITION_DOES_NOT_EXIST, and in both cases the partition in question *does*

Re: Error during product partition creation

2015-11-01 Thread peter . rietzler
Hi Josh Could the usage of not using distinct temporary IDs cause this problem ? As stated above, 99% of my requests succeed (and we've actually sent millions of them until now). The tree is correct for our purposes. It will be changed by other requests later on. The problem doesn't seem to

Re: Error during product partition creation

2015-10-30 Thread peter . rietzler
It looks like that we have the same problem. We create a brand new AdGroup, then send the following request: https://adwords.google.com/api/adwords/cm/v201506;> ADD https://adwords.google.com/api/adwords/cm/v201506;

Re: Error during product partition creation

2015-10-30 Thread Josh Radcliff (AdWords API Team)
Hi, I noticed that your request is operating on two ad groups but you are reusing the same temporary ID for both. I would recommend using distinct temporary IDs for distinct *Biddable/NegativeAdGroupCriterion* within a single request. Also, in each case you are constructing what looks like an

Re: Error during product partition creation

2015-10-06 Thread pushpendra jaiswal
Thanks for your response . If my account don't have any active/paused campaign, in the case the code works and if account already have a active/paused campaign then doesn't work . On Tuesday, October 6, 2015 at 12:39:55 AM UTC+5:30, Anthony Madrigal wrote: > > Hi, > > You said that sometimes

Re: Error during product partition creation

2015-10-06 Thread Anthony Madrigal
Hi, Since you are using the AdGroupCriterionService, do you mean AdGroup instead of campaign? Could you please send me both your SOAP request and response for the successful and failed operations through *Reply privately to author*? This will help me see why it is working for one and not the

Re: Error during product partition creation

2015-10-05 Thread Anthony Madrigal
Hi, You said that sometimes this code works for you. In what instances does it work? Could you also provide me through *Reply privately to author *your SOAP request and response where you are getting these errors? Thanks, Anthony AdWords API Team -- --

Re: error - Mutatejobservice

2015-09-24 Thread srkeshav
Thanks Umesh. I created a a job for every 1000 keywords i want to update and got the result for each job instead of creating a job for each keyword. On Friday, September 18, 2015 at 3:56:18 PM UTC-5, Umesh Dengale wrote: > > Hi Sri, > > You are getting the *CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB*

Re: Error: Got 400 response in google-adwords npm (nodejs)

2015-09-24 Thread Anthony Madrigal
Hi, I could further investigate why you are getting this error. To do so, could you please *reply privately to author* your SOAP XML request and response? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error: Got 400 response in google-adwords npm (nodejs)

2015-09-24 Thread Anthony Madrigal
Hello, Please disregard my last response. A colleague pointed out that since this is a report request, there is no SOAP request and response. Please instead look at your HTTP response for the 400 code. The text should contain more details on why this error is occurring. Regards, Anthony

Re: error - Mutatejobservice

2015-09-24 Thread Umesh Dengale
Hi Sri, I am glad that you are able to update the keywords in bulk. Let us know if you need help with any other issues. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: error - Mutatejobservice

2015-09-18 Thread Umesh Dengale
Hi Sri, You are getting the *CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB* error because you are passing more than one job id. For the MutateJobService.getResult () operation, it is recommended to submit only

Re: Error in pulling adwords reports in a code that was working properly till Sep 03, 2015

2015-09-04 Thread Anthony Madrigal
Hi, This is an issue with the AdWords API. We are currently in the process of getting a solution for this. Once this is resolved, I will let you know. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error in pulling adwords reports in a code that was working properly till Sep 03, 2015

2015-09-04 Thread Anthony Madrigal
Hello, The issue seems to be resolved. Please let me know if you are still facing any errors regarding this. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: error AuthorizationError.USER_PERMISSION_DENIED in get report

2015-08-05 Thread Umesh Dengale
Hello, Could you provide SOAP request and response logs? Just click Reply privately to author in the forum when responding. Don't forget to remove the developer token in the output. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-24 Thread William Perrello
umesh - my info tells me that this change should not be necessary until the demise of the 201409 API which is supposed to be supported till next tuesday. Did it get demised early? On Tuesday, July 14, 2015 at 2:11:26 PM UTC-4, Umesh Dengale wrote: Hello, Please use

Re: Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-24 Thread Umesh Dengale
Hello, The sunset date https://developers.google.com/adwords/api/docs/sunset-dates for v201409 is 07/28/2015. Above mentioned changes(Final URL) are applicable to V201409. Please check out the AdTextAds

Re: Error while trying to add a LogicalUserList

2015-07-20 Thread Josh Radcliff (AdWords API Team)
Hi Damien, I think the issue here is your ruleOperands https://developers.google.com/adwords/api/docs/reference/v201506/AdwordsUserListService.UserListLogicalRule#ruleOperands. This attribute should be a list of LogicalUserListOperand

Re: Error while trying to add a LogicalUserList

2015-07-20 Thread Damien
Hi Josh, Thank you very much, this solved my problem and I've been able to successfully create my LogicalUserList. Damien On Monday, July 20, 2015 at 10:24:21 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: Hi Damien, I think the issue here is your ruleOperands

Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi Damien, In the past, I've seen this error when the SOAP XML was malformed. Could you post your request XML with sensitive information removed (such as your developer token) so I can check it? Thanks, Josh, AdWords API Team On Thursday, July 16, 2015 at 8:56:54 AM UTC-4, Damien wrote: Hi,

Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Damien
Hi Josh, Here is the Python logger output, you can find the XML request below (all sensitive information replaced by [removed]): DEBUG:suds.transport.http:opening (https: //adwords.google.com/api/adwords/rm/v201502/AdwordsUserListService?wsdl) DEBUG:suds.transport.http:sending: URL: https:

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
Also thank you for verifying the errors. I saw the common errors page, but I wasn't completely sure. But still, knowing this, what is wrong with the set up I specified above? The last error I had was the USER_PERMISSION_DENIED. You are saying my OAuth credentials don't match my

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
I am confused as to your last line where you said Next, set clientCustomerId to the target non-MCC account. This account needs to be either under prod or test MCC (make sure it matches to what you've authorized with). You said to set the client_customer_id to a non-MCC account, but that

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
You can ignore my previous posts. I think what I got mixed up in was that MCC and my Adwords Advertising account were the same thing. I realize that my client_customer_id probably should be the id in my Adwords Advertising account. I am able to generate Keyword Performance reports sometimes.

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
Hi, I finally got everything working. Thanks Danial to pointing me to the right path. On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote: So I downloaded the sample rails app here: https://developers.google.com/adwords/api/docs/clientlibraries I got it running, but when I

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Danial Klimkin
Hello Jeffrey, Let's go over every error you've encountered: AuthenticationError.NOT_ADS_USER means you've authorized with a non-AdWords account. E.g. your private gmail account that don't have AdWords account created. ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH means you are

Re: Error when applying for an API token

2015-07-15 Thread Anthony Madrigal
Hey Stelios, You could contact the AdWords API Compliance Team https://services.google.com/fb/forms/apicontact/ in regards to this issue. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
Ignore my last post, I got that figured out. But I am still running into my initial problem with the List Account link On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote: So I downloaded the sample rails app here: https://developers.google.com/adwords/api/docs/clientlibraries

Re: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
Update: I try to play around with the API again this morning. I have no idea what has changed, but I can't even start up the server now. While trying to fix my initial bug, I wanted to do a fresh start. So I logged out on the app and now I get a NoMethodError - undefined method `[]=' for

Re: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
As an update, it turns out that maybe what I want isn't in the List Accounts link. I am trying to get the Retrieve a Report page to work. When I click the get report button, I get this error now: An error occurred during report retrieval: HTTP code: 400, error type:

Re: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
I realize that for this sample Rails app, when I click Proceed at the home page, it asks me to login with my Gmail account. I know this will sound silly, but I thought the account doesn't matter. It turns out when I logged in with a Gmail account that has a production MCC account, the error

Re: Error during creation of ads - CANNOT_SET_FIELD - URL - V201502

2015-07-14 Thread Umesh Dengale
Hello, Please use textAd.*setFinalUrls()* method instead of textAd.setUrl(). Check out our AdTextAds https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddTextAds.java example in the Java client library.

Re: Error: Processing instructions are not allowed within SOAP messages

2015-07-06 Thread Josh Radcliff (AdWords API Team)
Hi, Do you have any further details from the error, such as the raw SOAP messages that lead to this error? The exception means that parsing of the response failed, which is rather odd. Thanks, Josh, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Error: Processing instructions are not allowed within SOAP messages

2015-07-02 Thread peter . rietzler
Hi Josh We do follow the threading guidelines. I've just checked that we had 44 occurrences of this error within the last 7 days. The error is not account specific. If the error occurs, then a retry typically succeeds (there is some time between retries on our side - usually up to 20

Re: Error: Processing instructions are not allowed within SOAP messages

2015-06-29 Thread Josh Radcliff (AdWords API Team)
Hi, Are you following the guidelines mentioned in the Thread safety page for the Java client library? https://github.com/googleads/googleads-java-lib/wiki/Thread-Safety In particular, please make sure that you are not reusing instances of *AdWordsSession* across threads. Thanks, Josh,

Re: Error creating accounts in sub manager accounts

2015-06-03 Thread Danial Klimkin
Hello Emiliano, The account 5435475134 is not a sub-account of account 1893844881, so if you are using the same credentials, the request is expected to fail. Please make sure the login you are authorized with has administrative access to the MCC you specify in clientCustomerId field.

Re: Error creating accounts in sub manager accounts

2015-06-03 Thread Emiliano Martinez
Danial, Thank you very much! We were mixing ids from production and test! Next time im going to be checking everything before posting :( Regards Emiliano 2015-06-03 12:53 GMT-03:00 Danial Klimkin adwordsapiadvisor+dan...@google.com: Hello Emiliano, The account 5435475134 is not a

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-29 Thread Pierre Augereau
Good morning Nadine. Once again, thank you a lot for your answers !! Today, it seems to work fine again. But, I turned off all access from the API yesterday all day long. I do not know if it is a coincidence or the good thing to do... Some requests succeed if I try again. But, the number of

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-29 Thread Nadine Sundquist (AdWords API Team)
Hi Pierre, If you are not getting back a request ID, this means that the failed requests are not making it to our servers. In that case, I can't troubleshoot from our side. You may need to sit down with a network administrator to trace the failed requests. Best, Nadine, AdWords API Team On

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-27 Thread Pierre Augereau
Good morning Nadine and everyone !!! Since Yesterday, I get the same issues as previously wrote. I still do not understand what is happening. I did not have change anything in the code, server or network. I have tried to update my code as in the post gave by Nadine. Unfortunately, that did not

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-27 Thread Pierre Augereau
Little Update !! I get a new error : - Error finding uri property (I did not find anything about this one in this forum) If I follow the calls, usually, it starts with : 1 -- SOAP-ERROR: Parsing WSDL: Couldn't load from

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-27 Thread Nadine Sundquist (AdWords API Team)
Hi Pierre, I don't believe that you are having rate limit https://developers.google.com/adwords/api/docs/guides/rate-limits issues because you would be getting an error if you had hit the rate limit. Does the request succeed if you try again? If you're getting back a request ID in your error,

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-08 Thread Pierre Augereau
Good morning Nadine !!! Thank you a lot for your answer. I did not have try those solutions from the post because, every thing seems to work fine again this morning o_O But, I will keep this post preciously !! My network administrator has found out that Google has changed some DNS... Maybe,

Re: Error Bad Gateway (and others) most of time since this morning

2015-05-07 Thread Nadine Sundquist (AdWords API Team)
Hello Pierre, Check out this post https://groups.google.com/d/msg/google-doubleclick-for-publishers-api/K7UQNyllhqU/XRZ2EADXyiIJ to see if the solutions provided there will fix you problem. Thanks, Nadine, AdWords API Team On Thursday, May 7, 2015 at 11:33:02 AM UTC-4, Pierre Augereau wrote:

Re: { error : invalid_request, error_description : Missing required parameter: code}

2015-05-01 Thread Josh Radcliff (AdWords API Team)
Hi, All examples in the PHP libraries (including the *GetRefreshToken.php* example) should be run from the command line. In particular, the *GetRefreshToken* example writes a URL for you to follow to stdout, and then *reads* the authorization code you type in from stdin. Please try running

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2015-03-30 Thread Akhmad Bayquni
Hi, thanks for the response. I've done what you mean, but the same problem comes even as the first step. I've been checking the Use your own OAuth credentials, i was provide OAuth Client ID and OAuth Client Secret where i have. I was fill the input box (the box with the watermark text 'Input

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2015-03-30 Thread Doubt Dolson
It seems there is problem with GetRefreshToken.php (at least with the version we were using). So, Forget about execution of GetRefreshToken.php Instead, go to this URL : https://developers.google.com/oauthplayground/ Click on the SETTINGS icon on top right CHECK mark Use your own OAuth

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2015-03-30 Thread Doubt Dolson
Hi then the issue lies on the client creation specially in setting of redirect_url On Mon, Mar 30, 2015 at 1:01 PM, Akhmad Bayquni akhmad.bayq...@gmail.com wrote: Hi, thanks for the response. I've done what you mean, but the same problem comes even as the first step. I've been

Re: error when i create image ad on group

2015-03-30 Thread Josh Radcliff (AdWords API Team)
Hi, Are you still having trouble with this request? If so, could you post your SOAP request with sensitive information removed? Thanks, Josh, AdWords API Team On Friday, March 27, 2015 at 2:50:40 PM UTC-4, dian...@everstring.com wrote: the errer: suds.WebFault: Server raised fault:

Re: Error: redirect_uri_mismatch and Error: invalid_grant

2015-03-28 Thread Akhmad Bayquni
Can i know what you do in case 1? I have same problem. And it my first time for using Adwords API. I need help. :) Pada Jumat, 10 Januari 2014 19.54.53 UTC+7, Doubt Dolson menulis: Hi, As we were trying to get API access, we did follow the following procedure but with only failure. We

Re: Error on creating CPA campaign

2015-02-17 Thread Michael Cloonan (AdWords API Team)
Hello, This bidding scheme requires that you're recording conversions into your AdWords account before use. For more information on CPA, please see our help center articles on CPA bidding https://support.google.com/adwords/answer/2472713?hl=en and setting up your conversion optimizer

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2014-12-02 Thread Georg Döhring
Hi Josh, thank you for your reply. This does clarify some thinks, thanks. Seems as if we missed about that deprecation. Maybe you should update the API doc https://developers.google.com/adwords/api/docs/reference/v201409/BiddingStrategyService.ManualCpcBiddingScheme as there is the

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2014-12-02 Thread Josh Radcliff (AdWords API Team)
Hi Georg, The BudgetOptimizer bidding strategy was deprecated in v201402 https://developers.google.com/adwords/api/docs/reference/#v201402. Sorry I didn't mention this before -- I forgot about this change. In place of the BudgetOptimizer strategy, use the shared TargetSpend strategy. Good

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2014-12-02 Thread Georg Döhring
Thank you for the anwser! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2014-12-01 Thread Georg Döhring
Here is a request for ManualCpc-Campaign with enhancedCpc enabled. Running the exact same request with enhancedCpc=false works fine. ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2014-12-01 Thread Georg Döhring
Here is a request for ManualCpc-Campaign with enhancedCpc enabled. Running the exact same request with enhancedCpc=false works fine. ?xml version=1.0 encoding=UTF-8? SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/;

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2014-12-01 Thread Josh Radcliff (AdWords API Team)
Hi Georg, There are two separate issues related to your question. 1. Starting with v201402, you can no longer enable enhanced CPC for the manual CPC bidding strategy (see the *Deprecated* section in the v201402 release notes https://developers.google.com/adwords/api/docs/reference/#v201402).

Re: Error Uncaught SoapFault exception: [soap:Server] [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ serviceSelector; trigger:'DELETED']

2014-11-27 Thread Danial Klimkin
Hello, 'DELETED' is now known as 'REMOVED'. Please see the migration guide: https://developers.google.com/adwords/api/docs/guides/migration/v201406 -Danial, AdWords API Team. On Thursday, November 27, 2014 12:31:28 PM UTC+3, mcc.cit...@gmail.com wrote: 2014/11/26 15:49:42 [error]

Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-21 Thread Michael Cloonan (AdWords API Team)
Hello Eric, Are you able to make successful calls to client accounts of that MCC? You could try generating a new refresh token for the MCC you're trying to use, ensuring that you're logged in as that MCC, which may resolve the issue. Maybe the refresh token you're using is from some other

Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-21 Thread eric haberman
Thanks Mike! I actually resolved the issue, the access_token header was not being sent - when I updated the library one of the files was locked and not overwritten, so it was using an older version file to send the request. On Friday, November 21, 2014 8:51:41 AM UTC-6, Michael Cloonan

Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-20 Thread Michael Cloonan (AdWords API Team)
Hello, You shouldn't need to generate a new refresh token to upgrade to a new version of the API. Your existing refresh token should continue to work. As seen on our common errors page https://developers.google.com/adwords/api/docs/common-errors#AuthorizationError.USER_PERMISSION_DENIED,

Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-20 Thread eric haberman
Thanks Mike for the quick response! Sorry for the confusion :/ there is no link between the MCC account authenticated in the request and the client account specified in the headers. Since I'm using my MCC account client ID (not a sub-client account), shouldn't it already be authorized? The

Re: Error: [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']

2014-11-20 Thread eric haberman
Mike it appears that my MCC account cannot access my MCC account :) Or am I missing a step where I need to authorize my MCC client ID with the same accounts developer and refresh tokens? If so, any idea how to go about doing that? Thanks! On Thursday, November 20, 2014 1:25:16 PM UTC-6,

Re: Error thrown while using Adwords API using Test MCC account and developer token generated from production MCC account

2014-11-20 Thread Josh Radcliff (AdWords API Team)
Hi, You may want to check out the discussion on the related closed issue https://github.com/googleads/googleads-java-lib/issues/19 for the Java client library. That NullPointerException means that your request is failing, probably due to missing parameters in your ~/ads.properties file. Are

Re: Error Downloading Account Performance Report

2014-11-05 Thread Josh Radcliff (AdWords API Team)
Hi, The Account Performance Report can only be run for a *single* account, and that account must be an AdWords account, not an MCC. The purpose of this report is to give you a high level view of your account -- it is not for reporting across multiple accounts in a single request. For all API

Re: Error when calling getReportFields

2014-11-01 Thread chris h
Thanks - that did it. I kept interpreting header as HTTP header. Putting it in the SOAP header worked. Still would be nice to eliminate the need for it when getting field metadata. On Friday, October 31, 2014 10:26:55 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, From the

Re: Error when calling getReportFields

2014-10-31 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, From the logs, it looks like you are sending clientCustomerId in the HTTP header. content-type=[text/xml; charset=utf-8] connection=[Keep-Alive] Host=[adwords.google.com] Content-Length=[704] developerToken=[**], Authorization=[Bearer **] clientCustomerId=[] ?xml

Re: Error when calling getReportFields

2014-10-28 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Could you post a request id for a failed request, so I can investigate this further? It is part of the SOAP response header. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, October 27, 2014 8:22:09 PM UTC-4, chris h wrote: Hi Anash, Yes, I did add it to the request

Re: Error when calling getReportFields

2014-10-28 Thread chris h
Hi Anash, Here is the full response: soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader

Re: Error when calling getReportFields

2014-10-27 Thread Сергей Козловский
Look here how get all fields by report name https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201409/reporting/get_report_fields.py and here how correctly authorizing

Re: Error when calling getReportFields

2014-10-27 Thread chris h
Thanks, but I'm not using Python. I need to know what has changed with the protocol handshake that is causing my existing application to stop working. On Monday, October 27, 2014 6:52:11 AM UTC-4, Сергей Козловский wrote: Look here how get all fields by report name

Re: Error when calling getReportFields

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, in v201409, we made client customer id a required field in all the services. We have asked the team to relax this requirement for ReportDefinitionService. Meanwhile, you can work around the issue by setting the clientCustomerId header in the API calls to ReportDefinitionService.

Re: Error when calling getReportFields

2014-10-27 Thread chris h
Hi Anash, I did add the clientCustomerId to the header (was mentioned in my original post) but I still get this error. Does it matter which clientCustomerId is used? On Monday, October 27, 2014 1:26:46 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, in v201409, we made

Re: Error when calling getReportFields

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, ReportDefinitionService is a SOAP service, so clientCustomerId goes in the SOAP RequestHeader header. Cheers, Anash On Monday, October 27, 2014 1:33:57 PM UTC-4, chris h wrote: Hi Anash, I did add the clientCustomerId to the header (was mentioned in my original post) but I still

Re: Error when calling getReportFields

2014-10-27 Thread chris h
Hi Anash, Yes, I did add it to the request header. Can you think of anything else which could be causing it not to work? On Monday, October 27, 2014 2:55:40 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, ReportDefinitionService is a SOAP service, so clientCustomerId goes in

Re: Error 502 (Server Error)!!1

2014-10-22 Thread Danial Klimkin
Hello Rohit, You should always be handling unknown errors. We have a very low ratio of these internal errors but some happen from time to time. If you encounter such an error for a prolonged period of time, please send us the exact request code (XML, HTTP headers) *over email* (reply to

Re: Error 502 (Server Error)!!1

2014-10-22 Thread rohit
Thanks Danial. We will add error handling. On Wednesday, October 22, 2014 3:59:10 AM UTC-5, Danial Klimkin wrote: Hello Rohit, You should always be handling unknown errors. We have a very low ratio of these internal errors but some happen from time to time. If you encounter such an error

Re: Error: invalid_client

2014-10-06 Thread Josh Radcliff (AdWords API Team)
Hi, All code examples are meant to be run from the command line. Please try that and post back if you still encounter errors. Thanks, Josh, AdWords API Team On Sunday, October 5, 2014 12:01:05 PM UTC-4, Ivan Gurin wrote: https://www.google.com/ *GetRefreshToken.php* *responce browser:*

Re: Error: Invalid_client No Application Name while running GetRefreshToken.php

2014-09-24 Thread Sage Lewis
Did you add a Product Name in the Consent screen of Google Developers Console? I got that error too until I added a Product Name. On Tuesday, September 23, 2014 8:51:40 AM UTC-4, Kiran Kumar wrote: Hi, I have entered all the credentials in auth.ini file except refresh token.When I run

Re: Error: Invalid_client No Application Name while running GetRefreshToken.php

2014-09-23 Thread Josh Radcliff (AdWords API Team)
Hi, It sounds like you may not have put the proper value in the *client_id* or *client_secret* entries in your auth.ini file. Please take a look at the PHP library's OAuth 2.0 guide https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0 and let me know if that doesn't resolve the

Re: Error in .Net App.config / Web.config documentation ...

2014-09-16 Thread Ray Tsang (AdWords API Team)
Hi, The documentation beneath the code example has additional explanation around the node name depends on the API for which you are specifying. I'll file a github issue to clarify that page. Thanks! Ray On Tuesday, September 16, 2014 12:17:57 PM UTC-4, BDCoder wrote: On Page:

Re: Error in .Net App.config / Web.config documentation ...

2014-09-16 Thread Ray Tsang (AdWords API Team)
A GitHub issue is created. https://github.com/googleads/googleads-dotnet-lib/issues/25 Please feel free to collaborate there for this issue. Thanks! Ray On Tuesday, September 16, 2014 2:11:12 PM UTC-4, Ray Tsang (AdWords API Team) wrote: Hi, The documentation beneath the code example has

Re: Error when adding CampaignCriterion (ProductSalesChannel) to Shopping Campaign

2014-09-04 Thread Josh Radcliff (AdWords API Team)
Hi, At the moment, filtering by *ProductSalesChannel* in the API is only supported for the US. As an alternative, you could set up a ProductScope https://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService.ProductScope that uses other attributes of your products

Re: Error and adwords Service not found

2014-09-02 Thread Cesar D.
We had a lot of those XML_STREAM_EXC errors, it was yesterday though. On Monday, September 1, 2014 4:59:06 PM UTC+2, kamil.gr...@gmail.com wrote: Hi, we have the same problem here. Were using v201406. Various services randomly returns 'XML_STREAM_EXC'. The problem starts today at 9:21

Re: Error and adwords Service not found

2014-09-02 Thread googlereseller
same here, about every 10th request fails: curl -s -i https://adwords.google.com/api/adwords/cm/v201406/CampaignService?wsdl | more HTTP/1.1 404 Not Found Content-Type: text/html; charset=UTF-8 Cache-Control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: Fri, 01 Jan

Re: Error and adwords Service not found

2014-09-02 Thread Tomas Rimkus
Exactly the same problem here with v201406. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Error and adwords Service not found

2014-09-02 Thread Josh Radcliff (AdWords API Team)
Hi, Please see our post https://groups.google.com/d/msg/adwords-api/0iNXiDL1iP4/5Z0MSG-IpdUJ regarding this issue. Best regards, Josh, AdWords API Team On Tuesday, September 2, 2014 7:40:40 AM UTC-4, Cesar D. wrote: We had a lot of those XML_STREAM_EXC errors, it was yesterday though.

Re: Error and adwords Service not found

2014-09-01 Thread Florian Lherbette
Hi everyone, We have the same problem here, and I was about to report it as well, Starting 09:22 AM UTC today downloading the service definition randomly fails, for various services. I am using version v201402 of the API as well ; I did not have the opportunity to check if the issue affect

Re: Error and adwords Service not found

2014-09-01 Thread u_api_user
Hi everyone, we have the same problem since 11:20 MET. We are using v201402. It concerns many services. It seems to be general issue. Thanks for your efforts to find the reason. Best regards. Am Montag, 1. September 2014 14:17:44 UTC+2 schrieb Florian Lherbette: Hi everyone, We have the

Re: Error and adwords Service not found

2014-09-01 Thread Emin Aydan
Uncaught SoapFault exception: [soap:Client] XML_STREAM_EXC in /.../Api/Ads/ Common/Lib/AdsSoapClient.php:231 Stack trace: #0 I keep getting the error. 1 Eylül 2014 Pazartesi 14:47:25 UTC+3 tarihinde Emin Aydan yazdı: Hi everyone, Error: Fatal error: Uncaught SoapFault exception: [WSDL]

Re: Error and adwords Service not found

2014-09-01 Thread Giles Bodger
Yup - ditto for us too - we have the same issue Root exception: System.Web.Services.Protocols.SoapHeaderException Root reason: XML_STREAM_EXC accros pretty much all the service calls - although some accounts are able to make the web service calls successfuly, so appears intermittent, BUT is

<    3   4   5   6   7   8   9   10   11   12   >