我使用的是Adwords API googleads 201710版,并尝试迁移到v201802。我没有改变任何东西,除了"版本=' vxxxxxx'" (正如我在迁移到v201710时所做的那样)
targeting_idea_service = client.GetService('TargetingIdeaService', version='v201802')
然而它返回:
Unrecognized version for the AdWords API. Given: v201802 Supported: ['v201702', 'v201705', 'v201708', 'v201710']
我认为v201802不应该工作。 googleads version dates 现在有什么办法可以迁移到v201802吗?
谢谢!