使用 VWO 界面 - 如何匹配 Magento 站点的所有产品 URL 以进行 A/B 测试

Using VWO interface - how can I match all product URLs of a Magento site for an A/B test

我正在尝试使用 Magento 站点的 VWO 界面设置 A/B 测试。

我想定位所有产品页面,但我没有找到匹配每个页面的明确方法 URL。

仅供参考,产品正在使用重写规则,例如:

我不能使用正则表达式,因为这会占用其他页面,例如:

您需要将以下代码添加到您要定位的页面。

var _vis_opt_url = 'http://website.com/my_pages_i_want_to_target';

您可以在 VWO 界面中定位 url。
https://vwo.com/knowledge/using-custom-urls/