So we setup everything and even successfully requested access to a test google ads account for which we got an "access token" and we're trying to test this sample "getcampaign" call from the github:
But it asks for a CUSTOMER_ID = 'INSERT_CUSTOMER_ID_HERE';
We have a "client" id, a secret, a dev token, even an "access_token" from an account we connected to through oauth, but no "customer ID" that I know of. Or is it the 10-digit account ID of the account we wanna get campaigns from? But still, nowhere in that code does it tell us where to put our access_token or anything that proves we have access to that account? Or are we missing a step?
Been trying to watch videos but they are for ruby or python. We're developing in PHP.
Thanks for any help.
* Yes, we're beginners, sorry.