PostHog/posthog

Add `page` function to all libraries

Open

#635 创建于 2020年4月21日

在 GitHub 查看
 (15 评论) (0 反应) (0 负责人)Python (16,704 star) (988 fork)batch import
enhancementfeature/ingestionfeature/librariesgood first issue

描述

Is your feature request related to a problem? Please describe. I want to easily be able to capture pageviews. At the moment, in all libraries I need to do posthog.capture('$pageview', {'$current_url': 'https://...'}).

Describe the solution you'd like I want to be able to do posthog.page('https://...')

Additional context

  • JS
  • Python
  • Node
  • Ruby
  • PHP
  • Go

Thank you for your feature request - we love each and every one!

贡献者指南

Add `page` function to all libraries · PostHog/posthog#635 | Good First Issue