Why add `trackPageView` to eCommerce event

Why do we need to add _paq.push(['trackPageView']); to the end of ecommerce purchase event?

If I delete it then not all my purchases are tracked. And another reason why I’m bother is that I have a goal which is set to “Thank you” page destination.

In Visitor Log I can see double page views for “Thank You” page and doubled goal completion. Is it debounced somehow and second goal is not counted (like with ecommerce’s orderId duplicates)?

Hi Oleg

calling trackPageview is optional and should not change how many orders are tracked. So we recommend to remove it