Tắt Quảng Cáo [X] Đăng Nhập để ẩn Tất Cả Quảng Cáo #j2team_ask Xin chào mọi người, mình đang mày mò cài event tracking GA4 cho website bằng Google Tag Manager. Vì là custom event nên sẽ cần tạo 1 đoạn code javascript. Nhưng mình muốn tự làm nên có vài câu hỏi sau mong được trợ giúp ạ. Cảm ơn mọi người. Thông tin đầu vào như sau: 1. Website worpress, đã cài GTM 1. Sự kiện muốn theo dõi: view_item_list (thuộc ecommerce measure) ``` Google có hướng dẫn cần tạo datalayer như mẫu `dataLayer.push({ ecommerce: null }); // Clear the previous ecommerce object. dataLayer.push({ event: "view_item_list", ecommerce: { items: [ { item_id: "SKU_12345", item_name: "Stan and Friends Tee", affiliation: "Google Merchandise Store", coupon: "SUMMER_FUN", currency: "USD", discount: 2.22, index: 0, item_brand: "Google", item_category: "Apparel", item_category2: "Adult", item_category3: "Shirts", item_category4: "Crew", item_category5: "Short sleeve", item_list_id: "related_products", item_list_name: "Related Products", item_variant: "green", location_id: "ChIJIQBpAG2ahYAR_6128GcTUEo", price: 9.99, quantity: 1 }, { item_id: "SKU_12346", item_name: "Google Grey Women's Tee", affiliation: "Google Merchandise Store", coupon: "SUMMER_FUN", currency: "USD", discount: 3.33, index: 1, item_brand: "Google", item_category: "Apparel", item_category2: "Adult", item_category3: "Shirts", item_category4: "Crew", item_category5: "Short sleeve", item_list_id: "related_products", item_list_name: "Related Products", item_variant: "gray", location_id: "ChIJIQBpAG2ahYAR_6128GcTUEo", price: 20.99, promotion_id: "P_12345", promotion_name: "Summer Sale", quantity: 1 }] } });` ``` -> Vậy với mỗi sản phẩm mình sẽ phải vào từng sản phẩm đó để nhập liệu cho các trường tương ứng? Hay có cách nào áp dụng hàng loạt cho nhiều sản phẩm? Và bản chất của việc tracking này là cần hiểu khái niệm hoặc cần kỹ năng gì về javascrpit? Hướng dẫn của Google: Vui lòng đăng kí hoặc đăng nhập để thấy liên kết tại BigMMO Nếu ai đã từng cài loại sự kiện này, cmt giúp mình nhé ạ