Acquisition d'utilisateurs pour Google Play Jeux sur PC
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Avec Google Play Jeux sur PC, les développeurs peuvent diffuser des campagnes d'acquisition d'utilisateurs (UA) de la même manière qu'ils le font actuellement avec les téléphones mobiles Android à l'aide de la bibliothèque Google Play Install Referrer et en établissant un lien vers la fiche Play Store de Google.
Exemple de scénario:
Le développeur génère une URL Google Play, qui inclut des informations d'attribution marketing et des liens vers la page de fiche Google Play Store du jeu, et l'utilise dans une annonce sur le Web ou dans un jeu GPG sur PC existant. Voici ce que vous pourriez voir s'afficher :
Dans cet exemple
utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo
correspond à la chaîne créée par le développeur à des fins marketing
et lors de l'installation du jeu sont transmises via l'URL de provenance
au client de jeu.
Lorsqu'un utilisateur de PC clique sur une annonce contenant ce lien, il est redirigé vers
d'un jeu vidéo sur Google Play en ligne
UI, qui donne à l'utilisateur la possibilité de
Installer l'application sur Windows
Lorsque l'utilisateur clique sur Installer sous Windows, il est invité à ouvrir l'application ou à la télécharger.
le client Google Play Jeux sur PC.
Si l'utilisateur a déjà installé le client, le fait de cliquer sur Ouvrir lance
page d'informations du jeu sur Google Play Jeux sur PC et lancer automatiquement
le processus d'installation.
Si Google Play Jeux sur PC n'est pas installé, le clic sur Télécharger lance le téléchargement de l'installateur de la plate-forme. Une fois Google Play Jeux sur PC installé et configuré, le jeu commence automatiquement à s'installer.
Il s'agit du même parcours, que l'utilisateur clique sur l'annonce depuis le navigateur Web ou qu'il se trouve dans un autre jeu GPG sur PC. Dans ce dernier cas, le
Le client Google Play Jeux sur PC lance un navigateur avec la fiche du jeu
de l'interface utilisateur Web du Google Play Store pour lancer le processus de téléchargement.
Une fois l'installation et le lancement réussis, le développeur peut récupérer l'URL de provenance
informations dans le jeu à l'aide de la bibliothèque Google Play Install Referrer.
Le contenu et les exemples de code de cette page sont soumis aux licences décrites dans la Licence de contenu. Java et OpenJDK sont des marques ou des marques déposées d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/27 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 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."]]