Created
March 24, 2023 00:36
-
-
Save craigsdennis/0b0793a737a6214523b84446039806e9 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
{ | |
"userId": "12345", | |
"firstName": "John", | |
"lastName": "Doe", | |
"email": "[email protected]", | |
"phone": "+1-555-1234", | |
"gender": "male", | |
"birthdate": "1985-06-15", | |
"address": { | |
"street": "123 Main St", | |
"city": "Anytown", | |
"state": "CA", | |
"zip": "12345" | |
}, | |
"interests": ["Technology", "Photography", "Travel"], | |
"propensityToBuy": 0.7, | |
"lifetimeValue": 500, | |
"customerAcquisitionCost": 50, | |
"lastLoginDate": "2021-10-01T09:00:00.000Z", | |
"subscriptionType": "Premium", | |
"subscriptionStartDate": "2021-01-01T00:00:00.000Z", | |
"subscriptionEndDate": "2021-12-31T23:59:59.000Z", | |
"contentViewed": ["Post123", "Video456", "Status789"], | |
"contentEngaged": ["Post123", "Post789"], | |
"follows": ["InfluencerA", "BrandB"], | |
"customerSegment": "Tech Enthusiast" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment