Opening app page with custom campagin in Win Store app.
BitSmithy
2,141
Reputation points
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?
Sign in to answer