-
I'm trying to implement GetKeywordIdeas service but SearchParameters are not fulfilled by some reason.
Here is a part of my PHP code:
$GLOBALS["Proxy"] = $GLOBALS["AdInsightProxy"];
…
-
Hello,
Why not, separate authentication?
This allows: a customization of the login (modification of the scope), and call the profile, ...
Https://github.com/BingAds/BingAds-PHP-SDK/blob/v0.10.4…
-
Hi Eric,
In the file `BingAds-PHP-SDK/src/Auth/OAuthWithAuthorizationCode.php` there is an `ArgumentNullException` being thrown in some cases. But I can't find it anywhere in this repository. Am I …
-
While doing some tests I encountered a case where an exception was thrown when downloading the entities after having sent a bunch of modifications.
As it turns out, the error was coming from readin…
-
getMessage() should return a string representation of the reason the error message was thrown. Could the fault information each exception has be returned from this method?
-
Currently, the debug build is being published on nuget. Is this by design? If not, can the Release version be published instead? Causing issues with "Just My Code" debugging.
-
Trying to install bingads with pip install and getting that error:
> C:\Users\a>pip install --upgrade bingads
>
> Downloading/unpacking bingads
> Cannot fetch index base URL https://pypi.pyth…
-
Hello, I see the following error when importing the ServiceClient module (it used to work fine until today):
```
File "BingGeoLocationPerformance.py", line 1, in
from bingads.service_client impo…
-
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…