Skip to content

Instantly share code, notes, and snippets.

@momota10s
Last active July 3, 2017 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save momota10s/c2d0f1a570f718a2f4c22ffc4d3edfc7 to your computer and use it in GitHub Desktop.
Save momota10s/c2d0f1a570f718a2f4c22ffc4d3edfc7 to your computer and use it in GitHub Desktop.
from mixpanel import Mixpanel
PROJECT_TOKEN = '******'
user_id = '1'
mp = Mixpanel(PROJECT_TOKEN)
mp.track(user_id, 'Push Test', {'property_test' : '吉祥寺井の頭公園三鷹台久我山富士見ヶ丘高井戸浜田山西永福永福町明大前東松原新代田下北沢池の上駒場東大前新泉渋谷abcdef新宿代々木原宿渋谷恵比寿目黒五反田大崎品川田町浜松町新橋有楽町東京神田秋葉原御徒町上野'})
# return '255'
print(len('吉祥寺井の頭公園三鷹台久我山富士見ヶ丘高井戸浜田山西永福永福町明大前東松原新代田下北沢池の上駒場東大前新泉渋谷abcdef新宿代々木原宿渋谷恵比寿目黒五反田大崎品川田町浜松町新橋'.encode('utf-8')))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment