-
The languages CZ, PL, SK should be supported in a pilot, which one of our customers has access to. But with the current SDK 13.8.0.1 I cannot use them because `com.microsoft.bingads.v13.customermanage…
-
This url (below) is not available anymore. I really don't understand how to get api access with Bing.
https://advertise.bingads.microsoft.com/en-us/resources/bing-partner-program/request-bing-ads-a…
-
to use bing api we should define BING_CLIENT_ID ,BING_CLIENT_SECRET ,BING_REFRESH_TOKEN and for get these information we have to register app in Azure portal. According to this document https://docs.m…
-
Hi Team, we are trying to get ad spend reports ,
we are able to get campaings ids names .... with soap requests but we get invalid client data when we are trying to sent requests to reporting api…
-
### Problem
Data in various columns of the .csv file returned by the BingAds Reporting API can be in different encoding. The SDK assumes it's all utf-8 by default (in case we are using Python3) - a…
-
I successfully started using the python SDK, using it to pull performance reports using the example code provided here on GitHub. I am using the report_request.py example. I had been using it daily s…
-
Dear BingAds Team,
Our Current production code is using :
- bingads sdk version 13.0.2.1
- .net Framework 4.7.2
- Azure Function 1.0.26
My issue :
With the blackfriday, We are currently r…
-
```
// Disable keep-alive to avoid 'Process open FD table is full'
'keep-alive' => FALSE,
```
should be:
```
// Disable keep-alive to avoid 'Process open FD table is full'
'keep_alive' => F…
-
**Hi,
I am following one of examples to pull a report. Code is here: https://github.com/BingAds/BingAds-Python-SDK/blob/master/examples/v13/report_requests.py.
I was successfully pulling a repor…
-
Hi,
Does Library example for oAuth2callback.php is supported for Microsoft identity platform endpoint?
Please suggest PHP documentation for same.
How I can use prompt=login with MSIdentityV2 …