Tracking Hashtags & Querystrings in GA

前端 未结 4 865
野性不改
野性不改 2021-01-05 18:12

I have a few stickers which contain my website\'s URL QR Code (like this : http://qrcode.kaywa.com/img.php?s=5&d=http%3A%2F%2Fissocial.net%23qr) . I will stick it to str

4条回答
  •  暖寄归人
    2021-01-05 18:51

    No web server can track hash tags. They aren't sent to the server; they're only used by the client.

    You could always just encode http://.../qr and have your server redirect to your home page. Or just have it serve up the same content as the home page in response. Or go through a shortener.

提交回复
热议问题