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 ke

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
Hello, You will want to use the KeywordPlanService to obtain the forecast of a keyword. Although we don't have this sample