I'm having a very hard time understanding Google's API documentation and was hoping for some help here.
To me, as an extremely new developer, the Google API documentation makes no sense whatsoever.
I am using the google adwords Python library, and this code may be useful: https://github.com/googleads/googleads-python-lib/blob/b80b8b3741a55f1d00c5974bc58f92540663c6f6/examples/adwords/v201603/account_management/create_account.py. However, I need to link an already existing account by extending an invitation and marking it as pending. I'm not trying to create a new account.
So where do I begin with writing it in Python? I don't understand the documentation and just need to create an account based on a given customer ID. Any tips and tricks would be great!