我已经使用Gsutil下载评级和评论数据,收入和销售报告数据,并附有以下评论 gsutil cp -r gs:// pubsite_prod_rev_ / reviews / *〜/ gsutil / output /
现在我尝试使用Application Statistics Data。但不知道如何告诉我你是否有人知道。
答案 0 :(得分:1)
您可以尝试使用http://graboto.com,而不必担心gsutil。
答案 1 :(得分:0)
对于所有评论,请使用:
gsutil cp -r gs://pubsite_prod_rev_xxxxxxxx/reviews ./download
对于所有统计数据,请使用:
gsutil cp -r gs://pubsite_prod_rev_xxxxxxxx/stats ./download
单个应用程序:
gsutil cp -r gs://pubsite_prod_rev_xxxxxxxx/reviews/reviews_your_package_name* ./download
对于指定月份使用的单次申请:
gsutil cp -r gs://pubsite_prod_rev_xxxxxxxx/reviews/reviews_your_package_name_201506 ./download