I want to send purchase event to Google Analytics Enhanced Ecommerce from "buy one click" form.
Do i need to do it the same as for order?
like this? or i need use something else for this purpose?
ga('ec:setAction', 'purchase', { id: 'T12345', affiliation: 'Google Store - Online', revenue: '28.03', tax: '2.14', shipping: '4.00', coupon: 'SUMMER2013' }); ga('send', 'pageview');