Page hit event
Triggered when a Contact visits a Landing Page or Mautic tracked third party webpage.
Event type
mautic.page_on_hit
Event properties
Key |
Type |
Description |
---|---|---|
|
object |
|
|
string |
Date/time the event occurred in ISO 8601 format. |
Page visit properties
Key |
Type |
Description |
---|---|---|
|
int |
ID of the Page visit. |
|
string |
Date/time the visit occurred in ISO 8601 format. |
|
null |
Always |
|
object |
|
|
object |
|
|
object |
IP address basic object for the Contact when they visited the Page. |
|
string |
Country gleaned from tracked IP address. |
|
string |
Region gleaned from tracked IP address. |
|
string |
City gleaned from tracked IP address. |
|
string |
ISP gleaned from tracked IP address. |
|
string |
Organization gleaned from tracked IP address. |
|
int |
Response code from the Page visit. |
|
string |
Referrer for the Page visit. |
|
string |
URL for the Page visit. |
|
string |
Page title for the visited the tracked URL. |
|
string |
User agent for the browser that visited the tracked URL. |
|
string|null |
Fully qualified domain name of the client sending the request to the server. |
|
string |
Locale configured for the Landing Page assuming the visit was to a Landing Page. |
|
array |
Array of languages as configured in the browser. |
|
string |
Generated ID for the tracking session. |
|
string |
Source that generated the URL if known. For example, |
|
mixed |
ID of the specific source that generated the URL if known. For example, |
|
array |
Key/value pair of query parameters for the visited URL. |
|
object|null |
|
|
object |
Deprecated. Use |
Landing Page basic properties
Key |
Type |
Description |
---|---|---|
|
int |
ID of the Landing Page. |
|
string |
Name of the Landing Page. |
|
string |
API name for the Landing Page. |
|
object |