diff --git a/app.js b/app.js index e081e7a..6149daf 100644 --- a/app.js +++ b/app.js @@ -89,7 +89,7 @@ app.post('/collect', function(req, res){ console.log(JSON.stringify(data)); console.log(req.body); //Make Post Request - request.post("https://www.google-analytics.com/collect?" + qs.stringify(data), + request.post("https://ssl.google-analytics.com/collect?" + qs.stringify(data), function(error, resp, body){ console.log(error); })