Hi,
I'm trying to get search volume using KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics.
I expect to get back results for each month from January through December, respectively.
For example, the following request/response.
```
I, [2023-12-22T17:44:27.171658 #20828] INFO -- : CID: xxxxxx, Host:
googleads.googleapis.com:443, Method: /google.ads.googleads.v15.services.KeywordPlanIdeaService/GenerateKeywordHistoricalMetrics, IsFault: no, Request ID: 7S6lXI5Zz11cxAgA36Aj7Q
D, [2023-12-22T17:44:27.171843 #20828] DEBUG -- : Outgoing request: Headers: {"developer-token":"REDACTED","login-customer-id":"xxxxxx","x-goog-api-client":"gl-ruby/3.2.2 gccl/25.0.0 gax/0.20.0 gapic/25.0.0 grpc/1.60.0 pb/3.25.1","x-goog-request-params":"customer_id=xxxxxx"} Payload: {"customerId":"xxxxxx","keywords":["macbook"],"keywordPlanNetwork":"GOOGLE_SEARCH"}
D, [2023-12-22T17:44:27.171884 #20828] DEBUG -- : Incoming response: Payload: {"results":[{"text":"macbook","keywordMetrics":{"avgMonthlySearches":"3350000","monthlySearchVolumes":[{"year":"2022","month":"DECEMBER","monthlySearches":"3350000"},{"year":"2023","month":"JANUARY","monthlySearches":"3350000"},{"year":"2023","month":"FEBRUARY","monthlySearches":"2740000"},{"year":"2023","month":"MARCH","monthlySearches":"3350000"},{"year":"2023","month":"APRIL","monthlySearches":"2740000"},{"year":"2023","month":"MAY","monthlySearches":"2740000"},{"year":"2023","month":"JUNE","monthlySearches":"2740000"},{"year":"2023","month":"JULY","monthlySearches":"3350000"},{"year":"2023","month":"AUGUST","monthlySearches":"3350000"},{"year":"2023","month":"SEPTEMBER","monthlySearches":"3350000"},{"year":"2023","month":"OCTOBER","monthlySearches":"3350000"},{"year":"2023","month":"NOVEMBER","monthlySearches":"4090000"}],"competition":"HIGH","competitionIndex":"100","lowTopOfPageBidMicros":"15486800","highTopOfPageBidMicros":"243427049"}}]}
```
However, after trying several words, I found one word that did not return 12 months of data.
If you know the characteristics of the words that do not return 12 months of data, please let me know.
I am wondering if words with very low search volume match this.
```
I, [2023-12-22T17:53:20.799901 #20828] INFO -- : CID: xxxxxx, Host:
googleads.googleapis.com:443, Method: /google.ads.googleads.v15.services.KeywordPlanIdeaService/GenerateKeywordHistoricalMetrics, IsFault: no, Request ID: gAZlEHhBHls_Iqp_26IVdQ
D, [2023-12-22T17:53:20.800048 #20828] DEBUG -- : Outgoing request: Headers: {"developer-token":"REDACTED","login-customer-id":"xxxxxx","x-goog-api-client":"gl-ruby/3.2.2 gccl/25.0.0 gax/0.20.0 gapic/25.0.0 grpc/1.60.0 pb/3.25.1","x-goog-request-params":"customer_id=xxxxxx"} Payload: {"customerId":"xxxxxx","keywords":["ロングデニムサロペット"],"keywordPlanNetwork":"GOOGLE_SEARCH"}
D, [2023-12-22T17:53:20.800082 #20828] DEBUG -- : Incoming response: Payload: {"results":[{"text":"ロング デニム サロペット","closeVariants":["ロングデニムサロペット"]}]}
```
Thank you for your confirmation.