Google市場推廣統計

2021-09-08 09:35:59 字數 1322 閱讀 6009

google play作為android最大的應用市場,也存在這推廣等常用的行為,那麼如何統計呢,google analytics sdk或者其他的sdk都提供了方法,實際上是可以不需要任何sdk,完全可以自己實現的。

原理是這樣的:當來自play store上的應用被安裝之後,play store會傳送乙個指定的廣播給被安裝的包,廣播的action為com.android.vending.install_referrer。內容資料類似於 utm_source%3dgoooooogggggggggggggle%26utm_medium%3dcpc%26utm_term%3dandroid%252bbrowser%26utm_content%3dmaxthon%2520browser%2520for%2520android%26utm_campaign%3dyou%2520never%2520know%2520fast. 我們只需要接收這個廣播處理即可。

首先在manifest中增加receiver來接收

這裡的analyticsreceiver是專門接收推廣廣播的。

**很簡單

package com.example.installreceiverdemo;

import android.content.broadcastreceiver;

import android.content.context;

import android.content.intent;

import android.util.log;

public class analyticsreceiver extends broadcastreceiver

}

這樣基本上就完成了,關於簡單測試,可以使用下列**:

intent it = new intent("com.android.vending.install_referrer");

it.setpackage("com.example.installreceiverdemo");

it.putextra("referrer", "utm_source%3dgoooooogggggggggggggle%26utm_medium%3dcpc%26utm_term%3dandroid%252bbrowser%26utm_content%3dmaxthon%2520browser%2520for%2520android%26utm_campaign%3dyou%2520never%2520know%2520fast.");

sendbroadcast(it);

Google正在推廣HTTPS

google已將現有chrome特性在非安全站點上禁用,同時新的特性將只支援https,意在推進https的普及。chrome瀏覽器自50版本以後已禁止通過http做地理定位和使用getusermedia功能 該功能可訪問使用者的攝像頭或話筒 並即將實施對加密 擴充套件 應用快取 裝置移動 方向檢測...

Google正在推廣HTTPS

google已將現有chrome特性在非安全站點上禁用,同時新的特性將只支援https,意在推進https的普及。chrome瀏覽器自50版本以後已禁止通過http做地理定位和使用getusermedia功能 該功能可訪問使用者的攝像頭或話筒 並即將實施對加密 擴充套件 應用快取 裝置移動 方向檢測...

Google推廣的十二點技巧

awords關鍵詞廣告是怎樣運作的?awords nbs程式設計客棧p 關鍵詞廣告是基於搜尋關鍵詞的文字廣告,出現在事先選擇的關鍵詞搜尋結果首頁右側顯著位置.google 所提供的google的awords關鍵詞廣告包括中文推廣,全球推廣和專家推廣三種,客戶可以根據推廣需要有針對性地選擇awords...