-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email click stats shows 0s for emails that have clicks #97638
Comments
This issue could use some more labels, to help prioritize and categorize our work. Could you please add at least a |
I'm able to replicate this with the latest couple of posts from my self-hosted environment too. @Automattic/red @Automattic/jetpack-bebop is this something one of you can look into? |
I had a quick look at this one. I believe the fbhepr%2Skers%2Sjcpbz%2Schoyvp.ncv%2Serfg%2Sjcpbz%2Qwfba%2Qraqcbvagf%2Spynff.jcpbz%2Qfgngf%2Qncv%2Qraqcbvagf.cuc%3Se%3Q9618so2o%231321-og
So yeah, it does look like there is an error in the data returned from the API call. The numbers I'm seeing don't quite match what you noted, which is also odd. I'm seeing 125 opens and 7 clicks for that post. So…5.6%? I'll try and circle back on this next week when I'm back from AFK but it will depend on the backlog from our current projects. |
Hmm…maybe I'm looking in the wrong spot. Either way, will give it another look next week. |
Looped in Zap before moving forward with this one. p1734618654975259-slack-C052XEUUBL4 |
#97729 adds two decimal places and tooltips to the rates for better clarity. One potential issue is that, for posts published before August 2023, we don’t have unique counts. Since rates are calculated using unique counts, we need to consider how to display rates for those posts. |
TL;DR: Posts without links in the content don’t have unique clicks recorded, so the click rate is shown as 0 for these. I’ve been investigating the email clicks issue, and here are my findings so far, along with some points that may not be clear to users: Previously, we displayed Total clicks in the stats. Now, we calculate and display Click rate, which are derived from unique clicks. Data Storage
To make it even more complicated, we record For clicks on post titles in emails, this is the backtrace for when this event is triggered:
For clicks on non-post-title links we also record wpcom_email_click, but with a different backtrace:
These discrepancies in how clicks are tracked and stored likely contribute to the confusion and inconsistencies in the reported stats. cc @Automattic/zap @crisbusquets |
Quick summary
The email clicks consistently shows 0% even for emails that have a non-trivial number of clicks and are clearly not at 0%.
Steps to reproduce
Visit the stats for veselin.blog
What you expected to happen
Email stats to show actual numbers, exact clicks rather than %s
What actually happened
0s and wrong %s
Impact
Some (< 50%)
Available workarounds?
No but the platform is still usable
If the above answer is "Yes...", outline the workaround.
Flagging that some users are impacted because this only affects users with email subscribers.
Platform (Simple and/or Atomic)
No response
Logs or notes
No response
The text was updated successfully, but these errors were encountered: