Shopify 上传并展示静态页面(landing page)
简单来说就是: 1. 进入主题源码编辑(Edit Code),在layout路径下,创建layout,比如文件名为:landing.liquid, 复制你的LP代码到这个文件里保存。以下是示例landing page内容: 注意:{% comment %} … {% endcomment %}这部分的内容不能删掉。 2. 在主题sections路径下,新建section空文件,如:lp-custom1.liquid,文件内容为空。 3. 在主题templates路径下,创建新的template,比如文件名为page.landing.json,文件内容如下 注意: 保存后,回到shopify后台,新建page,Template选择你刚才新建的template。page内容为空就可以了。 这个方式,有2点要注意:
Shopify 商品页倒计时代码
Shopify 调整Cookie banner按钮位置
Protected: 改造Binom,适合ecommerce追踪
Binom2全局添加跨域请求头和no-referrer
Shopify和taboola标准事件
1. Shopify标准事件 shopify标准事件 备注 alert_displayed cart_viewed checkout_address_info_submitted 填完地址触发 checkout_completed 付款成功触发 checkout_contact_info_submitted 填完邮箱触发 checkout_shipping_info_submitted 填完地址触发 checkout_started 进付款页面触发 collection_viewed page_viewed payment_info_submitted 点击付款触发 product_added_to_cart product_removed_from_cart product_viewed search_submitted ui_extension_errored 参考链接:创建 Google Tag Manager 自定义像素标准事件Checkout Extensibility 2. Taboola标准事件 Taboola标准事件 事件参数 备注 View Content view_content Search search Add to Cart add_to_cart 可创建Predictive Audiences Add to Wishlist add_to_wishlist 可创建Predictive Audiences Start Checkout… Read More »