googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED

2018-01-11 Thread Chaitanya Phani
Hi, I tried to pull the data for all campaigns and their metrics. I got the following error. Error Message: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError. RATE_EXCEEDED Trigger: Basic Access Daily Reporting Quota Field Path: None Right now I was able to pull the

Re: urllib2.URLError:

2018-01-24 Thread Chaitanya Phani
No I didn't talk with anyone about this. On Wednesday, January 24, 2018 at 1:59:28 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Chaitanya, > > I see that you are already talking to Vincent about this issue. To avoid > duplicates please continue the discussion on that

Re: urllib2.URLError:

2018-01-24 Thread Chaitanya Phani
Hi Sreelakshmi, This is happening intermittent. So I cant give specific client customer id. Very frequently is happening. Thanks, Chaitanya On Wednesday, January 24, 2018 at 4:02:56 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > Hi Chaitanya, > > I was referring to this forum

urllib2.URLError:

2018-01-24 Thread Chaitanya Phani
Hi, I was facing this issue very frequently. I have 250 advertiser accounts and I need to pull Shopping Performance Report from all the accounts. I was trying to complete this from yesterday but not able to success. I tried to run parallel process downloading which is not working in windows.

suds.TypeNotFound: Type not found: 'dateRange'

2018-01-10 Thread Chaitanya Phani
Hi, I want to pull the data from Adwords API for some date range. Getting the following error. Error Message: File "C:\Python27\lib\site-packages\suds\mx\core.py", line 72, in append self.appender.append(parent, content) File "C:\Python27\lib\site-packages\suds\mx\appender.py", line

Adwords cost : precision problem

2018-01-11 Thread Chaitanya Phani
Hi, I pulled all the campaigns and their metrics by using Python API. I uploaded into database and when I calculated Sum, numbers are matching but precision is not. Example : cost in UI: 567.87 it is retrieving as 56787. Please let me know why The following code I used to pull the data.

Re: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED

2018-01-11 Thread Chaitanya Phani
is there a way I can pull all campaigns in a single API call instead of looping customer client ids? Thanks, Chaitanya On Thursday, January 11, 2018 at 1:39:02 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > Hi Chaitanya, > > You are right. It looks like you have exhausted the

ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread Chaitanya Phani
Hi, Trying to pull product reports and getting the following error. Error Message: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH when I checked internet it was mentioned, generally it will give this error for manager accounts need to provide advertiser account. But it is

How to identify Advertiser accounts

2018-01-23 Thread Chaitanya Phani
Hi, I am using the following code to get the all the accounts under a main manager accounts but it has some more manager accounts under main. how to identify only advertiser accounts? https://developers.google.com/adwords/api/docs/samples/python/account-management ( Get the account

Parallel report download - Getting Errors

2018-01-22 Thread Chaitanya Phani
Hi, I have more than 270 advertiser accounts. Right now pulling the reports one by one by looping. I come to know we can use parallel report download inorder to download all together. I tried to execute the sample code in the following URL.

Re: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED

2018-01-22 Thread Chaitanya Phani
Hi Sreelakshmi , I have more than 270 advertiser accounts in a ManagerAccount. Right now I am pulling one by one in loop. Is there a way I can pull all the advertiser account details in a single call instead of loop. Thanks, Chaitanya On Thursday, January 11, 2018 at 3:11:35 PM UTC-5,

memory error while downloading the report

2018-01-23 Thread Chaitanya Phani
Hi, Trying to pull product report for one week only, got the following error. Error Message: Traceback (most recent call last): File "get_campaigns_new1.py", line 154, in main(adwords_client) File "get_campaigns_new1.py", line 146, in main download_Performance_Criteria_Report()

Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-23 Thread Chaitanya Phani
Hi, I am using python code. Please find python code here. for client_customer_id in list(set(advertiser_accounts)): print client_customer_id o2client = GoogleRefreshTokenClient(adc['client_id'],adc['client_secret' ],adc['refresh_token'])

Unique records with below columns

2018-03-09 Thread Chaitanya Phani
Hi, Trying to pull the SHOPPING PERFORMANCE REPORT with the following columns but not able to get the unique records. Please let me know what other columns do I need to include inorder to get the unique record. I choose only day in segmentation. Columns: 'fields':

History data for shopping perforamance report

2018-03-04 Thread Chaitanya Phani
Hi All, I tried to pull the history data fro Shopping Performance Report from 2016 Jan 1st by using python API. I have used parallel.py to download. In my organization we have 274 accounts. It is taking very long time and failing numerous times, not able to complete to download complete data.