Google Analytics:數據導入和每日上傳的區別 (Google Analytics: Difference between Data Import & Daily upload)


問題描述

Google Analytics:數據導入和每日上傳的區別 (Google Analytics: Difference between Data Import & Daily upload)

我找不到有關 Google Analytics(分析)成本數據上傳工作原理的問題的答案。我有幾個問題:

  1. 為什麼有兩種不同的上傳方式?為什麼不只提供一個維度範圍的上傳選項?

  2. 假設我使用 每日上傳 方法,然後我使用 數據導入。數據導入是否會覆蓋每日數據,這些數據會被合併甚至刪除嗎?在這種情況下會發生什麼?下次每日上傳會覆蓋數據導入的數據嗎?

  3. 如果刪除上傳的數據,GA報告中的費用是否會重置為零?

  4. < li>

    每個媒體資源的終身數據存儲限制 也適用於每日上傳還是只適用於數據導入?

感謝您的幫助!


參考解法

方法 1:

  1. Dimension widening is for the generalized case whereas Cost Data is for a specific upload case (i.e. there are specific reports in GA for Cost Data). However, your question is still valid as to why there are 2 separate uploads, it doesn't look necessary but that's the way it is for now.

  2. Daily upload and Data Import work independently of each other. One is not going to affect the other. You should be using daily upload for cost data since it has a set schema and reports. Data import for other data sets where you define the schema.

  3. For Cost Data, if you delete the data then yes, your reports will not show any related cost data anymore (or you can just unlink the profile from the data set to accomplish the same result). For Dimension Widening, even if you delete the data set or unlink it, any data that was joined before the deletion or unlinking will stay as part of the reports, you can't remove it after the fact. This is because of differences between the two in how the data gets joined.

  4. As stated in #2, these are different mechanisms, so they don't share storage. Daily upload has limits that apply to the upload (e.g. 20 appends/day, max 5MB per append). The doc you linked to clearly states what these are for each. Just treat them separately unless it is stated otherwise.

(by xpepermintPete)

參考文件

  1. Google Analytics: Difference between Data Import & Daily upload (CC BY‑SA 3.0/4.0)

#google-analytics-api #google-analytics






相關問題

使用C#的Google Analytics(分析)訪問 (Google Analytics Access with C#)

嘗試安裝新的 Google Analytics 3.0 Beta 時出現鏈接器錯誤 (Linker errors when trying to install new Google Analytics 3.0 Beta)

Google Analytics:數據導入和每日上傳的區別 (Google Analytics: Difference between Data Import & Daily upload)

Google Reporting API for Analytics 庫依賴項 (Google Reporting API for Analytics library dependencies)

將 Google Analytics 權限分配給整個公司域 (Assign Google Analytics Permission To Whole Company Domain)

將 google-api-client 0.9.pre3 集成到 dashing 後的 NoMethodError (NoMethodError after integrating google-api-client 0.9.pre3 in dashing)

谷歌分析:在我的網站上顯示數據時,我可以使用自定義維度名稱而不是索引嗎 (Google analytics : Can I use custom dimension name instead of index while showing data on Report On my Site)

Pandas / Google Analytics API 身份驗證嘗試給我帶來了一個奇怪的 python 錯誤 (Pandas / Google Analytics API authentication attempt throws me a weird python error)

如何訪問行為流數據?(在應用程序 Google Analytics 帳戶上。) (How to access Behavior Flow data? (on a Application Google Analytics Account.))

如何在 Google Analytics 的一份報告中單獨細分指標? (How to individually segment metrics in one report in Google Analytics?)

Python - 問題使用循環每天得到 (Python - Problem use loops to get day by day)

我想要在 PHP 中使用 orderBy 和 Filters 的 Google Analytics Data API (GA4) 示例代碼 (I want a sample code for Google Analytics Data API (GA4) in PHP using orderBy and Filters)







留言討論