We’re working on a NextJS e-commerce store and thus not using Headless Plasmic for all pages. As such, we’re using Headless Plasmic Components for the Header, Footer, and some user-generated content that may appear on Product pages that seems easier to manage through Plasmic as opposed to the ecommerce platform we’re using.
I’m wondering however, does each call to call incur a page view, even if it is not a full page? I’m therefore worried that a Page View, may count as three separate page views for Header, Page Content, and Footer, as well as any small components that are being included on a product page (which may then count as say 5 page views).
This, of course, would be a major limitation of our implementation. Could you provide a little insight on this?