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_
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
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
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