RE: invalid_grant error using AdWords Java client

2021-06-27 Thread Google Ads API Forum Advisor
Hello Diego, Thank you for raising this to us. As for the error (invalid_grant), this signifies that the access or refresh token being passed in your request is incorrect or invalid. Since you've mentioned that you were able to authenticate correctly before repeating the auth flow, have you tr

invalid_grant error using AdWords Java client

2021-06-24 Thread Diego Morello
Hi, I would like to ask for help with an AdWords API issue I'm experiencing I started getting the following error for some accounts: { "error" : "invalid_grant", "error_description" : "Bad Request" } This started happening in one of our Java apps for 2 accounts under the same MCC, after lo

RE: Location Extension Adwords Java API

2019-08-21 Thread Google Ads API Forum Advisor Prod
Hi Suresh, You can refer to this guide and specifically to this section on how to setup and create your location extensions using the AdWords API. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UHEKOM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Location Extension Adwords Java API

2019-08-21 Thread Suresh Kumar Shenbagam
Hi, I am able to set and read Sitelink Extensions using the sample java code. How can I set Location Extension using java adwords api? Can anyone provide some sample code? Suresh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

RE: Create TextAd using Google AdWords Java API

2019-07-25 Thread Google Ads API Forum Advisor Prod
Hi Suresh, Could you try and create ExpandedTextAds instead? Since 2016, creation of standard TextAds was no longer supported in the AdWords API as discussed in this blog post from the same year. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UEGM1E:ref -- -- =~=~=~=~=~=~

Create TextAd using Google AdWords Java API

2019-07-24 Thread Suresh Kumar Shenbagam
Hi, I am unable to create TextAd using Google AdWords JAVA API. Can anyone send me the java source to create the same. Code: TextAd textAd = new TextAd(); textAd.setHeadline("Test Headline"); textAd.setDescription1("Description1"); textAd.setDescri

RE: How to get AdGroupAd from Ad using Google Adwords Java API?

2019-07-24 Thread Google Ads API Forum Advisor Prod
Hi Suresh, Thank you for reaching out. If you wish to get all of your ads in your account, you can use the AdGroupAdService.get(). You can refer to this sample code (also available on different languages) on how to get expanded text ads from your account. You can just remove the filter for AdT

How to get AdGroupAd from Ad using Google Adwords Java API?

2019-07-23 Thread Suresh Kumar Shenbagam
Hi, How to get AdGroupAd from Ad using Google Adwords Java API? Suresh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

RE: How can I get cost(spend) per campaign through AdWords Java API?

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, The value of money fields may differ from the API and the UI. The API returns money values in micros as explained in this guide . However, the values you mentioned were significantly different. Can

Re: How can I get cost(spend) per campaign through AdWords Java API?

2019-04-29 Thread niv
Hey, I know this is an old question, but I have the same problem now. "Cost" gives me a number that I can't understand and is not related to real cost I see in the api. For example: in the api it says the Cost on 21.4.19 is 94.59$ but in the report I downloaded using java it says "6032". Is i

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, There was an issue which is currently addressed. If you still see the errors and if you are not making concurrent changes to the same entities (in which case the error is expected), please let me know. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-03 Thread Jim Malone
The problem appears to have resolved itself for us. Can you let us know what the problem was, and if there's anything we can/should do on our end to avoid it from happening again in the future? Jim On Monday, December 3, 2018 at 4:32:39 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrot

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-12-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello All, Could you please confirm if you are still facing CONCURRENT_MODIFICATION error while making calls with the AdWords API? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Not able to print the SOAP logs when using BatchJobService for Adwords Java API

2018-11-30 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Shweta, You can retry after replacing all INFO with DEBUG and see if you are able to get the logs. Please refer to this section for better clarity and let me know if you have any further questions. Regards, Dhanya, AdWords API T

Not able to print the SOAP logs when using BatchJobService for Adwords Java API

