I am building affiliation links in this format
www.SiteName.com/index.html?page=TargetPageName&data{“Key”:“Value”}
Use case user share link for product and the link carry the product ID and Affilation ID in parameters and pass them to the target page PageData object and from the page get the parameters and call an API to get the Product and assign AffilateID to it in case the user add it to cart we count the affiliation commission.
My questions are:
1- for mobile users when they share links with each other. will the link open the app or open on the browser?
2- if the link open the targeted page on app (which would be perfect) will the PageData object capture the parameters in link data={“Key”:“Value”} ?
if the answer is no for both … can you tell me how to make a deep link with parameters for the mobile app to capture?
on a side note any plans to add NFC functionality for mobile apps ?
Thank you