如何在Google Play商店中发布之前测试Google Play引荐来源网址api? [英] How to test google play referrer api before publishing in Google play store?

查看:600
本文介绍了如何在Google Play商店中发布之前测试Google Play引荐来源网址api?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Google于2017年11月20日宣布了其Google Play Referrer API,作为跟踪应用安装的新方法.我的问题是:在Google Play中发布我的应用程序之前,有什么方法可以测试该功能?

Google announced their Google Play Referrer API at 20 November 2017 as new way to track app installs. My question is: Is there any way to test the function before my app is released in Google play?

推荐答案

更新

仅测试测试 适用于引荐来源广播.我同时实现了installreferrer API和广播,因此引荐来源网址是来自广播而不是来自API.

Update

Beta test only works for referrer broadcast. I implement both installreferrer API and broadcast at the same time, so the referrer is from broadcast instead of API.

使用Google Play提供的Beta测试,如下所示:

Use Beta test provided by Google Play as following:

  1. 提交beta测试APK文件
  2. 将您的帐户添加到测试人员
  3. 使用引荐来源网址打开您的APP的详细页面网址.根据类似的 thread :

https://play.google.com/store/apps/details?id=com.mypackage&referrer=utm_source%3Dmobisoc%26utm_content%3D {transaction_id}%26utm_campaign%3D1

https://play.google.com/store/apps/details?id=com.mypackage&referrer=utm_source%3Dmobisoc%26utm_content%3D{transaction_id}%26utm_campaign%3D1

  • 如果使用的是Chrome,则可以通过单击页面上的在Play Market APP中打开"按钮将网址重定向到Play APP.
  • 下载并在Play APP中安装您的APP.
  • 启动后,您的应用应会收到一个引荐来源网址,您可以通过报告或打印日志来对其进行测试.

    Your app should then receive a referrer after launch, and you can test it by reporting it or printing a log.

    Alpha测试也应该起作用,但是我还没有对此进行测试.

    Alpha test should also work, but I have not test that.

    这篇关于如何在Google Play商店中发布之前测试Google Play引荐来源网址api?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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