Google Play 游戏在 PC 上的用户获取

借助 Google Play 游戏在 PC 上,开发者可以运行用户获取 (UA) 活动,就像他们今天使用移动 Android 手机那样,使用 Google Play 安装推荐来源库 并链接到 Google Play 商店列表

举例说明

  1. 开发者生成一个 Google Play URL,其中包含营销归因信息并链接到游戏的 Google Play 商店列表页面,并在网络上的广告或现有的 GPG 在 PC 游戏中使用它。它可能如下所示

    https://play.google.com/store/apps/details?id=com.sample.package&referrer=utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo
    

    在此示例中 utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo 对应于开发者为营销归因创建的字符串,并在游戏安装后通过 _referrer_ 字段传递到游戏客户端。

  2. 当 PC 用户点击包含此链接的广告时,他们会被重定向到 Google Play 网页 UI 上的游戏列表页面,该页面允许用户选择“在 Windows 上安装”。

    A sample store listing for a game on GPG on
PC

    点击“在 Windows 上安装”会提示用户打开或下载 Google Play 游戏在 PC 上的客户端。

    Prompt asking the user to open the game listing page, or download the
client if needed

    如果用户已安装客户端,则点击“打开”将在 Google Play 游戏在 PC 上启动游戏的详细信息页面,并自动开始安装过程。

    如果用户未安装 Google Play 游戏在 PC 上,则点击“下载”将启动平台安装程序的下载,并在成功安装和设置 Google Play 游戏在 PC 上后,游戏将自动开始安装。

    无论用户是从网络浏览器还是从另一个 GPG 在 PC 游戏中点击广告,流程都相同。对于后者,Google Play 游戏在 PC 上的客户端将使用游戏的 Google Play 商店网页 UI 上的列表页面启动浏览器以启动下载流程。

  3. 安装和启动成功后,开发者可以使用 Google Play 安装推荐来源库在游戏中检索推荐来源详细信息。

    A sample game running on GPG on PC showing the successfully retrieved
referrer string