PageView with Custom Tracking (EN)
The PageView event should be triggered when a profile views a page on the website. This event is required on all web pages (that you want to track), regardless if other events are triggered.
Minimum
In the event, at least the following is sent:
Field label | Field content |
---|---|
event | PageView |
An example of the PageView tracking can be found here: https://squeezely.tech/documentation#frontend-pageview (see Example)
Checking
After the implementation you can check the incoming event with its fields as follows:
Go to Data and scroll to 'Events':
Â
Click on PageView
Check if the incoming data matches with the tracking
If yes, the event is coming in complete
If not, check the implementation
Â