• The referrer URL of the installed package
• The timestamp, of when a referrer click happened (both client- and server-side)
• The timestamp, of when an installation began (both client- and server-side)
• The app’s version at the time when the app was first installed
• Whether the user has interacted with your app’s instant experience in the past 7 days
It is a standard and highly reliable and accurate method to attribute conversions through Google Play. It enables the attribution provider to send attribution parameters to the store, which then passes them back to the source when the app is downloaded.
Also referrer URL is often used to provide rewards to the users.
Unfortunately, Resolve menu item still downloads Play Install Referrer Library (even with Dependencies.xml) and build fails. As a solution I found that after removing resolved library using menu “Assets->External Dependency Manager->Android Resolver->Delete Resolved Libraries” the build will succeed.
Does External Dependency Manager downloads Play Install Referrer Library in your case? Can you check if the file exists by path: Assets/Plugins/Adnroid/com.android.installreferrer.installreferrer-2.2.aar ?
No, I do not have such file. Most likely i pressed “Delete Resolved Libraries” during testing and that could have fixed the issue for me, guess you’re right.