I did the Klaviyo module setup in my Magento PWA Studio, it gave me all the backend functions, but I was missing the frontend JS scripts, I had to add them via Google Tag Manager.
https://developers.klaviyo.com/en/v1-2/docs/custom-event-tracking
But there’s something that Klaviyo support wasn’t able to help me with, they have the product IDs and the base URL, so every time I create a campaign with a catalog feed, it set up the product URL, as such, mystore.com/catalog/product/view/id/123 instead of mystore.com/myproduct.html.
How could I solve it?
Should I create redirects from PWA Studio to the product URL?