Skip to content

pwa

Auto Added by WPeMatico

ViewContent meta Pixel is not displaying in PDP Page

We are using below code from this github extension for tracking meta facebook pixel events in our Magento PWA Venia Site. $product = $this->registry->registry(‘current_product’); if ($product && $product->getId()) { $customData[‘value’] = $this->_magentoDataHelper->getValueForProduct($product); $customData[‘content_ids’] = [$product->getId()]; $customData[‘content_category’] = $this->_magentoDataHelper->getCategoriesForProduct($product); $customData[‘content_name’] =… Read More »ViewContent meta Pixel is not displaying in PDP Page

Checkout parameters not passing to google analytics dashboard

We used below code in Magento PWA venia setup to pass the checkout values to Google analytics dashbaord. const proceedToCheckoutButton = !isCheckout ? ( <div > <Button disabled={isPriceUpdating} priority={‘high’} onClick={() => { handleProceedToCheckout(); GTMEventTrigger({ route: window.location.pathname, event(‘proceed_checkout’, { “total_items” :… Read More »Checkout parameters not passing to google analytics dashboard

Venia pwa + magento 2

Can anyone explain how security works on graphql on venia pwa? I don’t see any tokens or sessions or something like this at Venia. So any developer can create a graphql query and get all data from my site?