开发者

How do you track usage of QRcodes?

I don't know if this even is possible, but here goes, how do you track usage of QRcodes? (track scans may be more accurate)

I'm not primarily looking for code snippets (they are of course welcome), but a method for doing this.

Than开发者_JAVA技巧ks for all your answers :)

Lars


Assuming that the QR codes in question are URLs, put an extra query parameter at the end of the URL containing some means of identifying the QR code. Then, have the target page check for the presence of this query parameter. If the value in the parameter is in your database, increment its counter. You'll obviously have to generate and distribute multiple QR codes with differing values for your query parameter.


From my experience the easiest way to track usage of your QR codes is to encode all URLs you are planning to put into QR codes via URL shortener like bit.ly.

By doing so you will achive two results:

  1. "free" clicks/scans analytics from bit.ly
  2. you have really short URLs which allow you to use smaller QR codes (easier to scan with low-res camera-phones) or better error correction
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