hello everyone, im kinda a newbie in the AdWordAPI and GoogleAdsAPI
I successfully obtained the developer token, client_id, client_secret, and i use the customer_id of test account (not manager test account) and everything works correctly, list campaigns, create campaigns, create groups, bid modifiers, etc.
I am using the same developer_token, client_id, client_secret and customer_id in the yaml file of GoogleAdsApi. No matter what I do, when I try to run get_campaigns.py I always get the same error message "ValueError: The specified login customer ID is invalid. It must be a ten digit number represented as a string, i.e." 1234567890 ""
![]()
Note that the customer id parameter requirement message is not even prompted
my customer id (of the test manager account) on yaml file
![]()
any idea of what i'm doing wrong?