0

From multiple beacons placed at a location, how can we know from which beacon the user accessed the URL ? I am using Nearby notification. Minor value of beacon would help ? If yes then how ? Or pls suggest an alternative solution.

Thanks.

  • This appears to be a duplicate of the same question by this same user: https://stackoverflow.com/questions/44443725/nearby-notification-minor-value – davidgyoung Jun 08 '17 at 22:12
  • I wanted to modify the content of the question and also wanted to added extra tags after posting the question. Cud not do it, so had to post as a new question.. – user8133296 Jun 09 '17 at 04:06

1 Answers1

1

Append your url with a parameter identifying the beacon. E.g. http://www.myaddress.com?beaconId=123

Robert K.
  • 1,043
  • 1
  • 8
  • 20