Hi!
Do you mean I should send you a request id manually by email?
If not, could you provide me with a code example in Python3 how to retrieve it programmatically?
PS
My application creates thousands of ad groups. Each keyword seed is a separate ad group. That's why I have to request each keyword seed in a separate request now. (I'd like to make one request with 20 keyword seeds).
I got Error "Host:
googleads.googleapis.com, Method: /google.ads.googleads.v9.services.KeywordPlanIdeaService/GenerateKeywordIdeas, RequestId: fZPJNliYFeUjLvFK4odVWg, IsFault: True, FaultMessage: Resource has been exhausted (e.g. check quota)."
That's why I want to match each keyword idea with it's keyword seed (not to get all ideas seeds and ideas separately).