I want to get the number of clicks my App Intent gets when user comes in proximity of Nearby Beacons.
Asked
Active
Viewed 69 times
0
-
I believe this can be tracked by adding query string parameters into the path component of the intent URL. Quoting from Google Nearby Notifications FAQs: _Nearby Notifications links are standard Android deep links, but if you want to supply additional tags, for example, for metrics or analytics, you can add query string parameters into the path component of the intent URL._ – Avinash Gupta May 22 '17 at 12:59
-
Thank you so much Avinash, but can you give me the format in which i have to add the query string in path component. – Dharmesh Basapati May 23 '17 at 06:30