Hello I've added a custom metric to my Google Universal tag. It should be send when there is a new transaction. Therefore, I've mapped it like this in the GA tag under the metrics category: - Event type: transaction - Metric: metric1 When I debug it, the google debug info tells me the metric is undefined: Running command: ga("gaMain.ecommerce:addTransaction", {metric1: undefined, id: "1511265721905", affiliation: "", revenue: "337.50", shipping: "", tax: "", currency: ""}) When I take a look in the utag_data object, the commerce_product_fraction is properly defined and filled in with an array: Does anyone know what I've did wrong? Thanks for the help!
... View more