There is a survey activity, for simplicity with the only choice like: 'Are you satisfied with the application (Yes/No)' and a Send button.
Now I want to give my users the possibility to fill and send such a survey to me.
I do not want, however, to setup my own dedicated server to process the requests, neither use any 3rd party engines which would require my user be online at the time of sending the survey. Also, composing mail seems to be no option, too.
I'm thinking of using Google Analytics, defining custom event for the survey sending together with data.
I'm not sure, however if this would be a good approach, that is, if people out there indeed do like that. Are there, possibly, any other approaches?