Solved

Transform Page Viewed events

  • 25 January 2024
  • 3 replies
  • 48 views

Is there a way to transform Page Viewed to the dynamic path so it’s more meaningful OR does it have to be done in the tracking code?

 

 

 

 

 

 

icon

Best answer by Saish Redkar 25 January 2024, 23:03

View original

3 replies

Userlevel 7
Badge +10

Hi @Quoc Le 

Looks like these are the default Amplitude page view events tracked by the SDK and by nature, the naming won’t have the path url.

You will have to implement custom events on your end to include the url on every page view.

However, the most common approach is to avoid unique urls in your event names so as to avoid going over your 2000 event type limit.

I have custom events on some of them but Page Viewed still bubble up. 

Userlevel 7
Badge +10

You can read more on how to opt out of default tracking here - https://www.docs.developers.amplitude.com/data/sdks/browser-2/#tracking-default-events

Reply