Function trackAddToCart

  • Tracks an add to cart event. Use this method to track items added to a shopping cart.

    Parameters

    Returns void

    Example

    FohrTracking.trackAddToCart({
    id: 'Item_123',
    price: 34.50,
    quantity: 2
    })

Generated using TypeDoc