Hello,
I am trying to get search volume for some keywords. I get data for most of the keyword. For 5-10% of the keyword I don't get any data. I am using python library using v15.
Here is my req and response:
```[2024-01-03 14:55:53,583 - DEBUG] Request
-------
Method: /google.ads.googleads.v15.services.KeywordPlanIdeaService/GenerateKeywordHistoricalMetrics
Host:
googleads.googleapis.comHeaders: {
"developer-token": "REDACTED",
"login-customer-id": "XXXXXXX",
"x-goog-api-client": "gl-python/3.8.18 grpc/1.44.0 gax/2.15.0 gccl/22.1.0 pb/4.25.1",
"x-goog-request-params": "customer_id=XXXXXX"
}
Request: customer_id: "XXXXXX"
keywords: "winterjacken jungen"
keywords: "jungen winterjacken"
keywords: "winterjacke jungen 164"
keywords: "winterjacke herren sale"
keywords: "windbreaker kinder"
keywords: "weihnachtsoutfit baby"
keywords: "trekkingsandalen kinder"
keywords: "kinder trekkingsandalen"
keywords: "t shirt kinder"
keywords: "t-shirt kinder"
keywords: "sweatjacke kinder"
keywords: "still t shirt"
keywords: "still t-shirt"
keywords: "stiefel braun damen"
keywords: "sportschuhe kinder"
keywords: "kinder sportschuhe"
keywords: "sneakers weiß damen"
keywords: "sneakers weiss damen"
keywords: "damen sneakers weiß"
keywords: "damen sneakers weiss"
keywords: "kinderschuhe mädchen"
keywords: "kinderschuhe maedchen"
keywords: "kinder klamotten"
keywords: "kinder bikini"
keywords: "maedchen bikini"
keywords: "mädchen bikini"
keywords: "washing machine"
keywords: "waschmaschine"
keywords: "wasch maschine"
language: "languageConstants/1001"
geo_target_constants: "geoTargetConstants/2276"
keyword_plan_network: GOOGLE_SEARCH
Response
-------
Headers: {
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000",
"content-disposition": "attachment",
"date": "Wed, 03 Jan 2024 13:55:53 GMT",
"request-id": "SBfYqZ7u-tvQ6XqzsRKt-g"
}
Response: results {
text: "winterjacke herren sale"
keyword_metrics {
avg_monthly_searches: 14800
monthly_search_volumes {
year: 2022
month: DECEMBER
monthly_searches: 49500
}
monthly_search_volumes {
year: 2023
month: JANUARY
monthly_searches: 22200
}
monthly_search_volumes {
year: 2023
month: FEBRUARY
monthly_searches: 14800
}
monthly_search_volumes {
year: 2023
month: MARCH
monthly_searches: 9900
}
monthly_search_volumes {
year: 2023
month: APRIL
monthly_searches: 5400
}
monthly_search_volumes {
year: 2023
month: MAY
monthly_searches: 1900
}
monthly_search_volumes {
year: 2023
month: JUNE
monthly_searches: 1600
}
monthly_search_volumes {
year: 2023
month: JULY
monthly_searches: 2400
}
monthly_search_volumes {
year: 2023
month: AUGUST
monthly_searches: 4400
}
monthly_search_volumes {
year: 2023
month: SEPTEMBER
monthly_searches: 8100
}
monthly_search_volumes {
year: 2023
month: OCTOBER
monthly_searches: 27100
}
monthly_search_volumes {
year: 2023
month: NOVEMBER
monthly_searches: 49500
}
competition: HIGH
competition_index: 100
low_top_of_page_bid_micros: 204128
high_top_of_page_bid_micros: 764873
}
}
results {
text: "still t shirt"
close_variants: "still t-shirt"
keyword_metrics {
avg_monthly_searches: 1900
monthly_search_volumes {
year: 2022
month: DECEMBER
monthly_searches: 1300
}
monthly_search_volumes {
year: 2023
month: JANUARY
monthly_searches: 1900
}
monthly_search_volumes {
year: 2023
month: FEBRUARY
monthly_searches: 1900
}
monthly_search_volumes {
year: 2023
month: MARCH
monthly_searches: 2400
}
monthly_search_volumes {
year: 2023
month: APRIL
monthly_searches: 2400
}
monthly_search_volumes {
year: 2023
month: MAY
monthly_searches: 3600
}
monthly_search_volumes {
year: 2023
month: JUNE
monthly_searches: 2400
}
monthly_search_volumes {
year: 2023
month: JULY
monthly_searches: 2400
}
monthly_search_volumes {
year: 2023
month: AUGUST
monthly_searches: 1900
}
monthly_search_volumes {
year: 2023
month: SEPTEMBER
monthly_searches: 1600
}
monthly_search_volumes {
year: 2023
month: OCTOBER
monthly_searches: 1300
}
monthly_search_volumes {
year: 2023
month: NOVEMBER
monthly_searches: 1000
}
competition: HIGH
competition_index: 100
low_top_of_page_bid_micros: 478846
high_top_of_page_bid_micros: 1256973
}
}
results {
text: "sneakers weiss damen"
keyword_metrics {
avg_monthly_searches: 22200
monthly_search_volumes {
year: 2022
month: DECEMBER
monthly_searches: 5400
}
monthly_search_volumes {
year: 2023
month: JANUARY
monthly_searches: 14800
}
monthly_search_volumes {
year: 2023
month: FEBRUARY
monthly_searches: 22200
}
monthly_search_volumes {
[2024-01-03 14:55:53,584 - INFO] Request made: ClientCustomerId: XXXXXX, Host:
googleads.googleapis.com, Method: /google.ads.googleads.v15.services.```
Any help would be apriciated.
Thank you
Parth Makadiya