Aquisição de usuários para o Google Play Games no PC
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Com o Google Play Games no PC, os desenvolvedores podem veicular campanhas de aquisição de usuários (UA)
semelhante ao que ocorre atualmente com celulares Android usando o Google
Biblioteca Play Install Referrer e a vinculação à
Google Play Store
ficha.
Como exemplo:
O desenvolvedor gera um URL do Google Play, que inclui marketing
informações de atribuição e links para a página "Detalhes do app" na Google Play Store
e o usa em um anúncio na Web ou em um GPG existente no PC
jogo. Ele poderia ficar assim:
Neste exemplo,
utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo
corresponde à string criada pelo desenvolvedor para atribuição
de marketing e, após a instalação do jogo, é transmitida pelo campo
referrer
para o cliente do jogo.
Quando um usuário de PC clica em um anúncio com esse link, ele é redirecionado para a
página de detalhes do jogo na interface
da Web do Google Play, que oferece a opção de
Instalar no Windows.
Clicar em Instalar no Windows solicita que o usuário abra ou faça o download
cliente do Google Play Games no PC.
Se o cliente já estiver instalado, o usuário poderá clicar em Abrir para abrir
a página de detalhes do jogo no Google Play Games no PC e iniciar automaticamente
o processo de instalação.
Se o usuário não tiver o Google Play Games no PC instalado, o clique em
Download vai iniciar o download do instalador da plataforma. Após a
instalação e configuração bem-sucedidas do Google Play Games no PC, o jogo
vai começar a ser instalado automaticamente.
Este é o mesmo fluxo, independentemente de o usuário clicar no anúncio da Web
navegador ou se estiver em outro jogo GPG no PC. Para este último, os
O cliente do Google Play Games no PC inicia um navegador com a lista do jogo
na interface da Web da Google Play Store para iniciar o fluxo de download.
Após a instalação e o lançamento, o desenvolvedor pode recuperar os detalhes do referenciador
no jogo usando a biblioteca Google Play Install Referrer.
O conteúdo e os exemplos de código nesta página estão sujeitos às licenças descritas na Licença de conteúdo. Java e OpenJDK são marcas registradas da Oracle e/ou suas afiliadas.
Última atualização 2025-07-27 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-27 UTC."],[],[],null,["# User Acquisition for Google Play Games on PC\n\nWith Google Play Games on PC, developers can run User Acquisition (UA) campaigns\nsimilar to how they do so with mobile Android phones today using the [Google\nPlay Install Referrer library](/google/play/installreferrer) and linking to the\n[Google Play Store\nlisting](/distribute/marketing-tools/linking-to-google-play#OpeningDetails).\n\nAs a sample scenario:\n\n1. The developer generates a Google Play URL, which includes marketing\n attribution information and links to the game's Google Play Store listing\n page, and uses it in an advertisement on the web or in an existing GPG on PC\n game. It could look something like this:\n\n https://play.google.com/store/apps/details?id=com.sample.package&referrer=utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo\n\n In this example\n `utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo`\n corresponds to the string created by the developer for marketing\n attribution, and upon game installation is passed through the *referrer*\n field to the game client.\n | **Note:** The referrer string must be URL encoded, 512 characters or less, and included in the referrer query parameter of the Google Play URL.\n2. When a PC user clicks on an ad with this link, they are redirected to the\n game's listing page on the [Google Play web\n UI](https://play.google.com/store/games), which gives the user the option to\n *Install on Windows*.\n\n Clicking *Install on Windows* prompts the user to either open or download\n the Google Play Games on PC client.\n\n If the user already has the client installed, then clicking *Open* launches\n the game's detail page on Google Play Games on PC and automatically start\n the installation process.\n | **Note:** Depending on the browser, the user may need to accept a permission to allow the browser to open links within the Google Play Games on PC client\n\n If the user does not have Google Play Games on PC installed then clicking\n *Download* initiated the download of the platform installer, and upon a\n successful installation and setup of Google Play Games on PC, the game\n automatically starts installing.\n\n This is the same flow regardless if the user clicks the ad from the web\n browser, or if it's within another GPG on PC game. For the latter, the\n Google Play Games on PC client launches a browser with the game's listing\n page on the Google Play Store web UI to initiate the download flow.\n3. Upon successful install and launch, the developer can retrieve referrer\n details within the game using the Google Play Install Referrer library.\n\n| **Note:** After a user initiates an install through the Google Play web UI, the GPG on PC client will retain the referrer until the game is successfully installed (up to 28 days after the install was originally initiated). After a successful game install, the referrer details will be maintained on the client for 90 days, as is [standard for the Play Referrer\n| API](/google/play/installreferrer/igetinstallreferrerservice). As such, the referrer may be retained for at most 118 days."]]