I've adapted the code at <https://developers.google.com/google-ads/api/docs/keyword-planning/generate-keyword-ideas>. I don't understand why at one point why the example says, ``` var response = keywordPlanIdeaService.GenerateKeywordIdeas(request); ``` and then about three lines later says, ``` KeywordPlanHistoricalMetrics metrics = result.KeywordIdeaMetrics; ``` It seems on the one hand to be generating keyword ideas and then on the other giving history.
Now in the documentation at <https://developers.google.com/google-ads/api/reference/rpc/v10/KeywordPlanIdeaService> it says that there's `GenerateKeywordHistoricalMetrics` and `GenerateKeywordIdeas`, however when I try to use the former in the example, VS2022 indicates that the name is unknown. So my questions are: 1. What does the C# code on the "idea generation" page demonstrate Ideas or Historical Metrics (are these the same, conceptually, as AdWords' IDEAS and STATS respectively?)? 2. If it is in fact demonstrating Ideas, how would one adapt it for Historical Metrics? --- Bruce -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9187dc42-8836-454e-8d53-5f967a992186n%40googlegroups.com.
