am writing an application that is
meant to automatically access the AdWords API to download among things performance report data. This application will need to impersonate a user for automatically logging in without manual intervention. It was my understanding that the service account email will need to be verified, however this can only be done with a business apps account. See:
Is this true?
Is there a detailed step by step description of what needs to be done to access the AdWords API without user intervention somewhere, including example code showing how to impersonate a user?
Finally, is it necessary to use google email servers to accomplish this, is there a way around this?
I do not want to change the MX files just to get access to the AdWords API.