Only one comment.

  1. Michele Pisani

    Try to use your GTM variables {{order-items}} (that contains in your case 193, 194, 195) in a Custom Javascript Variable to generate an array from your comma-separated string, like this:

    function() { var products = {{order-items}}; return products.split(","); }

Add a new comment.