Hacker News new | ask | show | jobs
by pogue 475 days ago
I wonder if you could implement some features used by the advertising industry and when you submit an application, include a tracking pixel/web beacon that would trigger when your application was viewed and returned some analytics like if it was viewed in an email client or web browser. You would then be able to see what's going on with the other end of your job application.
1 comments

Interesting idea! I'd love to know if that's possible too.

When we submit our application, usually we also submit a resume. Personally, I do add UTM code (e.g. utm_source) to my links in my resume so I know if it was visited through analytic tools like Mixpanel. However, that's assuming that the person viewing the resume clicks on it.

What format do you submit your resume in? In a doc or PDF you should theoretically be able to load an externally accessible beacon. Depending on how the person is viewing it, you could get some interesting results, including if an LLM looks at it first.
PDF format.

> including if an LLM looks at it first.

Wow, do you have any links / examples of this kind of tracking or have you seen that done anywhere? If it is effective, I think it would be really useful!

I kind of went down a rabbit hole trying to figure out how to do this in the modern era. It might be easier to send it via email or some other method.