예제 #1
0
def page():
    posthog.page(
        options.distinct_id,
        name=options.name,
        anonymous_id=options.anonymousId,
        properties=json_hash(options.properties),
        context=json_hash(options.context),
    )
예제 #2
0
 def test_page(self):
     posthog.page('distinct_id', 'https://posthog.com/contact')
     posthog.flush()
예제 #3
0
 def test_page(self):
     posthog.page("distinct_id", "https://posthog.com/contact")
     posthog.flush()