var items = [{"code":"{% item_sku %}","price":{% item_price %},"quantity":{% item_quantity %}},]; // GTMへのデータプッシュ dataLayer.push({    'a8orderNumber': '{% order_no %}',    'totalprice': {% purchase_price %}, items, })
top of page
bottom of page