RE: (Google Ads API - JAVA) research of Keywords

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Gintaras, You can use the GoogleAdsService to get the text from keyword_plan_keyword resource for the corresponding keyword_plan_ad_group_keyword

Re: (Google Ads API - JAVA) research of Keywords

2019-03-16 Thread javavilnius
Thank you for your email, code works well and i have one more question: KeywordPlanKeywordForecast object provides estimated data, but does not have keyword name or search query like KeywordPlanKeywordHistoricalMetrics has. how to know the keyword name of data extracted, when more than one

RE: (Google Ads API - JAVA) research of Keywords

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You would need to prepare the KeywordPlan which is structured as follows: KeywordPlan KeywordPlanCampaign

Re: (Google Ads API - JAVA) research of Keywords

2019-03-15 Thread javavilnius
Hello Anthony, I have been replicating C# code with java and been playing with object *KeywordPlanServiceClient *where successfully manage to get *KeywordPlan *required to run *ForecastMetrics *( expect this object to provide required info) // Here is how to create Object: *KeywordPlan *

RE: (Google Ads API - JAVA) research of Keywords

2019-03-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
earch volume ( at the beginning ) during specific time using Google Ads API (JAVA). Can not find any example on how to do it. "GenerateKeywordIdeas" is providing ideas for keywords but i need info only on keywords i would provide. Thank you in advance:) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

(Google Ads API - JAVA) research of Keywords

2019-03-12 Thread javavilnius
Hello To Everybody :) I Have a question regards extracting information on Keywords. i need to get Search volume ( at the beginning ) during specific time using Google Ads API (JAVA). Can not find any example on how to do it. "GenerateKeywordIdeas" is providing ideas for keywords

RE: Google Ads Api Java Throw exception of Channel was not shutdown properly

2019-02-25 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Stefan, Since this is an issue specific to the Google Ads Api Java library, we suggest that you post your concern on the Github issue tracker here <https://github.com/googleads/google-ads-java/issues>. The library owners will be able to take a look and address your concern.

Google Ads Api Java Throw exception of Channel was not shutdown properly

2019-02-22 Thread stefan
) at com.google.ads.googleads.v0.services.stub.GoogleAdsServiceStubSettings.createStub(GoogleAdsServiceStubSettings.java:110) >From what I can gather, the Google Ads Api Java library was using an older version of GAX, in which some people has pointed out there was a bug in them https://github.

Re: Google Ads API Java

2018-12-28 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Krishna, There wont be any limit on the number of fields on the SELECT operation. If the fields are not compatible then your program may terminate without any errors. Regards, Sai Teja, Google Ads API Team On Thursday, December 27, 2018 at 9:11:10 AM UTC-5, vskadwords wrote: > > Hi, >

Re: Google Ads API Java

2018-12-27 Thread vskadwords
Thanks Sai Teja. I was printing searchPagedResponse instead of googleAdsRow. Is there a limitation on the # of fields in the SELECT clause? Thinking in terms of a huge SELECT operation for all GET requests. Thanks, Krishna On Thursday, December 27, 2018 at 2:46:19 PM UTC-5, Teja Makani

Re: Google Ads API Java

2018-12-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Krishna, In the latest version of Google Ads API beta the SearchPagedResponse consists of number of GoogleAdsRows. A GoogleAdsRow represents an object returned by a query, and consists of a set of attributes that are populated based on the fields requested in the SELECT clause. To know

Google Ads API Java

2018-12-27 Thread Krishna
Hi, Is there an api method to print *SearchPagedResponse* as JSON on the console? If not, any ideas to accomplish that. Basically looking to retrieve the response as a JSON string. Thanks, Krishna -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Convert SearchPagedResponse to JSON: Google Ads API Java

2018-12-27 Thread vskadwords
Hi, I am interested in converting SearchPagedResponse to JSON. Is there a api method to accomplish that or any ideas how to do it in JAVA using the google ads api? Thanks VSK -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: