I'm running an app on GAE that does a number of things. One of those things is receiving an email with attachment and responding with a mail with a CSV attached to it. The category of people that use this option, never visit the site.
Would it be possible to add something to my mailhandler so that every mail received is processed as a page visit in Google Analytics?
I'm using Jinja2 as framework.