티스토리 뷰
T store product linkage Guide
Linking to Your Products
T store client provides several link formats below that let you bring users to your products in the way you want, from Android apps, web pages, ads, reviews, articles, social media posts, and more.
The link formats let you:
App
via native cording
| Web
via HTML
|
T store API: PRODUCT_VIEW
Linking to a Product Details Page
Use deep-link users directly to a specific app's product details page. At the product details page, users can see the app description, screenshots, description, reviews and more, and then install it : )
To create the deep link, you need to know the T store 'product ID', which is declared in the application list page at T store developer center. ( ex: AID: OA00258540)
Please replace OA, a platform letter of Application ID, with “00”.
AID is OA00258540
PID is 0000258540
The product ID is also visible in your product detail pages at T store web below.
< image 01: Product ID >
For example, T store product URL :
highlighted (insProdId) is Product ID, 0000258540 of T store.
1. Linking users via HTTP
There are two general formats for links that are accessible to T store users on Android, The two formats trigger slightly different behaviors on the device:
http:// Lets the user launch their browser to handle the request.
If the browser handles the request, it choose whether to launch T store Client or loads the target page on T store web site when the user don't install T store Client.
as shown in the example below.
http://tsto.re/PID
Here's an example: http://tsto.re/0000313304 (Evernote)
< image 02: Examples >
2. Linking users via Android (Native)
If you want to link to your T store products from an Android app, create an Intent that opens an T store deep-link URL.
A. Check installation of T store client
the sample code below is verify installation of T store Client.
You can verify installation of T store Client by PKG name (com.skt.skaf.A000Z00040)
B. Summary of URL formats
The table below provides a summary of the URLs currently supported by the T store Client in an Android application.
PRODUCT_VIEW/(PID)/(Contents Rating) |
PRODUCT_VIEW – prefix |
PID - 10 character string 0 : rating for all REVIEW – Link to review page |
EXAMPLE) PRODUCT_VIEW/0000012345/1 |
T store Client v2.00.00 or later |
Table 01: T store deep-link API
3. Sample Code
'Dev Story' 카테고리의 다른 글
What's changed #5: Documentations (0) | 2013.09.25 |
---|---|
What's changed #4: Payment (0) | 2013.09.25 |
What's changed #3: Sub-IDs (0) | 2013.09.25 |
What's changed #1: App submission (0) | 2013.09.25 |
Get a chance to win money for your Game development (0) | 2013.06.25 |