SDR extract
Purpose: Technical specification for developers.
Who this page is for
| Audience | Why it matters to you |
|---|---|
| Developers | Build to this spec |
SDR Extract: Site Search
Variable: event1
- Purpose: Search performed
- Fire: When user submits search form
- Value: Count (1 each time)
Variable: prop1
- Purpose: Search term
- Set: Before firing event1
- Value: What user typed
- Example: "death benefits", "contributions"
Variable: event2
- Purpose: Search result clicked
- Fire: When user clicks result
- Value: Count (1 each time)
---
Next: Implementation