Add to Bag Click
Must-have before launchUser clicks the primary purchase button on a product detail page.
- Fires when
- The item is successfully added to the cart after the click.
- Does not fire when
- Size validation fails and nothing enters the cart.
- Dedupe
- Deduplicate rapid double-clicks within 1s.
GA4
add_to_cart
{
"event": "add_to_cart",
"value": 98,
"currency": "USD",
"items": [
{
"item_id": "mens-tree-runners",
"item_size": "10"
}
]
}