Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

...

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

...