Exemplo n.º 1
0
 def test_screen(self):
     segmentio.screen('userId')
     segmentio.flush()
Exemplo n.º 2
0
 def test_flush(self):
     segmentio.flush()
Exemplo n.º 3
0
 def test_page(self):
     segmentio.page('userId')
     segmentio.flush()
Exemplo n.º 4
0
 def test_alias(self):
     segmentio.alias('previousId', 'userId')
     segmentio.flush()
Exemplo n.º 5
0
 def test_group(self):
     segmentio.group('userId', 'groupId')
     segmentio.flush()
Exemplo n.º 6
0
 def test_identify(self):
     segmentio.identify('userId', {'email': '*****@*****.**'})
     segmentio.flush()
Exemplo n.º 7
0
 def test_track(self):
     segmentio.track('userId', 'python module event')
     segmentio.flush()