직접 클릭과 QR 코드 스캔 사이의 링크에 대한 클릭 및 이벤트를 분할하는 방법이 있습니까?
It is not possible to differentiate between a direct click and a click through QR code scan as-is, however you can track direct clicks vs. scans by modifying the link for one (or both) mediums by using Analytics Tags.
For example, if your Quick Link is https://example.app.link/test
, you can publish the link with the tag noQR
to see metrics between direct clicks and QR code scanned clicks: https://example.app.link/test?~tags=noQR
Updated about 2 years ago