请问有没有可能(api调用?)从Content API for Shopping(总产品,有效产品,待定产品,...)中获取历史统计数据?下面的代码仅提取实际数据data structure here
对于通话,我使用 Google Adwords脚本
我的代码:
ShoppingContent.Accountstatuses.get(accountId, merchantId).products[0].statistics
我需要获取过去(例如7天后)的数据。我可以在Google官方商家网站-商人s.google.com上看到此数据,但我不知道如何从api获取它们。
感谢所有建议。