PostHog/posthog

Add `page` function to all libraries

Fermée

#635 ouverte le 21 avr. 2020

 (15 commentaires) (0 réaction) (0 personne assignée)Python (988 forks)batch import
enhancementfeature/ingestionfeature/librariesgood first issue

Métriques du dépôt

Stars
 (16 704 étoiles)
Métriques de merge PR
 (Merge moyen 17h 29m) (995 PRs mergées en 30 j)

Description

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!

Guide contributeur