-
Looks like SDK code inserts "delete_value" token, which then it is unable to parse. StringExtensions.toCustomParaBulkString() and StringExtensions.parseCustomParameters() are not in agreement.
[Strin…
-
Following the [Python SDK](https://msdn.microsoft.com/en-US/library/bing-ads-overview-getting-started-python-with-web-services.aspx#installation) link, I installed the `bingads` package using `sudo pi…
-
Hi,
once in a while I get the following error while using the bulk service (similar code to the provided example) to get keywords (it also happens with other entities):
```
requests.exceptions.Conne…
-
Does the commented code:
if download_status.status == 'Completed':
break
at line 434 from https://github.com/BingAds/BingAds-Python-SDK/blob/master/examples/BingAdsPythonConsoleExamples/…
-
Hi there,
I'm running into an issue as I'm behind a corp proxy. I'm trying to generate reports using the `ReportingService` feature. I've been passing the proxy as follows when constructing `Reportin…
-
This seems to be an email message and not a normal Readme.md. Please provide a valid Readme.md with valid content.
-
Hi,
I'm trying to get the report download script from this link working:
https://msdn.microsoft.com/en-us/library/bing-ads-reporting-request-and-download-a-keyword-performance-report-in-python.asp…
-
We use BulkServiceManager download_entities method to get campaigns and ad_groups, code copied from [this example](https://github.com/bing-ads-sdk/BingAds-Python-SDK/blob/3865dc2d427bd6a87356160088e6d…
nilya updated
8 years ago
-
Both setup.py and requirements.txt list requests version 2.4.3 as a requirement. That version is listed in CVE-2015-2296 (https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-2296; may not be too…
-
Hello,
I am getting the following error `*** MethodNotFound: Method not found: 'CampaignManagementService.BasicHttpBinding_ICampaignManagementService.__repr__'` when trying to get a CampaignManagemen…