2018-11-30 Thread shweta . sontakke . tc
Hi, I am using BatchJobservice using Java API, I am not able to print the SOAP request and response logs. Here is my log4j.properties file: log4j.category.com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger=INFO, CONSOLE log4j.category.com.google.api.ads.adwords.lib.client

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, We don't have any updates yet. The team is currently working on this. I will keep you posted as soon as I hear from them. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-28 Thread Def
Hi, any update on this? I think we are a lot of people experiencing the same problem. On Monday, 26 November 2018 19:34:47 UTC+1, Dannison Yao (AdWords API Team) wrote: > > Hi, > > The team is still currently working on this. I will provide updates once > available. > > Regards, > Dannison > A

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The team is still currently working on this. I will provide updates once available. Regards, Dannison AdWords API Team On Monday, November 26, 2018 at 7:08:37 PM UTC+8, alessandro.bard...@trovaprezzi.it wrote: > > > Hi, > > We have experienced the same issue. We have created an applicatio

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread alessandro . bardini
Hi, We have experienced the same issue. We have created an application that uses the C# Adwords API to create adGroups and keywords in a sequential manner (without using different threads). Until now, everything was ok, but recently the creation of some keywords fails, in a randomic way, due

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread an . deangelis
Are there any updates??? Thanks, Anna Il giorno venerdì 23 novembre 2018 19:30:48 UTC+1, Dannison Yao (AdWords API Team) ha scritto: > > Hi Philo, > > I am a colleague of Sreelakshmi. Allow me to respond to you as she is OOO. > Unfortunately, there are no updates with the team regarding this.

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-23 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Philo, I am a colleague of Sreelakshmi. Allow me to respond to you as she is OOO. Unfortunately, there are no updates with the team regarding this. Rest assured we will provide updates to you once available. Regards, Dannison AdWords API Team On Friday, November 23, 2018 at 11:34:17 PM UTC+

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-23 Thread Philo
Hi Sreelakshmi, Any update on this? Thanks! On Wednesday, 21 November 2018 19:15:36 UTC+1, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > Our team is currently looking into this. I'll keep you posted on the > updates. > > Thanks, > Sreelakshmi, AdWords API Team > -- -- =~

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Our team is currently looking into this. I'll keep you posted on the updates. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread obuquerasesquiades
It's happening the same for me. Always working well but since yesterday this error started to turn up :( -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Anna, Thanks for the quick response. I have shared the logs with the team. I'll keep you posted on the updates. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello All, To be able to troubleshoot on our end, could you please share the SOAP logs along with your CID from one of the requests that failed with this error? You could use reply privately to author while sharing the details. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread Philo
Same issue here (using the PHP SDK). We haven't made any modifications and starting yesterday we are experiencing the same issue. On Wednesday, 21 November 2018 01:35:06 UTC+1, Stepanian wrote: > > Yesterday I started getting a DatabaseError.CONCURRENT_MODIFICATION error > for operations that ar

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread an . deangelis
This is happening also to my application. It was working in this last year very great, from today no h! Il giorno mercoledì 21 novembre 2018 10:29:26 UTC+1, rau...@adext.com ha scritto: > > Hello!, > > I have the same problem than Stepanian, yesterday I started to get the > same error

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread raul . p
Hello!, I have the same problem than Stepanian, yesterday I started to get the same error "[DatabaseError.CONCURRENT_MODIFICATION @ com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.(Datab] - Code : 50014" But the interesting thing is that the app was working properly for th

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread jesse young
Luis, I work with Raffy. We are getting this error on adgroup creation in some cases. How is that possible? Thanks On Tuesday, November 20, 2018 at 8:56:10 PM UTC-5, Luis Xander Talag (AdWords API Team) wrote: > > Hi Raffy, > > The DatabaseError.CONCURRENT_MODIFICATION >

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-21 Thread an . deangelis
Did u have any response? Il giorno mercoledì 21 novembre 2018 01:35:06 UTC+1, Stepanian ha scritto: > > Yesterday I started getting a DatabaseError.CONCURRENT_MODIFICATION error > for operations that are part of a tool that I have developed and used for > months. The tool creates an ad group and

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Raffy, The DatabaseError.CONCURRENT_MODIFICATION error that you encountered could occur due to multiple processes that are trying to update the same entity at the same time. It includes a us

AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-20 Thread Stepanian
Yesterday I started getting a DatabaseError.CONCURRENT_MODIFICATION error for operations that are part of a tool that I have developed and used for months. The tool creates an ad group and then (sequentially) adds criteria to it. There are no multiple threads accessing the API at any given point

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-27 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hari, I noticed that the underlying error here is: 1495223 [main] ERROR org.apache.axis.SOAPPart - Exception: *java.lang.IllegalArgumentException: The char '0x0' after 'return code: 401* Authorization Required Authorization Required Description: Authorization is required for access to this

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-27 Thread hari krishna
Hi Josh, Please find soap and java error logs for the one of the failure. Please help us in resolving this kind of issues. Thanks! Hari. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goog

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-20 Thread hari krishna
Hi Josh, We are creating standalone application using java. It will run as backgourd process and upload emails to CM.We are not using any multi-threading in this. I will give SOAP request and response to you for better debugging from your end. One thing we are doing is we are looping throu

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-20 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hari, Could you check out the Java library's page on thread safety and confirm that you are following the guidelines outlined there? When I've seen issues like this in the past, it's been due to objects that are not thread

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-19 Thread hari krishna
Hi Peter, I sent you private message. Thanks! Hari. On Tuesday, September 19, 2017 at 9:14:42 AM UTC+5:30, Peter Oliquino wrote: > > Hi Hari, > > Could you send to me privately via the *Reply privately to author* option, > your clientCustomerID and the generated SOAP request and response whe

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Hari, Could you send to me privately via the *Reply privately to author* option, your clientCustomerID and the generated SOAP request and response when the error was encountered? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-18 Thread hari krishna
Hi , We are getting NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708. This is happening once in 15 requests. This issue is happening randomly. Can you please help us getting this issue solved. Below is the exception stack trace

Re: How can I get cost(spend) per campaign through AdWords Java API?

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to use AdWords API reports to get the performance statistics associated with your AdWords account. You need to download a Campaign Performance Report

How can I get cost(spend) per campaign through AdWords Java API?

2017-07-11 Thread Pillow Ahn
I have to get cost(spend) per campaign through AdWords Java API. I used CampaignServiceInterface, BudgetServiceInterface, BudgetOrderService with Selector. But there is no cost(spend). How can I do? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

How can I get the cost per campaign through AdWords Java API?

2017-07-11 Thread Pillow Ahn
How can I get the cost per campaign through AdWords Java API? I have to use AdWords Java API. I used CampaignServiceInterface, BudgetServiceInterface, BudgetOrderServiceInterface with Selector. But I could not get cost. How can I do

Re: Is it possible to use a custom http client when using google adwords java client library (googleads-java-lib)?

2017-06-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Our team provides support for AdWords API related concerns only. Since your current issue is more related to the Java client library, you may reach out to the Java client library owners via this link as they are better equipped to as

Is it possible to use a custom http client when using google adwords java client library (googleads-java-lib)?

2017-06-27 Thread Hrish
Hi folks, I'm creating adwords campaigns using the java client library published by google. This works fine during development. However, when deploying my service on production, all incoming and outgoing requests need to pass through our own pr

Re: When is the release date for Google Adwords Java client library 1.30.0 for the latest Google Adwords API v201406 ?

2014-07-11 Thread Danial Klimkin
Hello Karthik, That is a github commit comment. There was an official release soon after that: https://github.com/googleads/googleads-java-lib/releases -Danial, AdWords API Team. On Friday, July 11, 2014 1:58:02 PM UTC+4, Karthik vvs wrote: > > Thank you Danial. But I could see "Preparing

