Re: Digest for adwords-api@googlegroups.com - 10 updates in 7 topics

39 views
Skip to first unread message

Rungrot Oranon

unread,
Jul 11, 2022, 8:41:18 AM7/11/22
to adwor...@googlegroups.com
Thanks you

[[Rungrot_Saibutdee]]

ในวันที่ จ. 11 ก.ค. 2022 17:59 น. <adwor...@googlegroups.com> เขียนว่า:
Jerome Wilson <jerome...@sellr.com>: Jul 11 03:43AM -0700

Hi,
 
Thanks very much for getting back to me and providing those links for more
information. We've decided to bite the bullet and allow merchants to
optionally link their own Google Ads account, implementing OAuth
authentication, so hopefully that will then pass the verification process.
 
Thanks,
 
Jerome
 
On Friday, July 8, 2022 at 11:14:49 PM UTC+1 adsapi wrote:
 
Google Ads API Forum Advisor <ads...@forumsupport.google>: Jul 11 10:52AM

Hi Jerome,
 
Thank you for your response. If you have further questions / concerns for our team, please feel free to get back to us. We will be happy to address it
 
 
Regards,
 
Darwin
Google Ads API Team
ref:_00D1U1174p._5004Q2cU27A:ref
Google Ads API Forum Advisor <ads...@forumsupport.google>: Jul 11 10:36AM

Hi,
 
Thank you for posting your concern.
 
It appears that you are looking for the API to assign a budget to the campaigns. With this, for your convenience as well, I would suggest referring to this sample implementation as illustrated there how to set a budget to campaign and the API services (CampaignBudgetService and CampaignService) involved.
 
Let me know if you have further questions.
 
Regards,
 
Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2cUg51:ref
yang ou <tao.o...@allschool.com>: Jul 11 02:58AM -0700

my google ads api is :
<dependency>
<groupId>com.google.api-ads</groupId>
<artifactId>google-ads</artifactId>
<version>19.0.0</version>
</dependency>
 
when i run,
org.springframework.web.util.NestedServletException: Handler dispatch
failed; nested exception is java.lang.NoSuchMethodError:
com.google.api.gax.core.GoogleCredentialsProvider$Builder.setUseJwtAccessWithScope(Z)Lcom/google/api/gax/core/GoogleCredentialsProvider$Builder;
at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1053)
at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:942)
at
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1005)
at
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:897)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:634)
at
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:882)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
com.peppa.common.handler.logRequest.LogRequestFilter.doFilter(LogRequestFilter.java:36)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
com.peppa.common.handler.sentinel.PeppaSentinelRestfulFilter.doFilter(PeppaSentinelRestfulFilter.java:99)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.springframework.boot.actuate.web.trace.servlet.HttpTraceFilter.doFilterInternal(HttpTraceFilter.java:90)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:92)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:50)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.filterAndRecordMetrics(WebMvcMetricsFilter.java:117)
at
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:106)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200)
at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408)
at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:834)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1415)
at
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodError:
com.google.api.gax.core.GoogleCredentialsProvider$Builder.setUseJwtAccessWithScope(Z)Lcom/google/api/gax/core/GoogleCredentialsProvider$Builder;
Google Ads API Forum Advisor <ads...@forumsupport.google>: Jul 11 10:26AM

Hi Yang,
 
Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today.
 
The error that you receive is not on the list of our document. Is it the first time you will use the Google Ads API? If yes, please follow the instructions on how to set your Java client library to use Google Ads API by clicking on this link. If this is not your first time to use Google Ads API, what we can do is to advise you to reach out to the Googleads Java Github issue tracker.
 
Kind regards,
 
Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2cUhs5:ref
simple mou <s1mpl...@gmail.com>: Jul 11 02:17AM -0700

The test failed to get asset.name in endpoint ad_group_ad_asset_view using
the simplest query. Here is a screenshot of the test
 
[image: image.jpg]
在2022年7月11日星期一 UTC+8 16:41:13<simple mou> 写道:
 
Google Ads API Forum Advisor <ads...@forumsupport.google>: Jul 11 10:22AM

Hi s1mple.mou,
 
Thank you for raising this concern to the Google Ads API Forum.
 
To have a clearer view of this test failed as you mentioned, could you please provide the complete API request and response logs with request-id and login-customer-id that generated on your end? This information will help our team to better check this. If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link.
 
You can provide it via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
 
Best regards,
 
Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2cUgp9:ref
Google Ads API Forum Advisor <ads...@forumsupport.google>: Jul 11 10:15AM

Hi Akansha,
 
This is Carmela from the Google Ads API team. Thank you for reaching out to us.
 
Moving forward to your concern, in order for our team to accurately provide the report that you use, could you please provide the screenshot of the whole Google Ads UI which shows the data you want to extract?
 
You can provide it via Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
 
Regards,
 
Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2cUgjV:ref
Google Ads API Forum Advisor <ads...@forumsupport.google>: Jul 11 08:51AM

Hi,
 
Thank you for reaching out to us.
 
Please note that our team can only provide support in English. If you keep sending your reply in different languages, then we will use Google translate to check your concern.
 
Moving forward to this, "How can I get the folder where the assets are located through the Google Ads API?"
-Can you elaborate more on the folder you are referring to? Are you referring to the asset report? If yes, then you may check this asset report for you to also see the selectable fields within it.
 
Best regards,
 
Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2cUe9e:ref
Google Ads API Forum Advisor <ads...@forumsupport.google>: Jul 11 08:50AM

Hi Hugo,
 
Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today.
 
Moving forward to your concern, Hugo, can you please tell us more about this? It will also be if you can provide us a full screenshot of the UI so that we can check if that cost that you are looking for? We asked these so that we can provide you a correct solution to your concern.
 
Kind regards,
 
Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2cUfxq:ref
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to adwords-api...@googlegroups.com.

Rungrot Oranon

unread,
Jul 12, 2022, 2:41:59 AM7/12/22
to adwor...@googlegroups.com

Max is it cai
[[Rungrot_Saibutdee]]

ในวันที่ จ. 11 ก.ค. 2022 19:40 น. Rungrot Oranon <rungro...@gmail.com> เขียนว่า:
Reply all
Reply to author
Forward
0 new messages