Batch processing: TEMP_ID_ENTITY_HAD_ERRORS and INVALID_ID errors

2018-02-22 Thread angie . dinh
Hi, I tried to update new adgroups in keywords using batch processing, but I got these error: Operation 531 - FAILURE: errorType=NewEntityCreationError trigger=TempAdGroupId: 227 errorString=NewEntityCreationError.TEMP_ID_ENTITY_HAD_ERRORS fieldPath=operations[531].operand.adGroupId reason=TEMP_

Using Pandas instead of objects to automatically run entire Adwords account - any downsides?

2018-01-15 Thread angie . dinh
I'm running a large Adwords account. The plan right now is to shift everything to run entirely on Python, including adding keywords and negative keywords, adding new text/display ads, doing bid adjustments, managing Shopping campaigns, checking A/B test results, and all kinds of reporting. My

Missing data when downloading AdGroup Performance report

2018-01-02 Thread angie . dinh
So when I download the adgroup performance report from the API, I got fewer ad groups than when I download from the interface. Did I do something wrong? The code is as follow: def downloadAdGroupReport(start_date, end_date): output = io.StringIO() # Initialize appropriate service. adwor

Ad Group Performance report download missing data

2018-01-02 Thread angie . dinh
So I found that when I download the adgroup performance report in the API, it includes fewer ad groups than when I download from the interface. Did I do something wrong? The code is as follow; I downloaded the report and put it into a pandas dataframe: def downloadAdGroupReport(start_date, en