【问题标题】:Send data from Google Analytics 360 to Amazon S3将数据从 Google Analytics 360 发送到 Amazon S3
【发布时间】:2021-03-03 16:11:58
【问题描述】:

您好,我需要通过 python(或其他)脚本(使用 API)通过每周增量更新所有用户操作将数据从 Google Analytics 360 发送到 Amazon S3。

因为我曾仅使用 Google BigQuery 将数据从 Google Analytics 360 流式传输到 S3。现在我需要在没有 BigQuery 的情况下执行此操作

您能否分享一些说明/示例或您自己的脚本示例,以便更好地理解脚本视图(结构)并通过这种方式使用 API。

【问题讨论】:

    标签: python amazon-s3 google-analytics google-analytics-api


    【解决方案1】:

    你必须使用Analytics Reporting API,在这里你可以找到使用Python的官方文档:

    https://developers.google.com/analytics/devguides/reporting/core/v4/quickstart/service-py

    请注意,与 BigQuery 不同,您可以随意查询数据,API 对任何查询的配额和最大维度数都有限制: p>

    https://developers.google.com/analytics/devguides/reporting/core/v4/limits-quotas

    https://developers.google.com/analytics/devguides/reporting/core/v3/reference

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-09-10
      • 2017-01-12
      • 2021-02-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多