Leadscore parameters
If you want to use the leadscore features build inside our API you can use this documentation to get started.
The LeadBoxer scoring engine can score on 4 criteria
- Range
- Match
- Exist
- Boost
Range
A range can be used for scoring on number ranges, eg pageviews, visits, etc.
Range needs these 5 values:
- field name
- Start of the range
- End of range
- Score value
- Comma (not for last)
Example:
user.total_number_visits.total_number_visits_long|1|5|2.3,user.total_number_visits.total_number_visits_long|5|25|4.7,user.total_number_visits.total_number_visits_long|25|1000|7.0,user.total_pages_viewed.total_pages_viewed_long|1|5|2.3,user.total_pages_viewed.total_pages_viewed_long|5|25|4.7,user.total_pages_viewed.total_pages_viewed_long|25|1000|
Match
Match can be used if you want to score on a exact value match on any field
A match needs 3 values
- field name
- Value
- Score
Example
OrganizationIndustry|Publishing|9|last_country_code|US|9
Exist
Exist can be used to score on the existence of a value
An Exist needs 2 values
- field name
- Score
Example
email|3,organizationPhone|10,organizationDomain|15
Boost
Boost can be used for scoring on events/pageviews/etc
A Boost requires 3 values
- Event type (usually root_url)
- The actual URL
- Score
Example
root_url|https://mydomain.com/contact/|7,root_url|https://mydomain.com/buy-your-equipment/|7,root_url|https://mydomain.com/sell-your-equipment/|7