googleads-python-lib icon indicating copy to clipboard operation
googleads-python-lib copied to clipboard

The Python client library for Google's Ads APIs

Results 33 googleads-python-lib issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:\hermes_server\venv\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen httplib_response = self._make_request( File "C:\hermes_server\venv\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request self._validate_conn(conn) File "C:\hermes_server\venv\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn conn.connect() File "C:\hermes_server\venv\lib\site-packages\urllib3\connection.py",...

There are small typos in: - examples/ad_manager/v202102/line_item_service/target_custom_criteria.py - examples/ad_manager/v202105/line_item_service/target_custom_criteria.py - examples/ad_manager/v202108/line_item_service/target_custom_criteria.py - examples/adwords/v201809/basic_operations/update_expanded_text_ad.py - examples/adwords/v201809/extensions/add_prices.py - googleads/adwords.py Fixes: - Should read `criteria` rather than `criterias`. - Should read `using` rather...

The deprecated aliases were removed in Python 3.11 in python/cpython#28268 .

Decoding to utf-8 worked for Python2 but is redundant for Python3 and is code-breaking

Small change on how constructor(__init__) access the configuration data

Explicitly confirm batch_job status is 'DONE' before accessing downloadUrl. This may provide examples that mitigate or address issue #305.