安卓:跟踪应用安装 [英] Android: Tracking App installs

查看:228
本文介绍了安卓:跟踪应用安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何跟踪应用的安装?

我在 Facebook手机和我得到了不少点击创建几个广告。用户安装的应用程序。

I have created few ads on facebook mobile and am getting quite a few clicks. The users are installing the app.

我想知道,如果用户点击 Facebook手机广告后确实安装应用程序,我们如何能够跟踪。

I wanted to know how we can track if the user really install the app after clicking the ad on facebook mobile.

我能够跟踪安装在谷歌播放控制台

也做的Facebook的Andr​​oid API 给我一个选项,以跟踪用户安装(与广告ID一起)?

Also does facebook android API gives me an option to track the user install (along with ad id)?

任何帮助是AP preciated。

Any help is appreciated.

推荐答案

是的,Facebook的SDK可以让你当用户打开您的应用,这些事件被跟踪为安装事件在第一时间报告(Facebook)的用户打开你的应用

Yes, the Facebook SDK allows you to report when a user opens your app and those events are tracked as install events the first time a (Facebook) user opens your app

文件是在这里: https://开头开发商.facebook.com /文档/广告换的应用程序/移动应用的广告/高级

例报告一个应用程序启动/安装,一旦你整合Facebook的Andr​​oid SDK中是:

Example to report an app launch / install, once you've integrated the Facebook Android SDK is:

com.facebook.AppEventsLogger.activateApp(context, YOUR_APP_ID);

在你的应用程序的活动的onResume()方法

In the onResume() method of your app's activities

您就会看到在Facebook的分析信息中心的安装

You'll then see the installs in Facebook's Insights dashboard

这篇关于安卓:跟踪应用安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