PostHog/posthog

Add `page` function to all libraries

Geschlossen

#635 geöffnet am 21.04.2020

 (15 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (988 Forks)batch import
enhancementfeature/ingestionfeature/librariesgood first issue

Repository-Metriken

Stars
 (16.704 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 17h 29m) (995 gemergte PRs in 30 T)

Beschreibung

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!

Contributor Guide