Hi,

Google documentation for working with MCC and clients is not very good.  I 
mean.....where do I put the client id?

I am using the python api.,,,ad wow...how do I specify a client id?  
Google..please help.............

adwords_client = 
adwords.AdWordsClient.LoadFromStorage(path='/etc/googleads.yaml')
report_downloader = adwords_client.GetReportDownloader(version='v201402')
report_query = ('SELECT CampaignId, AdGroupId, Id, Criteria, CriteriaType, '
                  'Impressions, Clicks, Cost '
                  'FROM CRITERIA_PERFORMANCE_REPORT '
                  'WHERE Status IN [ACTIVE, PAUSED] '
                  'DURING LAST_7_DAYS')

with open('adwords_client', 'w') as output_file:
    report_downloader.DownloadReportWithAwql(report_query, 'CSV', 
output_file)

googleads.errors.AdWordsReportBadRequestError: Type: 
AuthenticationError.CLIENT_CUSTOMER_ID_INVALID


adwords:
  developer_token:test
  user_agent: test
  client_id: test
  refresh_token: test

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to