Google Analytics - Getting raw data logs

前端 未结 4 1212
感动是毒
感动是毒 2020-12-09 04:32

I have an app that sends data to Google Analytics. I am interested in accessing and storing this data on a Hadoop cluster. I am guessing this raw data will be in the form of

4条回答
  •  一整个雨季
    2020-12-09 04:57

    There is no way to get the logs, but ..

    The Google Analytics API will let you extract your data out of the system.

    There are limits to what you can do:

    1. you are limited to 7 dimensions and 10 metrics per requests.
    2. There is also a quota of 10k requests per day per profile (view).
    3. some of the information you are talking about is not available. Unless the Google Analytics account is set up correctly.
    4. The data will still be aggregated in one way or another. The smallest time unit available in the API is minutes, so you will not be able to get raw data with timestamps, for example.

    It may be good to note that a professional Google Analytics customer could export the raw data from GA to Big Query. Exporting data from BigQuery is free of charge, but storage and query processing is priced based on usage.

    Premium analytics at a reasonable price for one flat annual fee of $150,000

提交回复
热议问题