這個資料集含有經過模糊處理的資料,可模擬實際的資料集
與實際導入的 Google Analytics 相同特定欄位
會包含預留位置值,包括 <Other>、NULL 和 ''。因為
而資料集的內部一致性可能有些限制。
使用資料集
Cloud 控制台提供資料表查詢介面。您可以使用
BigQuery UI,存取 flood it 資料集。
如果找不到「Editor」分頁,請按一下 add_box「Compose new query」。
複製下列查詢並貼到「編輯器」欄位中。這項查詢
顯示資料集內不重複事件、使用者和天數。
SELECT
COUNT(*) AS event_count,
COUNT(DISTINCT user_pseudo_id) AS user_count,
COUNT(DISTINCT event_date) AS day_count
FROM `firebase-public-project.analytics_153293282.events_*`
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-12 (世界標準時間)。"],[[["The `flood it` dataset, available in BigQuery, contains 114 days of obfuscated Google Analytics data from the Flood-It! mobile game."],["Users can explore this dataset using the BigQuery sandbox for free, with options for enabling billing for larger queries."],["The dataset offers insights into user behavior and game interactions but has limitations due to data obfuscation."],["Provided instructions guide users on accessing and querying the dataset within the BigQuery UI."],["Further resources are available to learn more about BigQuery, Google Analytics data schemas, and visualization tools."]]],["The provided content describes accessing and using the \"flood it\" dataset, a sample of obfuscated Google Analytics data from a puzzle game. Users need a Google Cloud project with BigQuery API enabled, accessible via the BigQuery UI. A sample query is provided to count unique events, users, and days. Users can run this and other queries and are directed to explore additional resources such as the schema, advanced queries, and using tools like Connected Sheets and Looker Studio.\n"]]