Skip to content

Commit 27a18b3

Browse files
committed
Merged main into live
2 parents 1f216de + 749365c commit 27a18b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hub/apps/publish/create-a-custom-app-promotion-campaign.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ To create a Microsoft Store page URL for your app with a custom campaign ID:
7474
7575
2. Get the link for your app's Store listing in HTML or protocol format.
7676

77-
* Use the HTML URL if you want customers to navigate to your app's web-based Store listing in a browser on any operating system. On Windows devices, the Store app will also launch and display your app's listing. This URL has the format **`https://www.microsoft.com/store/apps/*your app ID*`**. For example, the HTML URL for Skype is `https://www.microsoft.com/store/apps/9wzdncrfj364`. You can find this URL on your [App identity](view-app-identity-details.md#link-to-your-apps-listing) page.
77+
* Use the HTML URL if you want customers to navigate to your app's web-based Store listing in a browser on any operating system. On Windows devices, the Store app will also launch and display your app's listing. This URL has the format **`https://apps.microsoft.com/detail/*your app ID*`**. For example, the HTML URL for Skype is `https://apps.microsoft.com/detail/9wzdncrfj364`. You can find this URL on your [App identity](view-app-identity-details.md#link-to-your-apps-listing) page.
7878

7979
* Use the protocol format if you are promoting your app from within other Windows apps that are running on a device or computer with the UWP app installed, or when you know that your customers are on a device which supports the Microsoft Store. This link will go directly to your app's Store listing without opening a browser. This URL has the format **`ms-windows-store://pdp/?PRODUCTID=*your app id*`**. For example, the protocol URL for Skype is `ms-windows-store://pdp/?PRODUCTID=9wzdncrfj364`.
8080

8181
3. Append the following string to the end of the URL for your app:
8282

83-
* For an HTML format URL, append **`?cid=*my custom campaign ID*`**. For example, if Skype introduces a campaign ID with the value **custom\_campaign**, the new URL including the campaign ID would be: `https://www.microsoft.com/store/apps/skype/9wzdncrfj364?cid=custom\_campaign`.
83+
* For an HTML format URL, append **`?cid=*my custom campaign ID*`**. For example, if Skype introduces a campaign ID with the value **custom_campaign**, the new URL including the campaign ID would be: `https://apps.microsoft.com/detail/9wzdncrfj364?cid=custom_campaign`.
8484

85-
* For a protocol format URL, append **`&cid=*my custom campaign ID*`**. For example, if Skype introduces a campaign ID with the value **custom\_campaign**, the new protocol URL including the campaign ID would be: `ms-windows-store://pdp/?PRODUCTID=9wzdncrfj364&cid=custom\_campaign`.
85+
* For a protocol format URL, append **`&cid=*my custom campaign ID*`**. For example, if Skype introduces a campaign ID with the value **custom_campaign**, the new protocol URL including the campaign ID would be: `ms-windows-store://pdp/?PRODUCTID=9wzdncrfj364&cid=custom_campaign`.
8686

8787
<span id="programmatically"></span>
8888

hub/apps/publish/view-app-identity-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following values are additional values that refer to your app's package fami
3939

4040
## Link to your app's listing
4141

42-
The direct link to your app's page can be shared to help your customers find the app in the Store. This link is in the format **`https://www.microsoft.com/store/apps/<your app's Store ID>`**. When a customer clicks this link, it opens the web-based listing page for your app. On Windows devices, the Store app will also launch and display your app's listing.
42+
The direct link to your app's page can be shared to help your customers find the app in the Store. This link is in the format **`https://apps.microsoft.com/detail/<your app's Store ID>`**. When a customer clicks this link, it opens the web-based listing page for your app. On Windows devices, the Store app will also launch and display your app's listing.
4343

4444
Your app's **Store ID** is also shown in this section. This Store ID can be used to [generate Store badges](https://developer.microsoft.com/store/badges) or otherwise identify your app.
4545

0 commit comments

Comments
 (0)