Opening app page with custom campagin in Win Store app.

BitSmithy 2,081 Reputation points
2024-06-18T12:59:29.9366667+00:00

Hello,

I am opening app page directly in Windows Store app

using such function:

var success = await Windows.System.Launcher.LaunchUriAsync(appUri, options);

and using such URI string:

"ms-windows-store://pdp/?PRODUCTID=xxxxxxx&cid=pass_ra"

where:

"xxxxxxx" - is app store id

"pass_ra" is custom campagin identifier

all works and app page is opened.

Next, after some days, I check Custom Campagin page in Partner Center.

There are not my openings reported.

What I am doing wrong?

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
993 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.