Skip to content

Instantly share code, notes, and snippets.

@neuman
Last active August 29, 2015 14:16
Show Gist options
  • Save neuman/d328a996198e4000cc4b to your computer and use it in GitHub Desktop.
Save neuman/d328a996198e4000cc4b to your computer and use it in GitHub Desktop.
score format
{
"scores":[
{
"title":"Score Summary",
"value":87,
"subscores":[
{
"title":"FIT",
"value":50,
"subscores":[
{
"title":"Company has $100 million + revenue/year.",
"value":20,
"subscores":[
]
},
{
"title":"Has authority (Director or above)",
"value":10,
"subscores":[
]
},
{
"title":"Has product complexity (in Technology)",
"value":20,
"subscores":[
]
},
]
},
{
"title":"ENGAGEMENT",
"value":37,
"subscores":[
{
"title":"Opened Sales Enablement email.",
"value":20,
"subscores":[
]
},
{
"title":"Registered for a Lead Nuturing webinar.",
"value":17,
"subscores":[
]
}
]
},
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment