Is it possible to track someone by sharing a youtube link with them with a timestamp such as &t=1s if they click on it on their end?
I've recently have been told not to use timestamps because of this...
Is it possible to track someone by sharing a youtube link with them with a timestamp such as &t=1s if they click on it on their end?
I've recently have been told not to use timestamps because of this...
Yes, you give someone a unique timestamp, and then that URL can be tracked with the timestamp like an ID value.
But you would have to be able to track URLs, too.
Youtube could see who originally generated the link most likely, or at least a list of people who generated that unique timestamp from the share button. The ?t= parameter on shared youtube videos is the seconds into the video, which does not disclose any information.
Unless they are in YouTube's servers, there is no way for someone to track what you do if you click a link with a timestamp. If they are sniffing your HTTPS traffic, all they will see is a series of requests to YouTube.com, with none of the GET parameters included.
If someone were to send you a link to a specific timestamp, it might be possible to determine that you clicked the link by seeing how many bytes of data you request from YouTube. i.e. if they send you a link with a timestamp 3 seconds from the end of a video, they could see that your requests to YouTube downloaded approximately 3 seconds worth of video (ignoring page load). This would require someone to be sniffing your network traffic, and would only allow "tracking" of whether you clicked that specific link. I can't imagine that this approach would be feasible or useful in any way.