The insights
operation retrieves metadata about the lead event that generated a TrustedForm certificate.
The properties included in the response can be used to filter and/or route your leads to optimize your
business strategies. More information is available in our knowledge base.
Important: Requires a Professional plan or higher. The effective unit cost for an insights call depends on the Insights data points retrieved.
Request individual Insights data points (`properties`) to be returned
and terms for which to scan for in a certificate session replay.
properties required | Array of strings
| ||||||||||||||||||||||||||||||||||||||||
object An object containing the terms to use to perform a page scan which checks for their presence in the content captured by the certificate. |
{- "properties": [
- "seconds_on_page",
- "domain",
- "bot_detected",
- "ip",
- "approx_ip_geo",
- "browser",
- "age_seconds",
- "created_at",
- "expires_at",
- "form_input_method",
- "form_input_kpm",
- "form_input_wpm",
- "is_framed",
- "is_masked",
- "num_sensitive_content_elements",
- "num_sensitive_form_elements",
- "page_url",
- "parent_page_url",
- "os"
], - "scans": {
- "forbidden": [
- "free",
- "ipad"
], - "required": [
- "home security system"
]
}
}
object The data points requested, if available. | |
object (ScansResult) An object containing the properties that are part of the page scan process. |
{- "properties": {
- "age_seconds": 76287,
- "approx_ip_geo": {
- "city": "Dallas",
- "country_code": "US",
- "lat": 32.7451,
- "lon": -96.8038,
- "postal_code": "75203",
- "state": "Texas",
- "time_zone": "America/Chicago"
}, - "bot_detected": false,
- "browser": {
- "full": "Chrome 128.0.0.0",
- "name": "Chrome",
- "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36",
- "version": {
- "full": "128.0.0.0",
- "major": "128",
- "minor": "0",
- "patch": "0"
}
}, - "created_at": "2024-09-18T17:07:09Z",
- "domain": "example.com",
- "expires_at": "2024-12-20T17:07:09Z",
- "form_input_kpm": 234.92560689115115,
- "form_input_method": [
- "typing"
], - "form_input_wpm": 47.355958958168905,
- "ip": "192.168.0.1",
- "is_framed": false,
- "is_masked": false,
- "num_sensitive_content_elements": 0,
- "num_sensitive_form_elements": 0,
- "os": {
- "full": "Mac OS X 10.15.7",
- "is_mobile": false,
- "name": "Mac OS X",
- "version": {
- "full": "10.15.7",
- "major": "10",
- "minor": "15",
- "patch": "7"
}
}, - "parent_page_url": null,
- "seconds_on_page": 1129
}, - "scans": {
- "forbidden": [
- "free"
], - "required": [
- "offer"
], - "result": {
- "forbidden": {
- "found": [ ],
- "not_found": [
- "free"
]
}, - "required": {
- "found": [ ],
- "not_found": [
- "offer"
]
}, - "success": false
}
}
}