BingAds / BingAds-PHP-SDK

Other
56 stars 45 forks source link

CAN NOT change ad status via API #195

Open nghuuquyen opened 9 months ago

nghuuquyen commented 9 months ago

Currently I am getting an unknown error when I update an Ad on Bing via API. Specifically, I want to change the Ad Status but always get an error like below

SOAP Fault: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.. Detail: null.

The special point is that changing this status is completely normal on Campaign and Ad Group, only error when done with Ad.

This is the data that I posted via SOAP. image

The version of package I used is v13.0.18.

Please help me ideas about this error Thank you

nghuuquyen commented 9 months ago

@qitia Could you please take a look on it. Thanks so much