AppGallery Connect應(yīng)用內(nèi)分發(fā)如何添加歸因參數(shù)?
可以按照自主定義的邏輯編寫歸因參數(shù)(referer),并添加到華為應(yīng)用市場支持的deeplink地址中。示例如下:
hiapplink://com.huawei.appmarket?appId=C27162&channelID=HwBrowserSearch&referrer=Keywords
其中Keywords由您自行定義。
目前華為應(yīng)用市場支持歸因的deeplink地址如下所示:
appmarket://details
示例如下:
appmarket://details?id=pkgName&channelId=yourChannelId&referrer=yourReferrer
pkgName為應(yīng)用包名。yourChannelId為渠道ID,可以根據(jù)此渠道信息輸出報表。yourReferrer為歸因參數(shù)。
hiapp://com.huawei.appmarket
示例如下:
hiapp://com.huawei.appmarket?activityName=activityUri|appdetail.activity¶ms=%7B%22params%22%3A%5B%7B%22name%22%3A%22uri%22,%22type%22%3A%22String%22,%22value%22%3A%22package%7Ccom.****.appmarket%22%7D%5D%7D&channelId=yourChannelId&referrer=yourReferrer
activityName應(yīng)用的Activity名稱。params中包含經(jīng)過urlEncode處理的目標詳情頁包名信息。yourChannelId為渠道ID,可以根據(jù)此渠道信息輸出報表。yourReferrer為歸因參數(shù)。
hiapplink://com.huawei.appmarket
示例如下:
hiapplink://com.huawei.appmarket?appId=yourAppid&channelId=yourChannelId&referrer=yourReferrer
yourAppid為應(yīng)用ID。yourChannelId為渠道ID,可以根據(jù)此渠道信息輸出報表。yourReferrer為歸因參數(shù)。