platform icon indicating copy to clipboard operation
platform copied to clipboard

Missing 'email_opened'

Open gautier-kelindi opened this issue 10 months ago • 9 comments

I sent an email campaign, the events email_sent & email_clicked works (in both Parcelvoy & Posthog), but I don't see the event email_opened while the info is visible in the delivery dashboard in my campaign

Image Image

gautier-kelindi avatar Apr 22 '25 17:04 gautier-kelindi

Note: the email_opened does not list either on Parcelvoy's user events, so we're unsure what "opened" means in the dashboard context. We're using the SMTP provider in that example.

We might be able to work around it by including an image sending to https://github.com/parcelvoy/platform/blob/75706bb63f92963944daa391f39f230d64176812/apps/platform/src/render/LinkController.ts#L27 but if it was included in the "tracking" behavior by default, we'd love it :)

Wardormeur avatar Apr 22 '25 17:04 Wardormeur

The email opened exists, it uses a empty image to track. The user might have chosen not to allow gmail to open the image

williamhrs avatar Apr 23 '25 01:04 williamhrs

In my case I only see like this

Image

johnwalkerdev avatar Apr 24 '25 15:04 johnwalkerdev

did you try and send it to yourself and open/click it?

williamhrs avatar Apr 24 '25 15:04 williamhrs

Yes I did We tried 5 different emails

johnwalkerdev avatar Apr 24 '25 16:04 johnwalkerdev

that's really weird.

For us it works perfect.

Image

williamhrs avatar Apr 24 '25 17:04 williamhrs

Yeah, I'm deploying the project on AWS now. It was on Render.com before, just for a quick deployment, but I think Render might be causing some issues.

johnwalkerdev avatar Apr 24 '25 17:04 johnwalkerdev

You should inspect the HTML of the email you are sending (should be able to view it by click on the email_sent event for the user). Double check that the links are wrapping (they'll look like the base domain you set up with a redirect parameter on them) and that there is a pixel image in the HTML also pointing to that base domain. If the URLs aren't correct then the data wont be making it back to Parcelvoy. You can try manually opening those URLs and see where they are redirecting you to.

pushchris avatar Apr 24 '25 23:04 pushchris

Everything working now thank you

johnwalkerdev avatar Apr 26 '25 06:04 johnwalkerdev