Hi Gintaras,

You can use the GoogleAdsService
<https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#googleadsservice>
to get the text from keyword_plan_keyword resource for the corresponding
keyword_plan_ad_group_keyword
<https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.KeywordPlanKeywordForecast>
created in the plan. The query given below should be helpful.

SELECT
keyword_plan_keyword.text,
keyword_plan_keyword.id
FROM
keyword_plan_keyword
WHERE
keyword_plan_keyword.id IN (14140579338)
LIMIT
100

Please let me know if you have any additional questions.

Thanks,
Sreelakshmi, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    http://googleadsdeveloper.blogspot.com/search/label/adwords_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/16/19 18:53:38 javaviln...@gmail.com wrote:


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
keyword is loaded.

Thank you
Gintaras


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/09a23db3-9a49-422d-9173-32df9b3e24aa%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/09a23db3-9a49-422d-9173-32df9b3e24aa%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio1r8fg0000000aimve000at52iz74mj0e1h74o30c1g68qj4d1l%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • (Google... javavilnius
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
      • ... javavilnius
        • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
          • ... javavilnius
            • ... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to