Hi, I have a problem generating keywords.
I use generateKeywordIdeas of keywordPlanServiceClient.
And I want to set up and search 16 GeoTargetConstants of GenerateKeywordIdeasRequest.
But, An error occurs if you search by setting more than 10 GeoTarget.(I am attaching the error log below.)
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
com.google.ads.googleads.v10.errors.GoogleAdsException: errors {
error_code {
keyword_plan_idea_error: INVALID_VALUE
}
message: "The input has an invalid value."
location {
field_path_elements {
field_name: "geo_target_constants"
}
}
}
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
How do I set more than 10 data?
Thank you.