My code which has been working well for more than a year started failing 
since yesterday.
I am trying to generate historical metrics for a keyword plan.

here is my code:
keyword_plan = self.create_keyword_plan()
....
keyword_plan_service = self.client.get_service("KeywordPlanService")
    response = keyword_plan_service.generate_historical_metrics(
      keyword_plan=keyword_plan)

when the line above being executed, I get the following error:
Function 'generate_historical_metrics' failed with error: 
'KeywordPlanServiceClient' object has no attribute 
'generate_historical_metrics'

Nothing has changed in our code
I tried v14 and v15 and both has the same issue.
We are using python library version 23.0.0 of google-ads

Has anyone else faced this isse? appreciate if someone  help me on this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/08212d26-bc81-438e-9997-8862a367f91an%40googlegroups.com.

Reply via email to