PostHog/posthog

Add `page` function to all libraries

クローズ

#635 opened on 2020/04/21

 (15 件のコメント) (0 件のリアクション) (0 人の担当者)Python (988 件のフォーク)batch import
enhancementfeature/ingestionfeature/librariesgood first issue

Repository metrics

Stars
 (16,704 個のスター)
PR merge metrics
 (平均マージ 17h 29m) (30d で 995 merged PRs)

説明

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!

コントリビューターガイド