Skip to content

Instantly share code, notes, and snippets.

@craigsdennis
Created March 24, 2023 00:36
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 craigsdennis/0b0793a737a6214523b84446039806e9 to your computer and use it in GitHub Desktop.
Save craigsdennis/0b0793a737a6214523b84446039806e9 to your computer and use it in GitHub Desktop.
{
"userId": "12345",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@email.com",
"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