Well, you are missing a "AJAX - On error" event that could log what is actually going wrong when the request is not completed.
As mentioned in the AJAX manual article, cross domain security issues can happen.
Make sure first the request is completed. If it is not, that's the explanation as why you are not getting the expected value.
Consider still posting the URL for the tutorial you are following (post it as plain text with spaces in it).