Re: googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2018-10-23 Thread shivankit sharma
adwords.AdWordsClient.LoadFromStorage(path='/etc/googleads.yaml') >>> report_downloader = adwords_client.GetReportDownloader(version='v201402') >>> report_query = ('SELECT CampaignId, AdGroupId, Id, Criteria, >>> CriteriaType, ' >>> 'Impressions, Clicks,

Re: googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-24 Thread Michael Cloonan (AdWords API Team)
', 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

googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-21 Thread Monty808
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

Re: googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-21 Thread Monty808
: 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

Re: googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-19 Thread Danial Klimkin
Hello Monty808, Do you provide a clientCustomerId in the request? This is an advertiser account ID in the form of 1234-123-123. If you still receive an error, please provide exact server response. -Danial, AdWords API Team. On Wednesday, March 19, 2014 2:48:30 AM UTC+4, Monty808 wrote: I

googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-18 Thread Monty808
Whats the deal witythe below error? This is from the python api. Is it sayihg my clienht_id in nkt valid? wow! I am using mcc. adwords: developer_token: sss user_agent: test client_id: really!!.apps.googleusercontent.com client_secret: refresh_token: client

Re: googleads.errors.AdWordsReportBadRequestError: Type: AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2014-03-18 Thread David Montgomery
I am given a client id. I am findng the documeation for the python api lacking on this regards. Given a mcc account with api access..how do one get a report for all campaigns with a given client id? Thanks On Wed, Mar 19, 2014 at 4:53 AM, Monty808 davidmontgom...@gmail.com wrote: Whats the