Apple的App Analytics統計平台你必須知道的Q&A整理與翻譯


Apple的App Analytics統計平台你必須知道的Q&A整理與翻譯

Apple最近在iTunesConnect里最新發布了App Analytics統計平台,提供了現有友盟統計平台和自有統計平台無法統計的數據,具有自己的獨有特點,尤其是下面幾個最讓人頭疼的流量分析轉化,可以在App Analytics里得以解決,例如:

  1. 推廣鏈接轉化
  2. 網站流量來源

由於蘋果自己的統計方式和其他平台有所區別,且文檔只提供了英文版,故整理了常見的Q&A並翻譯,其中問題的翻譯,會保持和Apple自己的中文翻譯一致,方便大家對照查看,在回答的翻譯,有的方便理解,會改用咱們自己常說的術語。(PS:稍稍鄙視下Apple生造名詞的做法)


  • Q:Can my customers opt out of App Analytics?
  • Q:用戶可以選擇不被App Analytics統計嗎?
  • A:Yes, customers can choose in iOS 8 whether or not to send their app usage data to Apple.
  • A:是的,在iOS8及以上版本的用戶可以選擇是否將自己的應用使用情況的數據發送給Apple

  • Q:How is it possible for App Store Views to be lower than App Units for a particular campaign or referring website?
  • Q:為什么會出現AppStore查看次數的訪問次數低於App購買量(例如某個營銷活動或往網站來源)

  • A:This can happen if the customer downloads your app without visiting your app's page in the App Store. For example, if a customer searches for your app in the App Store and downloads it directly from the search results, this will generate an App Unit but not an App Store View.

  • A:如果用戶沒有訪問到App的詳情頁,直接下載會出現這種情況。例如:用戶在AppStore搜索你的App后直接在搜索結果頁面下載,不計入AppStore查看次數,但App購買量會加1

  • Q:How does attribution work with campaigns?
  • Q:如何界定一個下載是否是歸因於一個營銷活動(推廣鏈接)?

  • A:The attribution window for campaigns is 24 hours. This means you'll get credit for sales that occur up to 24 hours after that customer uses your link. If a customer uses more than one campaign link during a certain period, only the most recent campaign link is credited for sales that happen after it's used.

  • A:有一個24小時的時間窗,意味着如果購買App的行為發生在用戶點擊營銷活動鏈接的24小時內,這個用戶的購買行為會歸功於這個營銷活動,如果24小時內有多個營銷活動,會以最接近的一次營銷活動為准

  • Q:How does attribution work with referring websites?
  • Q:如何界定一個網站來源?
  • A:When a customer comes to the App Store through a website referral, the attribution window lasts until the customer’s App Store session is over. If a chain of redirects in Safari leads to an App Store session, the first URL in the chain will be reported as the referring website.
  • A:當一個用戶通過某個網頁的鏈接來到AppStore應用內,則這一次AppStore啟動內的所有行為會歸功於這個網頁來源。如果這個鏈接有一系列重定向,則最初的URL鏈接頁面會被記為來源。

  • Q:Why isn’t my campaign showing up in App Analytics?
  • Q:為什么我的營銷活動沒有出現在App Analytics中?
  • A:There are a few reasons a campaign might not show up in App Analytics. You won’t see results unless:
    1. More than a day has passed since campaign launch.
    2. At least five app units are reported for your campaign. Note that each Apple ID can only generate one app unit, even if your app is installed on more than one device signed into the same Apple ID.
    3. Your campaign link includes both the provider token and a campaign ID. Remember that your campaign ID can’t be more than 40 characters.
  • A:必須要滿足下面有幾個條件你才能看到你的營銷活動:
    1. . 營銷活動啟動超過一天
    2. . 至少有5個Apple ID購買了你的App,同Apple ID安裝到多個不同設備也只算一個
    3. . 你的營銷活動鏈接包含ProviderToken和CampaignID,其中CampaignID不要超過40個字符(譯者注:通過App Analytics生成的營銷活動鏈接都會有ProviderToken,大家只留意下CampaignID的長度限制就好)

  • Q:What are App Store views?
  • Q:什么是AppStore查看次數
  • A:App Store views are the number of times your app’s App Store page has been viewed on a device using iOS 8 or later. Although apps can be purchased or downloaded without visiting the App Store product page, such as directly from search results, only App Store product page views are counted.
  • A:App Store查看次數是你的App詳情頁被一個設備(iOS8或更高)訪問的次數。盡管可以不訪問App的詳情頁,就直接購買和下載App,例如直接來自搜索。即只有訪問到App的詳情頁才會記錄一次AppStore查看次數。

  • Q:What are App Units?
  • Q:什么是App購買量?
  • A:App units counts how many times your app was downloaded for the first time from the App Store on iOS 8 or later. App updates, downloads from the same Apple ID onto other devices, and re-downloads to the same iOS device are not counted. Family Sharing downloads of free apps are included, but Family Sharing downloads of paid apps are not counted.
  • A:App購買量表示你的App被首次下載的次數(iOS8或更高)。App的更新、同一個AppleID下載到不同的設備上、重復下載到一個設備上,都不會額外記錄購買量。家庭共享導致的免費應用下載會增加購買量,但收費應用不算。

  • Q:Are events from Apple Watch reported in App Analytics?
  • Q:Apple Watch相關事件是否會算到App Analytics的統計里?
  • A:Only events from the iOS app are reported. Apple Watch events aren’t included.
  • A:只有iOS的App才算,Apple Watch不算。

  • Q:What are sessions?
  • Q:什么是使用次數?
  • A:Sessions counts the number of times the app has been in the foreground for at least two seconds. If the app is in the background and is later used again, that counts as another session.

      Sessions totals are based on app users who agree to share their data with you. This data is anonymized and aggregated. 
    
  • A:使用次數是應用啟動到前台並至少保持2秒以上的啟動次數。如果一個應用在后台被切換到前台,會算作另一次使用次數。(譯者注:即啟動時長超過2秒的啟動次數 = App Analytics的使用次數)

      使用次數的總數是基於同意與App開發人員共享診斷和使用情況的用戶,數據會保持匿名並會加總。
    

  • Q:What are active devices?
  • Q:什么是使用中的設備?(即活躍設備)
  • A:Active devices counts the number of devices with at least one session during the selected period. Only devices with iOS 8 or later are included.

      Active devices totals are based on app users who agree to share their data with you. This data is anonymized and aggregated. 
    
  • A:使用中的設備是所選擇的時間區間內,至少有一次使用次數的設備數。只有iOS8或以上的設備才會算。

      使用中的設備總數是基於同意與App開發人員共享診斷和使用情況的用戶,數據會保持匿名並會加總。
    

  • Q:What are installations?
  • Q:什么是安裝?
  • A:Installations count the total number of times your app has been installed on an iOS device with iOS 8 or later, including re-downloads on the same device, downloads to multiple devices sharing the same Apple ID, and Family Sharing installations. App updates are not counted.

      Installations totals are based on app users who agree to share their data with you. This data is anonymized and aggregated. 
    
  • A:安裝總數是你的App安裝在iOS8或以上設備,包括重新下載到同一個設備,同一個Apple ID下的多個設備,或家庭共享導致的安裝。App的更新不算。

      安裝總數是基於同意與App開發人員共享診斷和使用情況的用戶,數據會保持匿名並會加總。
    

  • Q:Why aren’t active devices, sessions, and installations showing recent events?
  • A:Usage data is only reported from users’ devices when we can transfer that data without affecting the user experience, so reporting may be delayed for up to 72 hours.
  • Q:為什么使用中的設備、使用次數、安裝無法查看最近的數據?
  • A:用戶設備使用App的數據上報,為了不影響用戶體驗,可能會延遲72小時傳送。

  • Q:Why are active devices, sessions, and installations lower in App Analytics than another analytics tool I use, even after 72 hours have passed?
  • Q:為什么使用中的設備、使用次數和安裝低於其他統計平台/工具,即使是過了72小時也如此?

  • A:To protect customer privacy, usage data is only reported from customers who agree to share their data. To estimate your total usage in App Analytics, simply divide the values reported in App Analytics by the opt-in rate for your app reported in the About Analytics Data help.

  • A:為了保護用戶隱私,App的使用數據,只由同意與App開發人員共享診斷和使用情況的用戶設備上報。估算總數,可以簡單的除以參與上報的設備比例,這個比例可以在【關於“App 分析”數據】旁邊的問號里看到。(譯者注:其實還要多除一個數:所查看區間內iOS8及以上設備所占的比例)

  • Q:What is retention?
  • Q:什么是持續使用情況?(譯者注:其實就是留存率,后面以留存率代替)

  • A:Retention measures the usage of your app over time. Retention consists of four components: the purchase date, devices, the retention period, and the retained devices.

    1. The purchase date is the date an app was downloaded for the first time. This may not be the same as the installation date if devices share the same Apple ID or the app has been re-downloaded to the same device.
    2. Devices is the number of installations with the same purchase date.
    3. The retention period is a specific number of days after the purchase date.
    4. Retained devices is how many devices that were active in a given retention period.

        For example, your app was purchased 100 times on May 1, and 20 of those devices used your app on May 8. The purchase date is May 1, by 100 devices, the retention period is May 8, and there are 20 retained devices.
      
        In this example, day 7 retention for apps purchased on May 1 is 20%, or 20 devices out of 100.
      
        Note that whether these devices used the app on any day other than May 8 is not part of this calculation.
      
        Retention totals are based on app users who agree to share their data with you. This data is anonymized and aggregated. 
      
  • A:留存率,是衡量用戶在一段時間的使用情況。留存率由4個部分構成:購買時間、設備、留存期、留存設備

    1. 購買時間:應用首次下載的時間,可能與安裝時間不一樣,如果多個設備對應一個Apple ID或者App被重復下載到相同設備。(參見App購買量的解釋)
    2. 設備:安裝時間與購買時間相同的安裝數。
    3. 留存期:距離購買時間的n天后的那一天。
    4. 留存設備:有多少個設備在那一天使用過App

        例如,你的App在5月1日購買了100次,其中20個設備在5月8日用了你的App。則購買日期為5月1日,100個設備,留存期是5月8日,有20個設備留存。
      
        在這個例子中,5月1日購買App的7日留存是20%,即100個設備中有20個。
      
        注意:這些設備是在5月8日意外的時間使用了App,並不在這個計算的考慮范疇內。
      
        留存數是基於同意與App開發人員共享診斷和使用情況的用戶,數據會保持匿名並會加總。
      

  • Q:Why is retention sometimes higher in App Analytics than another analytics tool I use?
  • Q:為什么留存有時候比其他統計平台/工具要高?
  • A:App Analytics only counts a new user when an app is downloaded for the first time. Other analytics tools may count a new user for every app installation, even if the user is restoring it to their same device or re-downloading it to another device.
  • A:App Analytics只在首次安裝情況下才記為一個新設備。而其他統計平台/工具可能把每一次App安裝都統計為一個新用戶,即使這個用戶是恢復自己的數據到相同的設備,或重復下載到其他設備。

  • Q:Why do I sometimes see an error that there isn’t enough data?
  • Q:為什么我有時候發現報錯說數據不夠?
  • A:To protect customer privacy, we only show data in App Analytics after a certain number of data points are available.
  • A:為了保護用戶隱私,我們只在有足夠數量的數據上報后才顯示到App Analytics中。

譯者補充:

  • Q:各種數為什么和其他平台差距非常大?
  • A:匯總一下原因:

    1. 統計開始時間:Apple的App Analytics是從4月1日開始有數據,之前的數相當於0
    2. 參與上報設備:有的數據下面有【僅限參與/opt-in】標識的,只統計了允許上報的設備(大約17%,具體請參考各自App里【關於“App 分析”數據】旁邊的問號里的設備比例)
    3. 操作系統版本:只統計iOS8及以上的設備,截止5月6日,大約占比80%
    4. 設備上報延遲:最近3天數據,有的用戶設備可能還沒報上來
    5. 統計時區不同:Apple的App Analytics的日期是按照UTC時間的天,例如5月4日,對應北京時間是5月4日8點~5月5日8點


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM