Gautier, Alex -
We're going through the same implementation right now - we need to add "page_type" to our page views. I was implementing it as a custom context to 'trackPageView', but just realized that "page_type" is only pushed to the data layer after the initial 'trackPageView' call. Two questions:
1. Can I call 'trackPageView' again (with the page_type custom context) once all information is available on the data layer, without the risk of generating duplicate page views?
2. If not, is unstructured events the way to go? It would mean having an unstructured event for each page view.
Thanks!
Bernardo