El desarrollador genera una URL de Google Play, que incluye información de atribución de marketing y vínculos a la página de la ficha de Google Play Store del juego, y la usa en un anuncio en la Web o en un juego de GPG existente para PC. Tal vez se vería así:
En este ejemplo, utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo corresponde a la cadena que creó el desarrollador para la atribución de marketing y, cuando se instala el juego, se pasa al cliente del juego a través del campo referer.
Cuando un usuario de PC hace clic en un anuncio con este vínculo, se lo redirecciona a la página de la ficha del juego en la IU web de Google Play, que le brinda la opción de Instalar en Windows.
Si el usuario hace clic en Install on Windows, se le pedirá que abra o descargue el cliente de Google Play Juegos para PC.
Si el usuario ya tiene instalado el cliente, se inicia cuando hace clic en Abrir.
la página de detalles del juego en Google Play Juegos para PC y se inicia automáticamente
el proceso de instalación.
Si el usuario no tiene instalado Google Play Juegos para PC, cuando hace clic en Descargar, se inicia la descarga del instalador de la plataforma y, después de una instalación y configuración correctas de Google Play Juegos para PC, el juego comienza a instalarse automáticamente.
Este es el mismo flujo, independientemente de si el usuario hace clic en el anuncio desde el navegador web o si está dentro de otro juego de GPG para PC. En el último caso, el cliente de Google Play Juegos para PC inicia un navegador con la página de la ficha del juego en la IU web de Google Play Store para iniciar el flujo de descarga.
Después de una instalación y un lanzamiento exitosos, el desarrollador puede recuperar la URL de referencia
del juego con la biblioteca de referencia de instalación de Google Play.
El contenido y las muestras de código que aparecen en esta página están sujetas a las licencias que se describen en la Licencia de Contenido. Java y OpenJDK son marcas registradas de Oracle o sus afiliados.
Última actualización: 2025-07-27 (UTC)
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]