// The following function invocation is for illustration purposes only. // You will have to provide your own means of deriving the monetary value of your conversion sprinkle. let shoppingCartValue = getShoppingCartValue(); // Invoke the feathr function with the following parameters to sprinkle a conversion breadcrumb. feathr( 'convert', '68924466096a89e7fc450c73', { amount: shoppingCartValue, // number, required currency: 'USD', // string, optional, defaults to 'USD' category: 'Conversion' // string, optional, defaults to 'Conversion' } );