; Detailed descriptions of these properties can be found at:
developerToken = "DEV TOKEN FROM PRODUCTION MCC ACCOUNT"
userAgent = "DUMMY TEXT"
; Uncomment clientCustomerId to make requests against a single AdWords account,
; such as when you run the examples.
; If you don't set it here, you can set the client customer ID dynamically:
; $user = new AdWordsUser();
; $user->SetClientCustomerId(...);
clientCustomerId = "FROM MY TEST MCC ACCOUNT (FORMAT: XXX-XXX-XXXX)"
[OAUTH2]
; If you do not have a client ID or secret, please create one of type
; "installed application" in the Google API console: