Re: Error when migrating from version 201702 to 201705

2017-07-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jeszi, In migrating to the latest version, could you confirm if you followed the migration guide and if you double checked if you have imported the appropriate libraries/classes into your code? Additionally, since

Re: Error while updating pirceUnit in a price extension

2017-07-04 Thread Paco Hobi
Hi Peter, It was correct what you suggested by private response. For anyone else that finds this post, the problem was that the language field was missing. https://developers.google.com/adwords/api/docs/reference/v201705/CustomerExtensionSettingService.PriceFeedItem#language Regards, Paco On

Re: Error while updating pirceUnit in a price extension

2017-07-04 Thread 'Peter Oliquino' via AdWords API Forum
Hi Paco, To better investigate the issue, please send to me the SOAP request and response via *Reply privately to author*. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error while creating conversion tracker - DOMAIN_EXCEPTION

2017-06-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you confirm if you also encounter errors while using other conversion page language options other than "nb" and "he" or is it isolated only for these values? If the issue persists while using other language codes, please send to me the generated SOAP request and response logs and you

Re: Error running the Account Anomaly Detector Script

2017-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, On this forum, we address technical questions related to AdWords API. Since your query is related to AdWords Scripts, I suggest that you post it in the AdWords Scripts Forum . Regards, Shwetha, AdWords API Team. -- --

Re: Error 502. Invalid gateway

2017-05-10 Thread Spain Api
Hi, The error was when I was executing the placement performance report, and this doesn't always happen. If I getting other 502, I'll try to capture the message and the stacktrace for you. Regards. El martes, 9 de mayo de 2017, 10:31:42 (UTC+2), Ivan Bautista escribió: > > Hi, > > To help us

Re: Error 502. Invalid gateway

2017-05-09 Thread 'Ivan Bautista' via AdWords API Forum
Hi, To help us investigate further, could you specify from which particular AdWords API service or report type did you encounter the error 502? If the error was captured when executing an AdWords API service, then could you

Re: Error and its impact on getting Standard Access level

2017-03-29 Thread lai yoke hman
Hi, I apologize, i will rephrase again to make it even clearer, we are concerned that if the bad requests we make in our operation, may become negative factor during future audit when we want to upgrade to standard access sometime in the future On Wednesday, 29 March 2017 17:31:46 UTC+8, lai

Re: Error and its impact on getting Standard Access level

2017-03-29 Thread lai yoke hman
Let me explain a little bit more, We are concerned about whether we can get upgrade to Standard Access even if our operation usage contains bad request as well. On Wednesday, 29 March 2017 17:09:21 UTC+8, Peter Oliquino wrote: > > Hi Iai, > > The error mentioned in the forum does not

Re: Error and its impact on getting Standard Access level

2017-03-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi Iai, The error mentioned in the forum does not necessarily require an entity to upgrade from basic access to standard access. Upgrading to standard access is considered when an entity is projected to or is currently already reaching the limits of a basic access level. For more information

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-28 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arjun, You may see a USER_PERMISSION_DENIED error if there is no link between the manager account (authenticated via OAuth credentials) and the client AdWords account (specified in the

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-28 Thread Arjun Rajkumar
Hi Vishal, This works fine from the console. But via the Rails app when I require the adwords_api file in the login controller, I am getting the same error I got before in console. 'Cannot load such a file'. Any idea how I could fix this in the Rails app? Thanks Arjun On Tuesday, March

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-27 Thread Arjun Rajkumar
Hi Vishal, Thanks. This works now after I moved the file to the home directory. Still not able to make an API call. Tried testing via console by running Getting this error - rrors: Error [1]: field_path: trigger: error_string: AuthorizationError.USER_PERMISSION_DENIED

Re: Error while running 'ruby setup_oauth2.rb' while setting up the client library

2017-03-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Arjun, That is correct. The adwords_api.yml file needs to be available in the home directory of the user (i.e. Users/arjunrajkumar1 in your case). Could you please copy the file in your home directory and see if that works?

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2017-03-20 Thread 'Ivan Bautista' via AdWords API Forum
Hi VJ, Being that this thread is almost a year old, could you open a new thread instead and from there we could continue with our investigation? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2017-03-19 Thread vj
HI Bill, I am getting same error while adding multiple sitelinks to campaign. Could you please help me how to resolve this error? Thanks, VJ. On Saturday, May 14, 2016 at 12:16:13 AM UTC+5:30, Bill wrote: > > I'm marking this as answered because I just discovered the mistake on my > end that

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, In this case, please send your clientCustomerId, SOAP request and response and also the batch job ids when you encountered this error so we can further investigate. Please also reply using *Reply privately to author* for the requested information. Best regards, Peter AdWords API Team --

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio
Hey, Yes I use BatchJobService but I only updating keyword bid value, so my campaigns is already created and ad group and keywords also. Does this help for me (for performance also) if one batch of operations will be from one campaign ? or for example for 10 campaigns but ordered by

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread 'Peter Oliquino' via AdWords API Forum
Hi, To help us narrow down the root cause of the EntityNotFound.INVALID_ID error, could you provide us the SOAP request and response when you encountered the error? Please reply privately when sending the

Re: Error Ad Group Does not exist, but it exist.

2017-03-10 Thread ZoreMio
Is this possible if I send 10k operations and one of them fails, then all operations will be rejected ? 2017 m. kovas 10 d., penktadienis 10:08:20 UTC+2, ZoreMio rašė: > > > Hello, > > I uploading bids to keywords and for some requests I have got an error: > > EntityNotFound.INVALID_ID >

Re: Error "Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found"

2017-01-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Sarvagya, Were you able to follow these steps to install the client library? Also, did you use Composer for this purpose? Composer helps download dependencies which are required within your project.

Re: error UNEXPECTED_INTERNAL_API_ERROR while fetching account activity data

2017-01-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Pallavi, Could you please send me the SOAP XML request & response logs for the API call that returned the UNEXPECTED_INTERNAL_API_ERROR? Regards, Vishal Vinayak, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error removing ShareSet

2016-11-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Ian, SharedSetService returns only *referenceCount* in the specified client customer ID only. Your manager account (223-833-0176) has shared the negative keyword list to the client customer ID 610-370-7004 and 558-733-1832 as well. Could you please check those two accounts and remove the

Re: Error removing ShareSet

2016-11-16 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ian, Could you provide the SOAP XML request and response logs for these operations? The response from SharedCriterionService and CampaignSharedSetService

Re: Error when updating status on existing ad

2016-10-25 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Mikkel, Could you retry the request by creating new AdGroupAd objects rather than changing the status of the ad objects returned in the response? If you include attributes other than the status in the AdGroupAdOperation, you'll encounter AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR

Re: Error in setting up client library

2016-10-21 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Bhavya, Looks like this issue is related to the setup of the perl library in your local environment. Could you please open a new issue in the Github repository of the AdWords API Perl client library? Regards, Vishal, AdWords API

Re: error when update from v201603 to v201609

2016-10-20 Thread 'Joyce Lava' via AdWords API Forum
Hi Hoang, Could you please send only to me (*reply privately to author*) the complete SOAP request and response when getting this error? Also, could you confirm if the error happens using the example code

Re: Error: EntityCountLimitExceeded.ACCOUNT_LIMIT

2016-10-04 Thread Biniam Asnake
The cause of the error is the limit has passed for number of keywords in an account. http://www.w3.org/2001/XMLSchema-instance; xsi:type="EntityCountLimitExceeded"> operations[1] EntityCountLimitExceeded.ACCOUNT_LIMIT

Re: "error": "unauthorized_client", "error_description": "Unauthorized"

2016-10-03 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Were you able to follow these steps to generate your refresh token? Please ensure you are using the correct client ID in your properties file. One thing to note

Re: Error: Missing report definition

2016-09-13 Thread Pierre Rudolfsson
Hi Josh, Thank you very much, that did the trick! At least I now get an authentication error suggesting that the structure of the query is correct. //Pierre On Friday, September 9, 2016 at 3:55:32 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Pierre, > > I'm not sure if this will

Re: error comes when updating final ur lUrlError.DESTINATION_URL_DEPRECATED @

2016-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Caarif, My apologies for the delay. The DESTINATION_URL_DEPRECATED error occurs when the destinationUrl is being set, unfortunately however, this field has

Re: Error: Missing report definition

2016-09-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Pierre, I'm not sure if this will work, but maybe try setting *contentType* application/x-www-form-urlencoded? Thanks, Josh, AdWords API Team On Friday, September 9, 2016 at 5:05:04 AM UTC-4, Pierre Rudolfsson wrote: > > Hi Josh, > > Thank you for your quick feedback. Sorry, I was not

Re: Error: Missing report definition

2016-09-09 Thread Pierre Rudolfsson
Hi Josh, Thank you for your quick feedback. Sorry, I was not providing the scope of the question. I wish to get access to the full API (i.e., not only reporting, and specifically features like the DataService that are not accessible through AdWords scripts) from GAS, in the same way I access

Re: Error: Missing report definition

2016-09-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Have you considered using AdWords Scripts instead? That would give you a more robust interface for running reports (e.g., see the Create a text report example

Re: Error: Missing report definition

2016-09-08 Thread Pierre Rudolfsson
This is an old question, but I'm having the same issue. I am trying to access the Adword API from google apps script and I get the same missing report definition error as above. I believe that the error is in the structure of the request. This is the code I use: var request = { method:

Re: Error Null operation when uploading AdGroupAdOperation using batch processing

2016-08-16 Thread 'Joyce Lava' via AdWords API Forum
Hello Irfan, Glad to hear that you found the fix. Best, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Error Null operation when uploading AdGroupAdOperation using batch processing

2016-08-16 Thread Irfan Ismail
After checking I found out that several operations not build correctly causing entire upload to be failed. After some fix to code this issue is solved. Thanks, Irfan On Tuesday, August 16, 2016 at 10:50:49 AM UTC+7, Joyce Lava wrote: > > Hi Irfan, > > Could you please send the complete SOAP

Re: Error Null operation when uploading AdGroupAdOperation using batch processing

2016-08-15 Thread 'Joyce Lava' via AdWords API Forum
Hi Irfan, Could you please send the complete SOAP request and response and the clientCustomerId used when you encountered the issue? Also, sending the complete code while using the BatchJobHelper.uploadIncrementalBatchJobOperations for uploading the AdGroupAdOperation should help to check the

Re: Error in XmlDeserializer.php (line: 136)

2016-08-08 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Just to clarify, did isset() fix the issue temporarily on your side? I can check with my team to see if this issue can be replicated. Meanwhile, can you please provide me the SOAP XML report definition for this API call? Please click on *Reply privately to author *when responding.

Re: Error got FieldPath = 'SearchRankLostImpressionShare

2016-08-08 Thread 'Joyce Lava' via AdWords API Forum
Hello Marco, Based on the code snippet you provided, you are generating a Criteria Performance Report however, the field SearchRankLostImpressionShare is available at Account

Re: Error: EntityCountLimitExceeded.ACCOUNT_LIMIT

2016-07-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Biniam, This error means that you have hit one of the system limits . To identify what limit you have hit, could you please provide me with the SOAP XML request and response logs for the API call? Regards, Vishal, AdWords API

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2016-07-08 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Asker, This is an old forum thread, could you kindly start a new thread for your question? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, July 7, 2016 at 5:57:58 PM UTC-4, Asker wrote: > > The discussion here says: "Starting with v201402, you can no longer > enable enhanced

Re: Error CANNOT_ATTACH_BIDDING_STRATEGY_TO_ADGROUP /_CAMPAIGN

2016-07-07 Thread Asker
The discussion here says: "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 ).". If the above is true why does Google

Re: Error creating new ad

2016-06-23 Thread Steve Rohde
I did >> https://groups.google.com/d/msg/adwords-api/h6ooQ9rcGAA/ph3-Fd2ICgAJ Thanks for the super quick response! -Steve *--* Steve Rohde Product Management | Acquisio Tel: 450.465.2631 ext. 223 Email: sro...@acquisio.com Follow Us: Twitter: http://twitter.com/acquisio LinkedIn:

Re: Error creating new ad

2016-06-23 Thread srohde
Reed, I'm running into exactly the same issue you described. How did you resolve it? Thanks, Steve On Monday, January 23, 2012 at 2:50:32 PM UTC-5, Reed wrote: > > Arrgh. never mind, forgot about the strict XML validation re order of > the elements. WSDL confuses soapUI - it doesn't even

Re: Error java- operations[4].operand.biddingStrategyConfiguration

2016-06-23 Thread jhufg.567484
Hi Joyce, It has been resolved from my end itself. I was suplying null budget Amount value by mistake. I changed it to a finite values and it did work. Thanks for you concern. Regards, Tejendra On Thursday, June 23, 2016 at 12:45:46 PM UTC+5:30, jhufg.567484 wrote: > > I am trying to

Re: Error java- operations[4].operand.biddingStrategyConfiguration

2016-06-23 Thread jhufg.567484
Hi Joyce, Did you get my problem.Any updates regarding same. On Thursday, June 23, 2016 at 12:45:46 PM UTC+5:30, jhufg.567484 wrote: > > I am trying to add 3 product type as custom attribute and making last > custion label as biddable . > While making product partition tree i am getting the

Re: Error java- operations[4].operand.biddingStrategyConfiguration

2016-06-23 Thread jhufg.567484
Hi joyce, It doesn't solve my problem . please find the java code below for clear visualization what i am trying to do. ProductPartitionTree partitionTree = ProductPartitionTree.createAdGroupTree(adWordsServices, adWordsSession, adGroupId); Long partitionId = null; ProductPartitionNode

Re: Error java- operations[4].operand.biddingStrategyConfiguration

2016-06-23 Thread 'Joyce Lava' via AdWords API Forum
Hi, Please refer to this forum discussion . Please check also the documentation

Re: error concerning 24 hours delay after posting

2016-06-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Karl, You could consider setting up conversion tracking on your website. If this is not an option, you *have *to wait the required amount of time for the information to propagate in the system when you import

Re: Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-06-15 Thread DX Marketing2
Hi Anthony, My account has emerged: Insufficient match of microdata price information,Not performing automatic item updates for availability warning, but my code has not changed, how should I deal with it? Do you have any experience in this respect, please advise。 Thank you very much On Sat,

Re: error concerning 24 hours delay after posting

2016-06-06 Thread Karl Adler
Is there any possibility to push a conversions trough the API without waiting such a long time? (Doesn't needs to be a offline conversion) We would like to push it as soon as possible after the conversion has been done. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: error when using TargetingIdeaService to get STATS

2016-05-17 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, Sorry for the delay. Glad to hear that the DUPLICATE_ELEMENT error was fixed. For this ascii error, you can file an issue in the python client library's issue tracker to track the analysis and resolution of this problem.

Re: error when using TargetingIdeaService to get STATS

2016-05-17 Thread Daphna Wegner
Hi Joyce, I was able to resolve the DUPLICTE error however I am not sure how to resolve this suds unicode problem, I tried PEP 0263 suggestion but thats not doing anything can you please elaborate on how to resolve this issue, we are unable to move forward without resolving this problem.

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Thanks for letting me know I will try to change that. I am still getting the other error: DistinctError.DUPLICATE_ELEMENT I have sent you a private message with the SOAP request Thanks, Daphna On Monday, May 16, 2016 at 3:53:28 PM UTC-7, Joyce Lava wrote: > > Hi Daphna, > > This seems to

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread Daphna Wegner
Thanks Joyce! I will send you the SOAP request, one more thing I am noticing is that the error is inconsistent, I would sometimes get it and then sometimes get the following error using the same code and keywords: 'ascii' codec can't decode byte 0xe6 in position 13: ordinal not in range(128)

Re: error when using TargetingIdeaService to get STATS

2016-05-16 Thread 'Joyce Lava' via AdWords API Forum
Hi Daphna, DistinctError.DUPLICATE_ELEMENT occurs when the request has duplicate parameters. Please check if you have duplicate parameters before making the request. If you find out that there are no duplicate or

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2016-05-13 Thread 'Umesh Dengale' via AdWords API Forum
Hello, I am glad that you found the fix. Let us know if you need any other help with AdWords API. Regards, Umesh Dengale, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2016-05-13 Thread Bill
I'm marking this as answered because I just discovered the mistake on my end that was causing it. Thanks. On Friday, May 13, 2016 at 2:21:48 PM UTC-4, Bill wrote: > > Hi, Umesh. Did you receive the message? I'm sorry, I can't confirm that it > was sent, because I can't find a way to view

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2016-05-13 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you provide me *privately* the SOAP XML request and response logs for the API call? Just click Reply privately to author in the forum when responding. Please check out AddSitelinks

Re: "error" : "invalid_grant", "error_description" : "Invalid code." while authenticating

2016-05-03 Thread 'Umesh Dengale' via AdWords API Forum
Hello, I am glad you found the fix. Please let us know if you need any other help with AdWords API. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: "error" : "invalid_grant", "error_description" : "Invalid code." while authenticating

2016-05-03 Thread Mhamad Canaan
Hi, Thank you for your help but it turned out that i was calling the function twice that is why it gave me this error. Thanks a lot. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: "error" : "invalid_grant", "error_description" : "Invalid code." while authenticating

2016-05-03 Thread Mhamad Canaan
Hi, I don't really know what is the problem, I am trying to do the authentication as dynamic, it works when i do it on my local host, the code I wrote takes the user to the AdWords sign in page and lets him accept to manage his account through my software, and it gives back the code and the

Re: Error UNKNOWN at CustomerService->get()

2016-05-02 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Glad to hear you found a solution! I'm still going to follow up with engineering because the UNKNOWN error could definitely be more descriptive, which would have saved everyone a lot of time. Regards, Mike, AdWords API Team On Monday, May 2, 2016 at 4:40:05 AM UTC-4, fischi wrote: > >

Re: "error" : "invalid_grant", "error_description" : "Invalid code." while authenticating

2016-04-29 Thread 'Yin Niu' via AdWords API Forum
Hi, Could you be more specific about the problem? Are you having problem generating refresh token? What is the error you are getting. Please take a look at OAuth 2.0 Authentication guide and you can also try it using

Re: Error UNKNOWN at CustomerService->get()

2016-04-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, It's no bother. Unfortunately there is no update yet, but have escalated the issue internally so hopefully we will have some news soon. Regards, Mike, AdWords API Team On Tuesday, April 26, 2016 at 3:37:07 AM UTC-4, fischi wrote: > > Hi Mike, > > do not mean to bother, but is there any

Re: Error UNKNOWN at CustomerService->get()

2016-04-26 Thread fischi
Hi Mike, do not mean to bother, but is there any update on this case? I still get the same Error for this client (and this client alone).. Thank you in Advance! Cheers, Thomas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error recived report AdWordsAPI

2016-04-25 Thread 'Yin Niu' via AdWords API Forum
Hi, When you generate client id/secret, did you select installed application type? When you use OAuth playground, you should check "Use your own OAuth credentials". Thanks, Yin,

Re: Error on creating CPA campaign

2016-04-25 Thread Mohammad Alharthi
I faced the same issue: firstly, you need to wait 30 days or more after adding google conversion code in your website. Secondly, you must had more than 30 conversion (orders) in your website in last 30 days. for more info about ROAS https://www.youtube.com/watch?v=dEcys6i7hiU I hope you

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi, This was an outage related to Google Cloud services. For future reference, any OAuth2 outage should show up on https://status.cloud.google.com/. For instance, today's outage is listed here . Cheers, Anash P. Oommen, AdWords API

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread dearaujoj
Thanks Konstantin, yes I confirm, it's working again Annoying that there is no status site for API services... Regards José Le mardi 19 avril 2016 16:21:25 UTC+2, Konstantin Tarassow a écrit : > > Seems to work again. > > On Tuesday, 19 April 2016 16:16:57 UTC+2, Konstantin Tarassow wrote: >>

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread Konstantin Tarassow
Seems to work again. On Tuesday, 19 April 2016 16:16:57 UTC+2, Konstantin Tarassow wrote: > > We also started to see it on our requests a couple of minutes ago! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread Konstantin Tarassow
We also started to see it on our requests a couple of minutes ago! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Error UNKNOWN at CustomerService->get()

2016-04-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Thanks for the logs. Since this seems to be happening to you consistently, I've contacted our engineering team to see if they're able to take a look at what might be going wrong. I'll let you know when I hear something. Regards, Mike, AdWords API Team On Friday, April 15, 2016 at

Re: Error UNKNOWN at CustomerService->get()

2016-04-15 Thread fischi
HI Umesh, thank you for taking a look at that. Unfortunately, the error still persists, (got the same error last week also, but do not have the RequestID anymore) I will attach the Logs and SOAPs below. The RequestId is 00053086979d98800ac2ec48b6010010 Have a nice Weekend! Cheers, Thomas

Re: Error UNKNOWN at CustomerService->get()

2016-04-14 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Thanks for providing SOAP XML request and response logs. Most of the time above type of error is transient. Could you please retry above API call? Let us know the requestId if error occurs. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Error during product partition creation

2016-03-21 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Peter, Are you still experiencing this issue, and if so, how frequently? As suspected, this was due to retries within our services, but unfortunately I don't have a great solution on how to detect this particular scenario, so I'm curious to know if this is still having a large impact for

Re: Error deserializing message

2016-03-19 Thread phil
Hi Veer, Thanks for the quick response. Using v3.1.0 of the Perl Client which I only installed end of last month. Followed your link to googleads on GitHub and found version 4.3.0! After some playing with perlbrew to get a supported version of perl installed I have now installed v4.3.0 of the

Re: Error deserializing message

2016-03-19 Thread 'Veer Arjun Busani(AdWords API Team)' via AdWords API Forum
Hi Phil, Would you be able to confirm the version of the SDK that you are currently using as well as the sample app . Please make sure that you are using the latest ones.

Re: Error Fetching http body, No Content-Length, connection closed or chunked data

2016-03-15 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Willy, PHP 5.2 is unsupported in PHP Ads client lib since release v6.1 . And most developers have migrated to supported versions already. So confirm there was some changes on the API right? Yes, this is because of

Re: Error Fetching http body, No Content-Length, connection closed or chunked data

2016-03-14 Thread Willy D
Hi Yin, Thanks for the reply. So confirm there was some changes on the API right? Is there any temporary solution for PHP 5.2 user? Thanks again in advance. Best Regards, Willy On Monday, March 14, 2016 at 10:41:07 PM UTC+8, Yin Niu wrote: > > Hi Wily, > > The PHP client library >

Re: Error Fetching http body, No Content-Length, connection closed or chunked data

2016-03-14 Thread 'Yin Niu' via AdWords API Forum
Hi Wily, The PHP client library requires PHP 5.3 and higher. So you might need to upgrade PHP to at least 5.3 as suggested in the forum discussion you have found. Thanks, Yin, AdWords API Team. -- --

Re: Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-03-11 Thread zhongyh
Hi Anthony, i execute program Tasks.Simple OAuth2,and then solve the problem. i think is refresh token. thinks, zhongyh 在 2016年3月11日星期五 UTC+8上午6:38:00,Anthony Madrigal写道: > > Hi Zhongyh, > > Yes, I replied. Here was my response > >> Just like Mike mentioned previously, you need to use an

Re: Error when setting targetPartnerSearchNetwork to true

2016-02-17 Thread Stepanian
Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Error when setting targetPartnerSearchNetwork to true

2016-02-09 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! If you set targetSearchNetwork to false in the API, this will uncheck the *Include search partners* box in the user interface. Cheers, Nadine, AdWords API Team

Re: Error when setting targetPartnerSearchNetwork to true

2016-02-08 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Stepanian, The targetPartnerSearchNetwork field is only available to select partners

Re: Error when setting targetPartnerSearchNetwork to true

2016-02-08 Thread Stepanian
Thank you for your quick reply Nadine. In the AdWords site, when creating (or updating) a campaign, there is a checkbox marked "Include search partners". How do I access that field through the API to modify it? It seems like it is enabled by default for every new campaign created through the

Re: error: invalid_client after after GetRefreshToken.php

2016-01-15 Thread Yin Niu
Hi, When you paste the url to the browser to get authorization code, make sure you log in as the user that you want. So in the auth.ini file, you will have a new refresh token and new client id/secret. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Error:"unauthorized_client", Description:"Unauthorized client or scope in request.", Uri:""

2016-01-15 Thread Anthony Madrigal
Hi Zhongyh, Please try to generate a new refresh token and see if that solves your issue. If you are still getting errors, please *reply privately to author *your CID so that I can further investigate. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Error: error:0307A071:bignum routines:BN_rand_range:too many iterations

2015-12-21 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Leonardo, That seems *not* to be an error from PHP nor our client lib. And it seems an elusive problem that occurs in many cases . For now, I'm not sure

Re: Error during product partition creation

2015-12-09 Thread peter . rietzler
Sorry for bothering again - still no updates on this ? Thanks! Peter Am Mittwoch, 18. November 2015 16:11:08 UTC+1 schrieb Josh Radcliff (AdWords API Team): > > Hi Peter, > > No updates yet, but the engineers are looking into it. I'll get back to > you as soon as I hear anything. > > Cheers,

Re: Error in Client Libraries & Code Examples (.NET)

2015-12-09 Thread Anthony Madrigal
Hi, Would you happen to have the SOAP request and response that caused this error? If so, could you please *reply privately to author *them to me? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error during product partition creation

2015-12-09 Thread Josh Radcliff (AdWords API Team)
Hi Peter, I still don't have an update, unfortunately. I've reached out to the engineers again and will let you know when I get a response. Thanks, Josh, AdWords API Team On Wednesday, December 9, 2015 at 5:00:49 AM UTC-5, peter.rietz...@smarter-ecommerce.com wrote: > > > Sorry for bothering

Re: Error on .NET BatchJobUtilities instance creation

2015-11-30 Thread Rafael Machado
Nadine, Thank you for your help! I'll wait for your answer then. Thank you, Rafael Em Seg, 30 de nov de 2015 20:42, Nadine Sundquist (AdWords API Team) < adwordsapiadvisor+nad...@google.com> escreveu: > Hi Rafael, > > I'm having our .NET engineer take a look at this to see if he's seen this >

Re: Error on .NET BatchJobUtilities instance creation

2015-11-30 Thread Nadine Sundquist (AdWords API Team)
Hi Rafael, I'm having our .NET engineer take a look at this to see if he's seen this before. We'll get back to you soon. Cheers, Nadine, AdWords API Team On Monday, November 30, 2015 at 11:55:50 AM UTC-5, Rafael Machado wrote: > > Hello, > > I'm having troubles creating a BatchJobUtilities

Re: Error during product partition creation

2015-11-18 Thread Josh Radcliff (AdWords API Team)
Hi Peter, No updates yet, but the engineers are looking into it. I'll get back to you as soon as I hear anything. Cheers, Josh, AdWords API Team On Tuesday, November 17, 2015 at 11:25:13 PM UTC-5, peter.rietz...@smarter-ecommerce.com wrote: > > Hi Josh > > Any updates on this ? > > Thanks! >

Re: Error during product partition creation

2015-11-17 Thread peter . rietzler
Hi Josh Any updates on this ? Thanks! Peter Am Mittwoch, 11. November 2015 20:55:04 UTC+1 schrieb 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

Re: Error creating campaign when account limit reached

2015-11-16 Thread Josh Radcliff (AdWords API Team)
Hi Albert, Do you have the customer ID of an account where you saw this behavior so I can look into the request? Thanks, Josh, AdWords API Team On Thursday, November 12, 2015 at 12:43:39 PM UTC-5, wrote: > > Hello Albert Morcillo I can confirm sometimes we can add more than 10.000 >

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

2015-11-16 Thread martin
Thanks for the reply, Umesh. I ultimately solved the issue on my own by excluding any dependency which used guice 3.0, using mvn dependency:tree -Dverbose -Dincludes=com.google.inject to identify them. On Wednesday, November 11, 2015 at 2:06:26 PM UTC-8, Umesh Dengale wrote: > > Hello, > >

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

2015-11-12 Thread Anthony Madrigal
Hey, Could you please provide me with code snippets, in particular, the parts with "array chunks" and line 216? Please do so using *reply privately to author*. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

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