Pof Google Play
Google Play provides several link formats that let you bring users to yourproducts in the way you want, from Android apps, web pages, ads, reviews,articles, social media posts, and more.
Eneba store has games for all seasons, every mood, every fantasy, and every urge. Buy them, play them, complete them. You want it — we have it! Make every lesson interactive. You don’t have to start from scratch. Upload and make any of your favorite PowerPoints, Google Slides, and now, any video interactive. You can even upload videos directly from YouTube. Or, search our standards-aligned library of 15,000+ interactive lessons and videos across all grades and subjects.
To link to your app with the Google Play badge, visit the badge generator.The link formats let you link to the following:
- An app's store listing.
- A developer's page.
- A search result of your choice.
- A collection.
- A Google Play Instant experience.
Linking to a store listing
Use the format below to deep-link directly to an app's Store listing page, whereusers can see the app description, screenshots, reviews and more, and theninstall it.
To create the link, you need to know the app's fully qualified package name,which is declared in the app's manifestfile. The package name isalso visible in the Google Play Console.
Here's an example:
For details on how to send the link in an Android app, see Linking from anAndroid App.
Pof Google Play Account
Linking to a developer page
Use the format below to link users to your developer page. On this page you can provide more details about your brand,feature an app, and provide a list of other apps you've published.
To create the link, you need to know your publisher name, which is availablefrom the Play Console.
Here's an example:
For details on how to send the link in an Android app, see Linking from anAndroid App.
Linking to a search result
Use the format below to link users to a search query result on Google Play. Thesearch result page shows a list of apps (and optionally other content) thatmatch the query, with ratings, badges, and an install button for each.
To create the link, you just need a search query string. If you want the queryto search beyond the Google Play app listings, remove the &c=apps
part of thelink URL.
Here's an example:
Pof Google Play Download
For details on how to send the link in an Android app, see Linking from anAndroid App.
Linking to a collection
If your app is featured or appears in one of the Google Play top charts orcollections, you can use the format below to link users directly to thecollection. The collection shows a ranked list of apps in the collection, withratings, short descriptions, and an install button.
Here's an example:
For details on how to send the link in an Android app, see Linking from anAndroid App.
Table 1. Collections on Google Play.
Pof Google Play Gift Card
Collection | collection_name |
---|---|
Staff Picks (Featured) | featured |
Top Paid | topselling_paid |
Top Free | topselling_free |
Top New Free | topselling_new_free |
Top New Paid | topselling_new_paid |
Top Grossing | topgrossing |
Trending | movers_shakers |
Linking to Editors' Choice Pages
If your app is featured or appears in articles in Editors' Choice, you can usethe format below to link users directly to the Editors’ Choice page.
The URL for the main Editors' Choice page is:
And you can find each page's URL from the Editors' Choice page.
Here are some examples:
Linking from an Android App
If you want to link to your products from an Android app, create anIntent
that opens a URL. As youconfigure this intent, pass 'com.android.vending'
into Intent.setPackage()
so that users see your app's details in the Google Play Store app instead of achooser.
The following example directs users to viewing the app containing the packagename com.example.android
in Google Play:
Launching a Google Play Instant experience
If you have published an instant app usingGoogle Play Instant, you canlaunch the app as follows:
Note: If Google Play Instant isn't enabled on the device, the storelisting is shown.Summary of URL formats
The table below provides a summary of the URIs currently supported by the GooglePlay (both on the web and in an Android application), as discussed in theprevious sections.
For this result | Use this link |
---|---|
Show the store listing for a specific app | https://play.google.com/store/apps/details?id=<package_name> |
Show the developer page for a specific publisher | https://play.google.com/store/apps/dev?id=<developer_id> |
Show the result of a search query | https://play.google.com/store/search?q=<query> |
Show an app collection | https://play.google.com/store/apps/collection/<collection_name> |
Launch a Google Play Instant experience | https://play.google.com/store/apps/details?id=<package_name>&launch=true |