Created
July 19, 2016 22:48
-
-
Save wetzler/869ab8b25e33f5b9eac7e999e8e25e67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trial_step_complete_tutorial = { | |
"trial" : { | |
"name" : "AppSpandexTrial", | |
"day_in_trial": 2, | |
"trial_total_duration_in_days": 14, | |
"category":"product_trial_type_A" | |
}, | |
"user" : { | |
"visitor_id": "029309n90nf0w9f3n4qf2nf", | |
"email": "[email protected]", | |
"time_since_signup_in_days": 5, | |
"ip_address": "192.34.232.23", | |
"location" : { | |
"country": "United States", | |
"state": "CA", | |
"city": "San Francisco" | |
} | |
}, | |
"session" : { | |
"id" : "2093019439cienrpiassjp90enli43f", | |
"time_in_session_so_far_in_seconds" : 30, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment