Sha256: a538302f8cae5e65cae98c6ee057e4c7f1fd47f54be205dab4141abdbffd5883
Contents?: true
Size: 653 Bytes
Versions: 69
Compression:
Stored size: 653 Bytes
Contents
<%# more info: https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce %> ga('require', 'ec'); ga('set', '&cu', '<%= current_currency %>'); <%= render partial: 'spree/shared/google_add_items.js', locals: { order: order } %> ga('ec:setAction', 'purchase', { // Transaction details are provided in an actionFieldObject. 'id': '<%= j order.number %>', // Transaction ID. Required. 'affiliation': '<%= current_store.name %>', // Affiliation (string). 'revenue': '<%= order.total %>', // Revenue (currency). 'tax': '<%= @order.tax_total %>', // Tax. 'shipping': '<%= @order.ship_total %>' // Shipping. });
Version data entries
69 entries across 69 versions & 2 rubygems