Ver originalvar response = UrlFetchApp.fetch(url); // get feed var dataAll = JSON.parse(response.getContentText()); //