-
Where is this field being used?
```
final class AuthHelper {
const ClientSecret = 'ClientSecretGoesHere';
```
https://github.com/BingAds/BingAds-PHP-SDK/blob/master/samples/V12/AuthHelper.…
-
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?
-
The example on the repo only does in a manual way coping and pasting the redirect uri on the terminal: https://github.com/BingAds/BingAds-Python-SDK/blob/06c2125ebf25b524a384a29c217752738280eabb/examp…
-
We just deployed one of our windows services that deals with Bing Ads using the new V12 API. We instantly saw a massive jump in memory usage (the memory consumption doubled at the minimum). One of our…
-
The suds client instantiated at https://github.com/bing-ads-sdk/BingAds-Python-SDK/blob/master/bingads/service_client.py#L250-L252 uses the default suds caching strategy and file location (thats `/tmp…
-
When debugging our code I noticed that the SOAP request generated by 11.12.x contains an `InsertionOrder` inside another `InsertionOrder`. The effect is that the response from bingads server contains…
chadn updated
6 years ago
-
I am having problems getting an initial setup working. The ClientSecret field from AuthHelper is not used at all. Even If I delete it, the code doesn't crash. Also there are several missing informatio…
-
The python examples for this doc are for version 11.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: d27a6323-8dbe-f47d-7…
-
The BulkAccount class for both v11 and v12 appears to be missing 2 fields that are returned by the bulk API call: "MSCLKID Auto Tagging Enabled" and "Tracking Template". I've verified that these field…
-
Hello,
`request_oauth_tokens_by_refresh_token` fails with
```
return OAuthTokens(r_json['access_token'], int(r_json['expires_in']), r_json['refresh_token'])
KeyError: 'refresh_token'
```
b…
jozsi updated
6 years ago