I know that in order to download a cookie associated with an account using PHP we could use CURL to get:
https://www.google.com/accounts/ClientLogin?accountType=GOOGLE&Email=##youremail##&Passwd=##yourpassword##&service=##service-name##&source=test-test-v1
But I have no idea what the URL codes for the different services are (what we would replace ##service-name## with in the URL above). Does anyone know the names for the different services? More specifically, does anyone know the name of the one for AdWords and/or the AdWords Keyword Tool?
I made a post that is perfect for this at http://codecri.me/case/429/list-of-google-services-service-names/