Browser-side events setup
Definitions
Metric
Description
Installation
tC.event.{{ Trigger Label }}(this, {{ Trigger Data Layer }});tC.event.add_to_basket(this, { product_id: "12345" });if (tC && tC.event && typeof tC.event.add_to_basket === "function") {
tC.event.add_to_basket(this, { product_id: "12345" });
}Testing
Via Quality Assurance Tag
Last updated
Was this helpful?