Re: When is the release date for Google Adwords Java client library 1.30.0 for the latest Google Adwords API v201406 ?

2014-07-11 Thread Karthik vvs
Thank you Danial. But I could see "Preparing release 1.30.0 " instead of "release 1.30.0". Doesn't it mean it is not yet released completely? Please clarify. On Friday, July 11, 2014 2:36:28 PM UTC

Re: When is the release date for Google Adwords Java client library 1.30.0 for the latest Google Adwords API v201406 ?

2014-07-11 Thread Danial Klimkin
Hello Karthik, The Java client library was release on July 9th. All the libraries could be found here: https://developers.google.com/adwords/api/docs/clientlibraries Particularly, for Java, library v. 1.30.0 does support v201406 as per ChangeLog: https://github.com/googleads/googleads-ja

When is the release date for Google Adwords Java client library 1.30.0 for the latest Google Adwords API v201406 ?

2014-07-10 Thread Karthik vvs
Hi, We are currently using v201402 of Google Adwords API. I have seen that v201406 is the latest update but the client libraries for v201406 has not been released yet. We want to upgrade our APIs to this latest version for the successful functionality of our APIs. Could you tell us when the c

adwords java api java.net.SocketException: Connection reset issue

2014-06-04 Thread גרישה שוייכט
hello, In some reason google server response with java.net.SocketException: Connection reset Please advice log was attached Thanks {KeyWord:יפעת פרג אשטה כרטיסים} בתאריך 06/07, כרטיסים ב- 100 ₪. תזמינו כרטיסים עכשיו ! bravo.ticketsnow.co.il/כרטיסים

Re: question about google-api-adwords-java

2012-11-01 Thread Kelvin Li
elvin Li wrote: >> >> Hi Adwords, >>So now >> 'google-api-adwords-java<https://code.google.com/p/google-api-adwords-java/>' >> >> is considered as an old java client library because there is a new google >> ads api client library. >

Re: question about google-api-adwords-java

2012-11-01 Thread Anash P. Oommen
06:14 UTC+5:30, Kelvin Li wrote: > > Hi Adwords, >So now > 'google-api-adwords-java<https://code.google.com/p/google-api-adwords-java/>' > is considered as an old java client library because there is a new google > ads api client library. > > My que

question about google-api-adwords-java

2012-10-31 Thread Kelvin Li
Hi Adwords, So now 'google-api-adwords-java<https://code.google.com/p/google-api-adwords-java/>' is considered as an old java client library because there is a new google ads api client library. My question is -- will 'google-api-adwords-java<https://code

Re: Adwords Java

2010-07-14 Thread AdWords API Advisor
looking for proper mapping of the objects to a database schema, you may have to write something at your end to make it work with a framework like Hibernate. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 14, 2:55 am, Fabien wrote: > Hello, > > I am currently working with Adwords Java

Adwords Java

2010-07-13 Thread Fabien
Hello, I am currently working with Adwords Java. I would like to persist the Adwords Java object in a database and display them in a swt GUI. I am not able to find a good idea to persist the Adwords Java object so I could save the Adwords Java object directly in the database and reloading them

AdWords API Re: private AdWords Java API to create client account

2008-10-03 Thread AdWords API Advisor
among different threads. Cheers, -Jeff Posnick, AdWords API Team On Oct 3, 2:21 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > Can someone please clarify. > > As Public API does not support to create client account. > > So, can we get priv

AdWords API private AdWords Java API to create client account

2008-10-03 Thread [EMAIL PROTECTED]
Hi, Can someone please clarify. As Public API does not support to create client account. So, can we get private AdWords Java API to create client account. If so, what's the process? Thanks, Das --~--~-~--~~~---~--~~ You received this message because yo