Hi all, I am using python client lib for adwords api, when I tried to get it started I encountered a problem. So I finished config.py with my email address, and when I run the get_campaign.py in basic_operations I get following:
No campaigns were found. Usage: 1 units, 1 operations Until now everything is fine. but how could I get the client customer id, which is necessary further actions? When I tried to execute get_account_hierarchy.py in account_management folder, it returns: Traceback (most recent call last): File "get_account_hierarchy.py", line 101, in <module> main(client) File "get_account_hierarchy.py", line 72, in main if link['clientCustomerId'] not in parent_links: KeyError: 'clientCustomerId' I dont have the id because I havent got it yet. Could anyone tell me how to get it started? Thank you very much! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en