开发者

Android AdMob download Tracking Test

开发者 https://www.devze.com 2023-04-04 01:03 出处:网络
I am working on an application, in which i have to add google admob download tracking. i.e., to check that number of the time the app has been downloaded from the android market. But for the time bein

I am working on an application, in which i have to add google admob download tracking. i.e., to check that number of the time the app has been downloaded from the android market. But for the time being app is not in android market as it is in development phase, to do so, i have added the code in xml as per the documentation in the manifest file within application tag:

    <receiver
        android:name="com.google.ads.InstallReceiver"
        android:exported="true">
        <intent-filter>
            <action
                android:name="com.android.vending.INSTALL_REFERRE开发者_运维知识库R" />
        </intent-filter>
    </receiver>

What else i need to do, i have included the jar file as well, but what next ??? remember it's just download tracking not whole app tracking. Any help is appreciated. Thanks..!!!


Duplicate of Tesing Admob Tracking in Android App

With no response. The conclusion so far is that it can be tested only after the app is live with the tracking implemented.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号