Pozyskiwanie użytkowników w Grach Google Play na PC
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Dzięki grom Google Play na PC deweloperzy mogą prowadzić kampanie nastawione na pozyskiwanie użytkowników (UA) w sposób podobny do tego, w jaki robią to obecnie na telefonach komórkowych z Androidem, korzystając z biblioteki referrerów instalacji Google Play i połączenia z kartą produktu w Google Play.
Przykładowy scenariusz:
Deweloper generuje adres URL w Google Play, który zawiera treści marketingowe
informacje o pochodzeniu danych i linki do informacji o grze w Sklepie Google Play.
i wykorzystuje ją w reklamie w internecie lub w dotychczasowej grze GPG na PC.
tę grę. Może to wyglądać mniej więcej tak:
W tym przykładzie parametr utm_source%3Dsearch%26utm_medium%3Dcpc%26utm_campaign%3Dsummerpromo odpowiada ciągowi znaków utworzonemu przez dewelopera na potrzeby atrybucji marketingowej. Po zainstalowaniu gry jest on przekazywany do klienta gry za pomocą pola referrer.
Gdy użytkownik kliknie reklamę z tym linkiem, zostanie przekierowany na stronę z informacjami o grze w interfejsie internetowym Google Play, gdzie będzie mógł zainstalować grę w systemie Windows.
Kliknięcie Zainstaluj w systemie Windows powoduje wyświetlenie prośby o otwarcie lub pobranie pliku.
klienta Gier Google Play na PC.
Jeśli klient jest już zainstalowany, kliknięcie Otwórz spowoduje wyświetlenie strony z informacjami o grze w Grach Google Play na PC i automatyczne rozpoczęcie procesu instalacji.
Jeśli użytkownik nie ma zainstalowanych Gier Google Play na PC, kliknij
Pobieranie rozpoczęło pobieranie instalatora platformy, a po
Udana instalacja i skonfigurowanie Gier Google Play na PC,
automatycznie rozpocznie się instalacja.
Proces jest taki sam niezależnie od tego, czy użytkownik kliknie reklamę w przeglądarce, czy w innej grze Google Play na PC. W tym przypadku klient Gry Google Play na PC uruchamia przeglądarkę z stroną z informacjami o grze w interfejsie internetowym Sklepu Google Play, aby rozpocząć proces pobierania.
Po pomyślnej instalacji i uruchomieniu deweloper może pobrać stronę odsyłającą.
szczegóły w grze za pomocą biblioteki odsyłającej do instalacji z Google Play.
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-27 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]