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

https://sandbox.algonomy.com/callback/rest/events/{APP_API_KEY}/eventHomePage
			

HTTP Method:

POST

Parameters

None. The eventData object is empty for eventHomePage.

Example Request

{
"eventData": {}
}
			

Example Response

{
"message": "Home page event captured successfully",
"statusCode": 200
}