Home Page: eventHomePage
This API tracks events related to users landing on the home page of the website. It captures session information, traffic source, and other contextual details to help businesses understand the effectiveness of the homepage in engaging visitors.
API Endpoint and Method
URL
Copy
https://rcdp-us-east-1.algonomy.com/callback/rest/events/{APP_API_KEY}/eventHomePage
HTTP Method:
POST
Parameters
None. The eventData object is empty for eventHomePage.
Example Request
Copy
{
"eventData": {}
}
Example Response
Copy
{
"message": "Home page event captured successfully",
"statusCode": 200
}