After hours of reading about and experimenting with DNS records I can access my Google App Engine app via these URLs:
myappid.appspot.comwww.myappid.myowndomain.example
What does not work:
myowndomain.examplewww.myowndomain.example
I want to be able to serve my app directly off my domain and not a subdomain. I've seen apps that do this. Is there any way to do this without a URL redirect?