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


問題描述

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

我正在嘗試通過 Analytics API 從 GA 加載行為流數據。我發現 here 可以使用 ga:previousPagePathga:pagePath 維度。但是在我的情況下,這些維度是空的(不確定是由於移動應用程序還是由於某些應用程序錯誤)。通常我依賴 ga:screenName。但是沒有字段ga:previousScreenName,所以我不能這樣做。

在這種情況下有什麼方法可以訪問行為流數據?

我看到Behavior中有一個流程圖 ‑> 行為流。是否可以訪問此數據所基於的數據?


參考解法

方法 1:

If you normally use ga:screenname that is because you have a application Google Analytics application. ga:previousPagePath and ga:pagePath are used for web Google Analytics accounts. There will be no data in those metadata items for an application Google Analytics account.

As you have already noticed there is no flow data for Application Google analytics accounts. You are limited to these meta data items.

You could add this as a feature request.

(by Olga KaminskaDaImTo)

參考文件

  1. How to access Behavior Flow data? (on a Application Google Analytics Account.) (CC BY‑SA 2.5/3.0/4.0)

#google-analytics-api #google-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)







留言討論