I want to achieve the following ( mobile users only ): - if user clicks on a link he receives, he goes to my web-site - if this user then downloads my app from google play / apple store, I will offer him some discounted price
I am thinking to implement it by tracking user's IDFA or GAID. I know that it's 100% possible to get on mobile app ( so the 2nd step is 100% ).
However, I wonder if it's possible to get IDFA / GAID on my web-site ( like that I can make an ajax request to the server to memorize IDFA / GAID so later on I will give discounted price to this mobile ).
Are there any clues?
Thank you in advance. Best Regards,