Skip to content
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

Added DAU pageviews as default to dashboard #559

Merged
merged 2 commits into from
Apr 14, 2020
Merged

Added DAU pageviews as default to dashboard #559

merged 2 commits into from
Apr 14, 2020

Conversation

EDsCODE
Copy link
Member

@EDsCODE EDsCODE commented Apr 13, 2020

Address #540

@timgl timgl temporarily deployed to posthog-540-default-dau-cskfsb April 13, 2020 18:04 Inactive
@@ -121,6 +121,7 @@ def create_with_data(self, users: List[User]=None, **kwargs):
type='ActionsTable',
filters={TREND_FILTER_TYPE_ACTIONS: [{'id': action.pk, 'type': TREND_FILTER_TYPE_ACTIONS}], 'display': 'ActionsTable', 'breakdown': '$browser'}
)
DashboardItem.objects.create(team=team, name='Unique Pageviews this week (DAU)', type='ActionsLineGraph', filters={TREND_FILTER_TYPE_ACTIONS: [{'id': action.pk, 'math': 'dau', 'type': TREND_FILTER_TYPE_ACTIONS}]})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think maybe "Daily Active Users" would be better. DAU is surprisingly not well known.

@timgl timgl temporarily deployed to posthog-540-default-dau-cskfsb April 14, 2020 00:22 Inactive
@timgl timgl merged commit 8b0275a into master Apr 14, 2020
@timgl timgl deleted the #540-default-dau branch April 14, 2020 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants