-
Trying to install this package with `no-binary :all:` on python 3.6 fails with
```
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python3.6/site-packages…
-
On generated reports all of the date fields in the header come down from Bing Ads in American format "m/d/yyyy" resulting in "String was not recognized as a valid DateTime." on machines with differing…
-
after user allowed the permissions while authentication, I got the access token and refresh token. Then I tried to get the user details like id using GetUserAsync call, but it is not responding for a …
-
I am trying to connect to Bing Ads data by using python in a jupyter notebook. After a day I still haven't connected. I have a production token but I run into a dead end when requesting user consent. …
-
Hi,
We are seeing this below issue after we upgraded the SDK to 11.12.14.
from bingads.v11.bulk import *
File "/usr/local/lib/python2.7/dist-packages/bingads/v11/bulk/__init__.py", line 1…
-
Microsoft website is misleading. Disguises a git issue as a comment. It's almost as intuitive as the python google ads 'sdk'.
---
#### Document Details
⚠ *Do not edit this section. It is required…
-
If the AdGroupDeviceCriterion is failed because of any issue, the `BulkFileReader` stops by throwing `com.microsoft.bingads.v12.bulk.EntityReadException`, which in turn was caused by `java.lang.Number…
-
Where is this field being used?
```
final class AuthHelper {
const ClientSecret = 'ClientSecretGoesHere';
```
https://github.com/BingAds/BingAds-PHP-SDK/blob/master/samples/V12/AuthHelper.…
-
Hey guys,
I am new to the Bing SDK. I am unclear on how to reach use the SDK behind a proxy?
I have tried placing these values. But it still throws me a connection timeout for the URL
`https:/…
-
We have installed this version of Bing python SDK and running our jobs. bingads==11.12.4.
How do I make sure I am not making calls to API v.11 and only to v.12?