-
Notifications
You must be signed in to change notification settings - Fork 1
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
[DEV-12735] Replace current events with new ones using more generic naming #294
[DEV-12735] Replace current events with new ones using more generic naming #294
Conversation
export const STORY_IMAGE = { | ||
CLICK: 'Story Image Click', | ||
DOWNLOAD: 'Story Image Download', | ||
VIEW: 'Story Image View', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alpower Previously we've also tracked when image/gallery image was "opened" in stories. Not sure if we need this in Plausible? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it hurt to leave it in? I can see this being nice to know, if not now, at some point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean.. I guess we could keep it, just seems a bit useless to track that if we're not gonna show it in the dashboard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's not costing us anything to track it I say keep it, as quite what we show in the dashboard is still up in the air a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Custom events count as pageviews - we have 10 M events per month and we're already at 0,5 M and it's the 4th day of the month, so in theory it should be okay, but who knows, depends on the amount of images visitors are viewing.
Also, even if we add the Goals to the dashboard later, it won't show past data so I'd say let's skip it for now and I can add it later if we decide that we want this information there, otherwise let's not waste the event limit.
Sounds good?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah sounds good - if it counts towards limits then I agree.
We want to expose these events to our users in Plausible, so we need better/more generic event names.