viewedAgentProfile
A user viewed the online profile of an agent.
A user viewed the online profile of an agent.
| Field | Type | Required | Description |
|---|---|---|---|
agentId | string | number | No | Your internal ID for this agent |
email | No | The email address of the agent |
1/* viewedAgentProfile example */23var data = {4 "agentID": 2517,5 "email": "jules.winnfield@righteous-ezekiel.net"6};78brytescore( "realestate.viewedAgentProfile", data );
Updated July 25, 2026