question

Mark-0375 avatar image
0 Votes"
Mark-0375 asked YutongTie-MSFT answered

Bulk Service Manager giving an internal server

I read through the documentation and it seems the only way I can pull responsive search ads is by using the Bulk Service Manager. I followed the python SDK and passed the following parameters:

 download_parameters = DownloadParameters(
     campaign_ids=None,
     data_scope=['EntityData'],
     download_entities=['Ads'],
     file_type='Csv',
     last_sync_time_in_utc=None,
     result_file_directory=directory,
     result_file_name='bulk_report.csv',
     overwrite_result_file=True,
     timeout_in_milliseconds=3600000
 )

 result_file_path = bulk_service_manager.download_file(download_parameters)

When running this I'm getting the following error:

Web service reported a SOAP processing fault using an unexpected HTTP status code 200. Reporting as an internal server error.
<suds.sax.document.Document object at 0x0000017D21BA23C8>
suds.WebFault: Server raised fault: 'Invalid client data. Check the SOAP fault details for more information. TrackingId: c9d84af1-fb6f-4c51-ae25-c3d0507a8e1c.'

Any clue what might be the issue? The reporting Service works fine.

azure-bing-web
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello,

Thanks for the feedback. Could you please share the documentation you mentioned above? Thanks.

Regards,
Yutong

0 Votes 0 ·

1 Answer

YutongTie-MSFT avatar image
0 Votes"
YutongTie-MSFT answered

Hello,

Thanks for reaching out to us again. I have done some research about Bulk Service Manager. It seems this is a subservice under Azure-Ads. The right support channel is:

https://answers.microsoft.com/en-us/bing/forum?sort=LastReplyDate&dir=Desc&tab=All&status=all&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&isFilterExpanded=false&page=1

Please post your question there to get expert's help.

Regards,
Yutong

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.