My problem is in the parameter passing in the link, because there on the page that receives, the variables are arriving as value instead of the values.
I believe the problem is really in the concatenation of variables in link building.
Variables are either decimal or integer numbers.
var ins = 123.46;
var newcostumer = 456889;
<script src="http://teste.testando.com.br/da.js?pagina=home&inst=ins&newcustomer=nc&id=123"async="async"> </script>