PostHog/posthog

Add `page` function to all libraries

已關閉

#635 建立於 2020年4月21日

 (15 則留言) (0 個反應) (0 位負責人)Python (988 個分叉)batch import
enhancementfeature/ingestionfeature/librariesgood first issue

倉庫指標

星標
 (16,704 顆星)
PR 合併指標
 (平均合併 17小時 29分鐘) (30 天內合併 995 個 PR)

描述

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!

貢獻者指南