googleads-python-lib
googleads-python-lib copied to clipboard
The Python client library for Google's Ads APIs
Hi, I have the below warning when I execute my script: 'No handlers could be found for logger "googleads.common" Screen Grab of this: https://photos.app.goo.gl/PPxhYbYiM3r3JmRMA I had installed the googleads library...
Running this query {'reportQuery': {'dimensions': ['DATE', 'HOUR', 'AD_UNIT_ID', 'AD_UNIT_NAME'], 'adUnitView': 'HIERARCHICAL', 'columns': ['AD_EXCHANGE_LINE_ITEM_LEVEL_IMPRESSIONS', 'AD_EXCHANGE_LINE_ITEM_LEVEL_CLICKS', 'TOTAL_LINE_ITEM_LEVEL_CPM_AND_CPC_REVENUE'], 'dateRangeType': 'LAST_MONTH'}} I faced with this traceback Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/googleads/common.py", line...
Hi, I am trying to run a report by filtering the data with Ad unit ID. However when I set 'adUnitView':'HIERARCHICAL' the code produces zero data. When I remove 'statement':...