Hi Angie,
In order to better identify if there are indeed discrepancies between the
AdWords API and AdWords UI reports, could you provide your clientCustomerId
and the AdWords UI screenshot of the Ad Group level report that you were
viewing? You may reply to me using the *Reply privately to aut
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